Working hours on Vestel OPS devices with Screen control
Requirements
- A Windows Signage application with at least version 4.0.103
Vestel TV setup
- Press the MENU button on the remote
- Navigate to the Signage settings -> Control
- Set the UART 0 and UART 1 to ASCII
Windows application setup
- Install the Wallboard application with AutoStart enabled
caution
Without AutoStart enabled the Working Hours feature will not work
- Install the Microsoft AutoLogon application. The AutoLogon can be downloaded from here:
https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
caution
The AutoLogon is also a requirement for the Working hours feature
- Make sure that the Wake timers feature is enabled in Windows You can set this option by launching the Control Panel and navigating to Hardware and Sound -> Power options -> Change plan settings -> Change advanced power settings expand the Sleep section and click on the Allow wake timers and make sure that it is set to Enable.
Setup on the CMS
Setting the Screen Control configuration on the Vestel Screen
-
Right click on the Vestel Screen on the CMS
-
Device Properties -> Set -> Set Advanced configuration
-
In the text box insert this configuration:
{
"configuration": [
{
"type": "SCREEN_CONTROL",
"commands": [
{
"action": "SCREEN_ON",
"method": "serial",
"message": "SETBACKLIGHT ON\n",
"messageType": "string"
},
{
"action": "SCREEN_OFF",
"method": "serial",
"message": "SETBACKLIGHT OFF\n",
"messageType": "string"
}
],
"serialConnection": {
"port": "COM1",
"parity": 0,
"baudrate": 115200,
"dataBits": 8,
"stopBits": 0,
"flowControl": 0
}
}
]
}
info
Here the SETBACKLIGHT command will turn off the backlight of the device
Setting the Working hours on the Vestel Screen
- Right click on the Vestel Screen on the CMS
- Device Properties -> Set -> Set Working hours
- Set the turn off type to Screen
- Set the desired hours