Loading…
Loading…
Method Name: MthCalibrateSensorCurrentOutputB
Method ID: 0x41E8
Method Label: Current Output 2
Method Help: The current output can be calibrated here (Fct. D3.2)
- {
- char status[3];
- int _stepCount;
- int _abort;
- int _waitTime;
- int iResult;
- int _sendImmediateReset;
- _abort = 0;
- _stepCount = 0;
- _sendImmediateReset = 1;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _add_abort_method(16841);
- send(230,status);
- if (eFunctionStep != 251)
- {
- iResult = SELECT_FROM_LIST(literal_string(1532),literal_string(1522));
- if (iResult == 1)
- {
- MthRunDeviceFunctionReset();
- send(231,status);
- ;
- if (status[0])
- {
- display_response_status(231,status[0]);
- return;
- }
- }
- else
- {
- return;
- }
- }
- ACKNOWLEDGE(literal_string(1545));
- eFunctionScope = 3;
- eFunctionCode = 33;
- eFunctionChannel = 0;
- eFunctionStep = 1;
- _stepCount = 2;
- clsTempFunctionParameter = 84;
Please login for more