Loading…

方法名称: write_alarm_selection

方法ID: 0x4004

方法标签: Write Alarm Selection

方法描述: Write alarm selection code


  • {
  • char status[3];
  • long id[2];
  • int x;
  • send(15,status);
  • if (status[0] == 0)
  • {
  • if (dynamic_variables[0].DAQ.ALARM_CODE == 0)
  • {
  • display(literal_string(108),id);
  • }
  • else
  • if (dynamic_variables[0].DAQ.ALARM_CODE == 1)
  • {
  • display(literal_string(109),id);
  • }
  • else


请登录以获得完整内容