FC_DiagNoQuitRead - General Information

Overview

Type:

Function

Available as of:

SystemInterface_1.32.6.0

Versions:

Current version

Task

Read the attribute "NoQuit" of a diagnostic message.

Description

The "NoQuit" attribute of diagnostic message i_diDiagCode is read.

Interface

Input

Data type

Description

i_diDiagCode

DINT

Diagnostic number

Return Value

Data type

Description

DINT

0: Acknowledgeable (you can reset the error)

1: Not acknowledgeable (you must power cycle to clear the error)

-1: Error detected

Examples

lDiagNoQuit:= FC_DiagNoQuitRead(8702);