Loading…
Loading…
方法名称: methodChangeOutputRange
方法ID: 0x4022
方法标签: Re-transmitter Range
方法描述: 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
- {
请登录以获得完整内容