########################################################### # This synthetic calculates the consistency of the # instantiated service 142 packet for FMON 3 of PID 13 # # In case the order in which the monitors are reported # in the generic service 142 packet, this synthetic # will flag the incorrectly parsed monitors as invalid. # # Returns 1 if the parsed and intended monitoring IDs match # 0 otherwise # ########################################################### if (NXFF003A.raw == 3) then return (1); else return (0); endif;