SetRegister (SR)

Sets the value of an EasyRegister.

Information: Only a small selection of data types is supported via the terminal interface.

Input

Syntax: SR{NUMBER}{DATATYPE}{VALUE}

{NUMBER} EasyRegister number
{DATATYPE}

Data type:

  • I = Integer (Whole number 32Bit)

  • D = Double (Floating point 64Bit)

  • B = Boolean (True or False)

  • S = String (Text)

Output

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

Writes the string "Demo" into register 0.

Copy
SR0SDemo
0