Loading…
Loading…
Method Name: methodCalibSignal
Method ID: 0x402F
Method Label: Input crnt snsr.
Method Help: To calibrate or to check the 4-20mA current sensor.
- {
- char nbr;
- char status[3];
- char prevMode;
- char bValueOK;
- int result;
- long ids[2];
- 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)
- {
- ACKNOWLEDGE("|en|WARNING. This procedure requires to enter setup mode. Please change to setup mode first.");
- return;
- }
Please login for more