Vai al contenuto

Warning

Some project variables can also be configured as warnings. This means associating the display of a popup window with a warning text to the status of the selected variables.A typical use for Warnings is the movement control in manual mode. For example, pressing the “closing mold” button with engine off will popup a window with the message “movement not possible for engine off”. Releasing the button will close the popup. If other warning conditions are active at the same time, the list will be shown inside the popup (e.g.: oil high temperature and engine off).The process variables displayed can be either of two states:
  • FALSE (0) warning inactive
  • TRUE (1) warning active
The popup window appears on the rising edge FALSE TRUE of the variable associated with the warning.The popup window disappears on the falling edge TRUE FALSE of the variable associated with the warning.NB: acknowledge procedures are not provided for warnings.