Loading…
Loading…
Method Name: methodSetAnalogOutput
Method ID: 0x4021
Method Label: Set Analog Output
Method Help: User can set a fixed analog output of the position retransmitter.This is used only for checking loop wiring. Select Finished to return to position measurement function.
- {
- char nbr;
- char status[3];
- char prevMode;
- int result;
- long ids[1];
- ids[0]=16681;
- send(210, status);
- send(200, status);
- if( (_ivar_value(16668) & 0x10) != 0x10 )
- {
- ACKNOWLEDGE("|en|There is no position retrasmitter for this device.");
- return;
- }
- send(249, status);
- if( status[0] != 0 ) { display_response_status(249, status[0]); DELAY(3,"|en|Procedure aborted \nTry Again."); process_abort();; };
- if( (_ivar_value(16385) == 0 ) && (_ivar_value(16681) > 0 ))
- {
- acknowledge("|en|Setting analog output is disabled when device is in the %{0} mode", ids);
- return;
- }
Please login for more