Configure multi-monitor parameters
- Last UpdatedJul 02, 2024
- 1 minute read
To enable multi-monitor support, add a set of InTouch parameters to the Windows Win.ini file. These parameters enable multi-monitor support for the node running the InTouch application and the resolution of each monitor.
Configure the multi-monitor settings on a node
-
Edit the Win.ini file located in the Windows folder of the computer running the InTouch HMI software.
-
Locate the [InTouch] section within the Win.ini file and add the following parameters:
Parameter
Description
MultiScreen=1
A value of 1 enables multi-monitor mode. A value of 0 disables multi-monitor mode.
MultiScreenWidth=nnnn
Width of a single screen in pixels.
MultiScreenHeight=nnnn
Height of a single screen in pixels.
For example, if you want to show your InTouch application with a screen resolution of 2560 x 1024 on two horizontal monitors, enter the following:
[InTouch]
MultiScreen=1
MultiScreenWidth=1280
MultiScreenHeight=1024