Loading…

方法名称: open_contact_output_method

方法ID: 0x406A

方法标签: Open

方法描述: Open- Simulates the contact output. Select [Open] to put the device in simulation mode, with contact output circuit is open.


  • {
  • char status[3];
  • char disp_string[60];
  • int slen;
  • int choice;
  • slen = 60;
  • choice = 0;
  • _set_all_resp_code(0);
  • _set_device_status(0xFF,0);
  • _set_xmtr_all_resp_code(0);
  • _set_xmtr_device_status(0xFF,0);
  • _get_dictionary_string(19726337,(disp_string),(slen));
  • ACKNOWLEDGE(disp_string);
  • _add_abort_method(4118);
  • ACKNOWLEDGE("|en|Set contact output to simulation open mode.");
  • _remove_abort_method(4118);
  • _add_abort_method(16492);
  • while (choice==0)
  • {
  • _iassign(16398,(2));


请登录以获得完整内容