Loading…
Loading…
Method Name: methodChangeOutputRange
Method ID: 0x4022
Method Label: Re-transmitter Range
Method Help: User can enter the upper and lower range values of valve position corresponding to output current 4 and 20 mA. The values typically are 0 and 100 %.
- {
- char nbr;
- char status[3];
- char prevMode;
- send(210, status);
- send(200, status);
- send(15, status);
- if( (_ivar_value(16668) & 0x10) != 0x10 )
- {
- ACKNOWLEDGE("|en|There is no position retrasmitter for this device.");
- return;
- }
- send(207, status);
- do
- {
Please login for more