Loading…
Loading…
Method Name: methodManualSetpoint
Method ID: 0x402A
Method Label: Set Position
Method Help: Set manual valve setpoint in % or set the position by equivalent input current to imulate non-linear characterization and limits.
- {
- int result;
- char nbr;
- char status[3];
- char prevMode;
- send(249, status);
- if( _ivar_value(16385) == 3 )
- {
- ACKNOWLEDGE("|en|The device must not be in NORMAL mode to perform this operation. Please change the device mode.");
- process_abort();
- }
- ACKNOWLEDGE("|en| WARNING! This command strokes the valve and should not be performed with process running.");
- result=SELECT_FROM_LIST("|en|Manual Setpoint:",
- "|en|Set By Position;Set By Signal");
- if( result == 0 )
- {
Please login for more