GetEasyInputToolValue (GEIT)

Queries an input (EasyInputTool parameter) in the active inspection programme.

Input

Syntax: GEIT{SLOTNUMBER};{INPUTNAME};{VALUE}

{SLOTNUMBER} Corresponds to the station number
{INPUTNAME} EasyInput Tool Parameter Name

Output

{COMMAND RESPONSE}{VALUE}

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
{VALUE} Current value that is present at the input of the EasyInputTool. This does not have to match the value displayed in the user interface, as the user interface is updated with Tool.Run().

Example

Reads the current value of the 'PartDiameter' parameter for station 0. The response is 31.

Copy
GEIT0;PartDiameter
031