Loading…

Method Name: ramc_man_cal_on_off

Method ID: 0x4088

Method Label: Activate/deactiv

Method Help: Start/Stop Manual Adjustment Function. As a result the manual adjustment table is active and the flow is shown only in the percent unit (Refer also to Instruction Manual).


  • {
  • char status[3];
  • int choice;
  • long var_id[1];
  • _set_device_status(0xFF,0);
  • _set_xmtr_device_status(0xFF,0);
  • var_id[0] = 16464;
  • acknowledge(literal_string(707),var_id);
  • choice = SELECT_FROM_LIST(literal_string(708),literal_string(709));
  • switch (choice)
  • {
  • case 0:
  • _iassign(16515,0);
  • _iassign(resolve_array_ref(16510,0),0);
  • break;
  • case 1:
  • _iassign(16515,0);
  • _iassign(resolve_array_ref(16510,0),1);
  • break;
  • default:


Please login for more