Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

These methods will be disabled when the ‘Disable Online Configuration’ option in the [Tools] -> [CIMON-ATVXEL XPANEL Configuration] is selected.

...

OpenConfigSub

Brings up the ‘Xpanel Config’ window or its sub-features.

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’ window.

OpenConfigSub(0);

...

ATIVA Xpanel Configuration

If the model of the project is CM-NP/iNP, options are added to the [Tools] -> [CIMON-ATVXEL XPANEL Configuration].

...

(1) StartProgram Setting

...

You can configure the option in the ‘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.

When you select the option in XpanelDesigner, this option will be applied immediately.

...

(2) Disable Window Functions (Alt+Tab, Alt+F4, etc.)

If you execute the PC Runtime with this option enabled, you cannot use Windows hotkeys, such as Alt+Tab or Alt+F4. However, Ctrl+Alt+Del will still be usable regardless of the option’s status.

...