HI. I would like to control a ledwall processor using vmix scripting. How can I do? Can anyone help me write the script?
I attach manual with API codes.
3.1 Network Port and Communication Format
3.1.1 UDP Searching
(1) UDP port: 3800
(2) UDP searching
The software sends the "rqProMI:" data in UDP message format for searching. When the data
saved in the device is the same as the data sent by the software, the device will reply with the
following data format, indicating that the UDP has identified the NovaStar device.
{0X72, 0x70, 0x50, 0x72, 0x6F, 0x4D, 0x49, 0x3A, 0x41, 0x70, 0x70, 0x2C, 0x30, 0x31, 0x36,
0x31}
3.1.2 TCP Communication
The communication between the software and the device uses the standard TCP protocol.
XI'AN NOVASTAR TECH CO., LTD.
Xi’an NovaStar Tech Co., Ltd.
www.novastar.tech -2-
(1) TCP port: 5200
(2) Reconnecting device and reading the device ID
Command to read ModeID of the VX1000:
55 aa 00 00 fe 00 00 00 00 00 00 00 02 00 00 00 02 00 57 56
If the response packet is in the following format, the device is successfully connected.
aa 55 00 00 00 fe 00 00 00 00 00 00 02 00 00 00 02 00 0C 62 c5 56
I can send this code:
The following table lists the command data for loading the presets.
Preset Number Command Data
1) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 00 ba 56
2) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 01 bb 56
3) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 02 bc 56
4) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 03 bd 56
5) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 04 be 56
6) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 05 bf 56
7) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 06 c0 56
8) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 07 c1 56
9) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 08 c2 56
10) 55 aa 00 00 fe 00 00 00 00 00 01 00 00 01 51 13 01 00 09 c3 56