ST_LON_SNVT_pos_ctrl

Used by: SNVT_pos_ctrl

TYPE ST_LON_SNVT_pos_ctrl :
STRUCT
  uiReceiver_id      : UINT;
  uiController_id    : UINT;
  byController_prio  : BYTE;
  eFunction      : E_LON_cam_func_t;
  eAction        : E_LON_cam_act_t;
  stValue        : ST_LON_Value;
END_STRUCT
END_TYPE

uiReceiver_id: Min: 0 / Max: 65535 / Receiver ID (ID number).

uiController_id: Min: 0 / Max: 65535 / Controller ID (ID number).

byController_prio: Min: 0 / Max: 100 / Controller priority (priority value).

eFunction: Camera function (camera function names) (see E_LON_cam_func_t).

eAction: Camera action  (camera action names) (see E_LON_cam_act_t).

stValue: Function value (see ST_LON_Value).