Loading…

方法名称: set_LRV

方法ID: 0x4030

方法标签: SET LRV

方法描述: Put actual measure as LRV value. Therefore the actual output will become 4 mA


  • {
  • int choice;
  • choice = SELECT_FROM_LIST(literal_string(105),literal_string(91));
  • if (choice == 1)
  • {
  • send_command(37);
  • DELAY(3,literal_string(102));
  • send_command(15);
  • DELAY(3,literal_string(93));
  • }


请登录以获得完整内容