Store Job

Saves the current job into the specified slot in flash memory on the In-Sight sensor.

Note:
  • If the Allow Online Job Save checkbox is enabled, users with Full or Protected access are allowed to save jobs while Online. If the Allow Online Job Save checkbox is not enabled, the vision system must be Offline to save jobs.

  • This command only works on a job saved on the flash memory on the In-Sight vision system. If the job is stored on the configured Job Server or the SD Card installed to the In-Sight vision system, this command does not work.
  • To use the job ID number feature, the job to be saved must be saved with a numerical prefix of 0 to 999.

Store Job Inputs

Syntax: TJ[ID][Name]

Parameter Description
ID The job ID number (0 to 999).
Name The name of the job. The command will execute with or without the .JOB file extension.

Store Job Outputs

Returns a status code, followed by a line terminator. The status codes are:

Status Codes Description
1

The command was executed successfully.

0

Unrecognized command.

-1

The job ID number is invalid or it is not an integer.

-2

The sensor is Online, therefore the command could not be executed.

-6

User does not have Full Access to execute the command. For more information, see User Access Settings Dialog.

Store Job Example

To name the current job "Test" and save it into slot 0 on the In-Sight sensor, issue the following command: TJ00Test.job

The In-Sight sensor responds with 1, indicating that the current job was successfully saved.