SetEasyInputToolValue (SEIT)
Sets an input (EasyInputTool parameter) in the active inspection programme and triggers the 'Programme changed' flag.
Important: This method is used to save values permanently from an external source in the inspectipon programme.
Information: The value is not displayed in the user interface until the next run (Tool.Run()).
Input
Syntax: SEIT{SLOTNUMBER};{INPUTNAME};{VALUE}
| {SLOTNUMBER} | Corresponds to the station number |
| {INPUTNAME} | EasyInput Tool Parameter Name |
| {VALUE} | Value |
Information: {VALUE} is automatically converted to the data type parameterised in the EasyInputTool.
Output
{COMMAND RESPONSE}
| Command Response | Description |
|---|---|
| 0 | Command was processed successfully |
| 1 | Execute not successful |
| 2 | Incorrect syntax |
| 3 | Serious error during execution |
| 4 | Function not active or manually deactivated |
| 9 | EasySightPro® will be closed |
Example
Sets the 'PartDiameter' parameter for station 0 to the value '31'
Copy
SEIT0;PartDiameter;31
0