Custom Views |
The Custom Views application demo provides two functions
Production
Test
The application has three views in it. The main view being the main screen which consists of Production and Test functions. The second view being the Production View and third view being the Test View.
![]() |
---|
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. |
Responds to OperatingModeChanged and ExecutionStatusChanged events by disabling/enabling the Test button.
Memory management:
Performance:
Stability:
Miscellaneous:
This function shows the current process status of T_ROB1, for example the loaded RAPID program in execution and the batches being processed. It also allows starting and stopping programs, service routines.
Databinding RAPID data:
Writing to RapidData:
Set I/O signal:
RapidDomain:
Miscellaneous:
Another function provided by this view is the possibility to run the program or a specified routine in simulated mode (without any processing). The listview shows all routines in all modules of T_ROB1. The user selects a routine and starts it by pressing the 'Start Selected Routine' button.
The 'Show Standard View' menu on the command bar opens selected standard application. You can open the Program Data application for example and verify that 'simulated' is updated correctly.
If simulated mode is set in the Test view, there will be a “Simulated mode!” alert in the first view, and there will be no processing when the program is executed.
Databinding I/O signals:
How to use a SignalBindingSource and a DataGrid (good when there is a great number of signals). The DataGrid property DataSource connects to a SignalBindingSource, which in turn connects to 9 I/O signals in the robot controller. Using Databinding 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 datagrid.
Read & Write RAPID data:
Read and write the persistent RAPID data 'simulated'.
Using the launch service:
Open and close a FlexPendant standard view from your application.
RAPID domain:
Fetch all modules and routines of a specified task and to set the program pointer to a specified routine and start RAPID execution.