Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Tutorial Exercises » HMI Multipanel Control (hmi_multipanel_control)

HMI Multipanel Control (hmi_multipanel_control)

Aim

Create an multi-screen application. One window is for configuration and the second one for image presentation.

Input

The Lena image from TestImage filter.

Output

Application with HMI as in the image below.

Hints

In this exercise most useful HMI controls are presented:

  • MultiPanelControl - responsible for window layout and easy multi-screen configuration,
  • RadioButton - two state control, especially useful with several option but only one is allowed,
  • CheckBox - two state control which allows to change state of process,
  • VideoBox - control which presents image in HMI,
  • Knob - control which allows to change real value.

In this exercise all communication with HMI should be performed in Main macrofilter.

To create application that uses HMI controls loop generator should be added to project.

Solution (FIS)

►Click here to show the solution.