SetEasyToolTerminal (SETT)

Sets an input value in a compatible EasyTool in the active inepction programme and triggers the 'Programme changed' flag.

Important: This method is used to set parameters in the EasyTool Inpection tools.

Output

Syntax: SETT{SLOTNUMBER};{PATH};{VALUE}

{SLOTNUMBER} Entspricht der Stationsnummer
{PATH} Pfad zum Werkzeug mit . (Punkt) verkettet
{VALUE} Wert

Information: {VALUE} wird automatisch in den benötigten Datentyp konvertiert.

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

Copy
//Addresses the tool Part1 and sets the input 'PARAM_Limit'
SETT0;Part1.PARAM_Limit;128
0

//Addresses the Part2 tool and sets the 'PARAM_Limit' input.
//This is located in a Group1 sub-tool block.
SETT0;Group1.Part2.PARAM_Limit;128
0