STREnOceanTurnSwitch

strEnOceanTurnSwitch describes the state of the rotary-switch on the transmitting-module.

TYPE STREnOceanTurnSwitch :
STRUCT
  bStageAuto  : BOOL;
  bStage_0    : BOOL;
  bStage_1    : BOOL;
  bStage_2    : BOOL;
  bStage_3    : BOOL;
END_STRUCT
END_TYPE

bStageAuto: Switch is set to „Auto“.

bStage_0: Switch is set to „0“.

bStage_1: Switch is set to „1“.

bStage_2: Switch is set to „2“.

bStage_3: Switch is set to „3“.