Function - Reads the Blue screen of Death value on MS Windows XP
by COPA-DATA GmbH
---
Q : BOOL TRUE if a Blue screen of Death occurred
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.
Q := RTK_IsBugCheck ();
(* The Function is performed when the EN
input is TRUE *)
Not available