<< Prev        Next >>

ID : 1874

INITIALIZE Event

The INITIALIZE event can be added to each panel. It is used to initialize the TP panel layout.

The INITIALIZE event will be called when any of the following conditions arises.

  • When pressing [F5 Panel] starts the TP panel screen software.
  • When booting the controller starts the TP panel screen software.
  • When the PAGE CHANGE command switches the TP panel screen.

Setting Method

1

When selecting the panel from the TP panel, INITIALIZE event becomes selectable, then, INITIALIZE event code is automatically created.

Sub Panel_INITIALIZE()

End Sub

2

Flesh out the skeleton with action source code.

ID : 1874

<< Prev        Next >>