Loading…

Method Name: set_LRV

Method ID: 0x4028

Method Label: SET LRV

Method Help: Put actual measure as LRV value. Therefore the actual output will become 4 mA


  • {
  • int choice;
  • choice = SELECT_FROM_LIST(literal_string(101),literal_string(87));
  • if (choice == 1)
  • {
  • send_command(37);
  • DELAY(3,literal_string(98));
  • send_command(15);
  • DELAY(3,literal_string(89));
  • }


Please login for more