Loading…

方法名称: do1_stat

方法ID: 0x4308

方法标签: Status DO1

方法描述: 设置时,显示离散输出 1 是否已触发。


  • {
  • char status[3];
  • char xmtr_status[25];
  • _set_xmtr_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_all_resp_code(0);
  • get_more_status(status,xmtr_status);
  • if (xmtr_status[19] & 0x20)
  • {
  • ACKNOWLEDGE(literal_string(1115));
  • }
  • else
  • {
  • ACKNOWLEDGE(literal_string(1116));
  • }


请登录以获得完整内容