RTK_IsBugCheck

Function - Reads the Blue screen of Death value on MS Windows XP

by COPA-DATA GmbH

Inputs

---

Outputs

Q : BOOL       TRUE if a Blue screen of Death occurred

Remarks

Designed for COPA-DATA's RTK Real-time Runtime for Windows XP only.

Note: After a Blue screen of Death of MS Windows XP Windows specific functions in the PLC code can not be executed any more. These are: File operations, TCP functions, Serial interface functions, non real time fieldbus drivers, System clock functions, RETAIN variables, writing log messages,...

In LD language, the input rung (EN) enables the selection. The output rung is Q the output signal.

ST Language

Q := RTK_IsBugCheck ();

FBD Language

LD Language

(* The Function is performed when the EN input is TRUE *)

IL Language

Not available