Get File
Returns the filename of the active job A job is a user-configured program in In-Sight EasyBuilder consisting of functions and designed for specific applications. You can create and edit jobs using the In-Sight EasyBuilder interface, and load them on a vision system for deployment in a live environment. on the In-Sight vision system.
The active job must be saved before this command can execute successfully.
Get File Inputs
Syntax: GF
Get File Outputs
Returns a status code, followed by the name of the file. The status codes are:
| Status Codes | Description |
|---|---|
| 1 | The command executed successfully. |
| 0 | Unrecognized command. |
| -2 | The active job has not been saved, therefore the command could not execute. |
Get File Example
Assume that the active, saved job on an In-Sight vision system is named 2job.jobx. To return the filename of the active job, issue the following command: GF
The In-Sight vision system responds with 1, indicating that the command executed successfully. On the following line, the active job filename (2job.jobx) is displayed.