Loading…
Loading…
Method Name: set_output_limits_namur
Method ID: 0x4168
Method Label: Set limits = NAMUR
Method Help: Sets the analog output limits to 3.8 mA and 20.5 mA acc. to NAMUR NE43
- {
- char status[3];
- _set_all_resp_code(0);
- ACKNOWLEDGE(literal_string(823));
- _fassign(16425,38e-1);
- _fassign(16424,205e-1);
- send(147,status);
- if (status[0])
- {
- display_response_status(147,status[0]);
- }
Please login for more