Loading…
Loading…
方法名称: set_URV
方法ID: 0x4027
方法标签: SET URV
方法描述: Put actual measure as URV value. Therefore the actual output will become 20 mA
- {
- int choice;
- choice = SELECT_FROM_LIST(literal_string(100),literal_string(87));
- if (choice == 1)
- {
- send_command(36);
- DELAY(3,literal_string(95));
- send_command(15);
- DELAY(3,literal_string(89));
- process_abort();
- }
请登录以获得完整内容