XJEase Output

The XJEase Output window displays the output printed from certain XJEase function calls. XJEase functions can be called from the Test Reset sequence or from a board initialisation function when using projects that were created in XJDeveloper.

The following actions in XJEase code cause interaction with the XJEase Output window:

PRINT, PRINT_FORMAT, etc
The first print statement will cause the XJEase Output window to appear so that the user is able to see the output. If the window is then closed, it will not be re-opened.
ALERT
The ALERT function is used to indicate to the user that something requires their attention, and so is often used before a call to WAITKEY or GETKEY. The XJEase Output window will always be displayed when this function is called.

The following actions cause a dialog to appear but do not cause interaction with the XJEase Output window: INPUTBOX and MESSAGEBOX.