Breadcrumbs

Buttons

All ready-made buttons with animation, which are also used in the program generator and controller, are available in JCmpVisuBasic. The transfer parameter is a structure variable of type stVisuButtonType.

image-20231110-084203.png

The button can be pressed in the finished animation. When the button is pressed, it changes colour due to the implemented animation. The transferred structure variable contains a bool variable that is set to TRUE when the button is pressed. This variable can be analysed in the PLC code.

image-20231110-084214.png