P_FAULTCNT

code: 338

Warning

This command is only applicable to Z800 Freya and Z1608 Edun modules.

# get
<module-index>/<port-index> P_FAULTCNT ?

Description

Returns the number of LF and RF conditions since last clearance. Use PP_RXCLEAR to reset the counters.

Actions

get

Parameters

  1. lf_count: long, Number of Local Fault conditions since last clearance.

  2. rf_count: long, Number of Remote Fault conditions since the last clearance.

Example

# get
input:  0/1 P_FAULTCNT ?
output: 0/1 P_FAULTCNT 2 3