Loading…

Method Name: set_URV

Method ID: 0x402C

Method Label: SET URV

Method Help: Put actual measure as URV value. Therefore the actual output will become 20 mA


  • {
  • int choice;
  • choice = SELECT_FROM_LIST(literal_string(99),literal_string(86));
  • if (choice == 1)
  • {
  • send_command(36);
  • DELAY(3,literal_string(94));
  • send_command(15);
  • DELAY(3,literal_string(88));
  • process_abort();
  • }


Please login for more