yaree98
(Yannic)
March 2, 2026, 12:01pm
1
When im starting to use the watch function , to have an
overview, f.e. when variables are switchting from TRUE to FALSE, its shutting down my whole program,
any ideas ?
Hello,
please have a look in the Automation Studio logger to check the cause of the Shutdown. ( I think this refers to a Restart in Service Mode )
1 Overview
1.1 What is a page fault?
The processor throws an exception to the operating system if it tries to access an invalid or protected memory location. The B&R operating system logs this type of serious memory violation as a page fault (error 25314).
1.2 What can cause a page fault?
Processor memory can become invalid as a result of programming errors such as:
Null or incorrect pointer
Division by zero
Accessing an index of an array which does not exist (i.e. the 11th element of a 10 el…
Greetings
Michael Bertsch