Loading…

Method Name: mthd_MV_Mode

Method ID: 0x406A

Method Label: MV Mode

Method Help:


  • {
  • char status[3];
  • char xmtr_status[25];
  • int nResult;
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_all_resp_code(0);
  • nResult = get_more_status(status,xmtr_status);
  • if (!(xmtr_status[3] & 0x02))
  • {
  • ACKNOWLEDGE(literal_string(239));
  • process_abort();
  • }
  • do {
  • if (!(xmtr_status[3] & 0x04))


Please login for more