Loading…

Method Name: shorted_namur_up

Method ID: 0x416E

Method Label: NAMUR up

Method Help: Enables shorted sensor error detection, and sets the error output value to 23 mA acc. to NAMUR NE43


  • {
  • char status[3];
  • _set_all_resp_code(0);
  • ACKNOWLEDGE(literal_string(830));
  • _fassign(16427,23);
  • _iassign(16426,_ivar_value(16426) | 0x2);
  • send(151,status);
  • if (status[0])
  • {
  • display_response_status(151,status[0]);
  • }


Please login for more