GetSlotStateExtended (GSSE)

Queries the current extended status of a station.

Input

Syntax: GSSE{SLOTNUMBER}

{SLOTNUMBER} Corresponds to the station number

Output

{BEFEHLSANTWORT}{PROGRAMNUMBER};{PROGRAMNAME};{ACTIVE};{PROGRAMCHANGED};{PROGRAMEDITING}

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
{PROGRAMNUMBER} Number of the active program
{PROGRAMNAME} Name of the active program
{ACTIVE} False = Station is not active (Offline)
True = Station is active (Online)
{PROGRAMCHANGED} False = Active program is saved
True = Active program was changed but not saved
{PROGRAMEDITING} False = Active program is not edited
True = Active program is edited

Example

Queries the status of station 0.

Responses:

  • Program number: 1

  • Programname: Demo

  • Station activ (Online)

  • Active program was changed but not saved

  • Active program is not edited

Copy
GSSE0
01;Demo;True;True;False