Native Mode Commands

Basic Native Mode Commands

  • Load File: (LF) Loads the specified job from flash memory on the In-Sight vision system, making it the active job. For more information, see Load File
  • Read File: (RF) Reads a job from the flash memory on the vision system. For more information, see Read File
  • Write File: (WF) Sends a job to the flash memory on the vision system. For more information, see Write File.
  • Delete File: (DF) Deletes the specified job or cell data file (.cxd) from flash memory on the vision system. For more information, see Delete File.
  • Get File: (GF) Returns the filename of the active job on the vision system. For more information, see Get File.
  • Set Job: (SJ) Loads a job from one of the job slots in flash memory on the vision system, making it the active job. For more information, see Set Job.
  • Get Job: (GJ) Gets the currently loaded job's ID number. For more information, see Get Job.
  • Get Value: (GV) Returns the value in a specified cell or symbolic tag. For more information, see Get Value.
  • Set Integer: (SI) Sets an integer value in a specified cell or symbolic tag. For more information, see Set Integer.
  • Set Float: (SF) Sets a floating point value in a specified cell or symbolic tag. For more information, see Set Float.
  • Set Region: (SR) Sets the values of an EditRegion cell or symbolic tag. For more information, see Set Region.
  • Set String: (SS) Sets a string value in a specified cell or symbolic tag. For more information, see Set String.
  • Set Online: (SO) Sets the vision system into Online or Offline mode. For more information, see Set Online.
  • Get Online: (GO) Returns the Online state of the vision system. For more information, see Get Online.
  • Set Event: (SE) Triggers a specified event. For more information, see Set Event.
  • Set Event and Wait: (SW) Triggers a specified event and waits until the command is completed to return a response. For more information, see Set Event and Wait.