Loading…
Loading…
Method Name: automatic_method_p13
Method ID: 0x409E
Method Label: Set PV scale factor
Method Help: PV scale factor - If the curve profile is LINEAR this is the multiplier for the PV in units per metre, else it is the maximum PV value for the curve profile selected. If P13 = NaN then P51 (Displacer Length) is used
- {
- char status[3];
- int select;
- select = SELECT_FROM_LIST(literal_string(315),literal_string(316));
- if (select == 0)
- {
- _fassign(16426,NaN_value());
- SET_NUMBER_OF_RETRIES(2);
- send(152,status);
- if (status[0])
- {
- display_response_status(152,status[0]);
- }
- }
- if (select == 1)
Please login for more