...
Generally, the PC Runtime provides the same control operations as an Xpanel device. However, a few features in the Xpanel Config ‘Xpanel Config’ window operate differently than the Xpanel.
...
The following methods are 3 ways to bring up the Xpanel Config ‘Xpanel Config’ window in the PC Runtime.
...
In the PC Runtime, press the corners of the screen (Bottom Left -> → Bottom Right -> → Top Right) to bring up the Xpanel Config ‘Xpanel Config’ window.
...
Alternatively, you can bring up the Xpanel Config ‘Xpanel Config’ window by triple-clicking the top-right corner of the PC Runtime screen.
...
OpenConfigWin | Brings up the Xpanel Config ‘Xpanel Config’ window. |
Subroutine | OpenConfigWin() |
Description | Brings up the [Xpanel Config.] ‘Xpanel Config’ window. This function is not affected by the ‘Disable Online Configuration’ option. |
Example | Brings up the Xpanel Config ‘Xpanel Config’ window. OpenConfigWin(); |
(3) OpenConfigSub (Feature)
OpenConfigSub | Brings up the Xpanel Config ‘Xpanel Config’ window or its sub-featurefeatures. |
Subroutine | OpenConfigSub(Feature) |
Description | Brings up the Xpanel Config window or its sub-feature. This function is not affected by the ‘Disable Online Configuration’ option. According to the value assigned to Feature, the following features will be brought up. 0: Xpanel Config. 1: System Log 2: Comm Monitor 3: Comm. Config 4: Misc. Config 5: Touch Calibrate 6: Screen Capture 7: Date/Time 8: SW Keyboard 9: Printer 10: Modbus 11: Data Log Config 12: Module Version |
Example | Brings up the Xpanel Config ‘Xpanel Config’ window. OpenConfigSub(0); |
CIMON Xpanel Configuration
...
You can configure the option in the Xpanel Config ‘Xpanel Config’ or XpanelDesigner. After the PC reboots, open the project file in the XpanelDesigner. Then the corresponding project will be executed in the PC Runtime.
...