Loading…

Method Name: mthSafetyMode

Method ID: 0x41E7

Method Label: Set Safety Mode

Method Help: Select safety mode of the device. (A4, C7.2)


  • {
  • long ai32VariableIds[4];
  • char achCmdStatus[3];
  • int iLengthStStandardDct;
  • char stStandardDct[60];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • send_command(185);
  • if (!(eAccessLevel >= 1 || eOptionValidityDebug == 1))
  • {
  • ACKNOWLEDGE(literal_string(2132));
  • return;
  • }
  • send_trans(248,2,achCmdStatus);
  • if (achCmdStatus[0] != 0)
  • {
  • display_response_status(248,achCmdStatus[0]);
  • iLengthStStandardDct = 60;


Please login for more