Click or drag to resize

Signal Binding

The Signal Binding application is a sample application which shows how to bind signals with controls such as Data Grid.

Download
Click here to download
Note Note

If you encounter some build errors when this sample application is built, you need to add the DLL references.

Refer How to build and execute in How to build and execute on FlexPendant tutorial.

User Interface
Wt Signal Binding Sample 1

This sample application uses these controls – Group Box, Data Grid, Buttons and Labels.

As the above user interface image shows, we are binding a set of signals to a data grid control. The 1 and 0 buttons on the right are used to modify the value of a selected signal.

Managing signals can be done from the IOSignals.cfg file. All modifications done in this file are reflected on the data grid and also vice versa.

Internals

Memory management:

  • Using Dispose wherever needed to avoid memory leaks.

Stability:

  • Exception handling.

Data binding:

  • How to use a Signal Binding Source and a Data Grid (recommended when there is a great number of signals). The data grid property Data Source connects to a Signal Binding Source, which in turn connects to nine I/O signals in the robot controller using Databinding, which is an easy way of displaying signal changes in the robot controller. By using the property 'signalBindingSource1.Current' it is possible to set a new value to the selected signal of the data grid.

Others:

  • GTPU Message Box is used for showing messages to the user.
Required Namespaces
See Also