Script ID 256 and above wont run (Firmware 8.5)
Posted: Thu Nov 13, 2014 3:22 pm
I just loaded firmware 8.5 to my GLK240128-25 display to test out scripting with ID's greater than 256.
I created this .mts file to use with the MOGD# script display feature to test out a script with ID 512 (ID byte1: 0, ID byte2: 2)
When i try and run this script with the command sequence (254, 93, 0, 2), the script doesn't run. When I change the script id to 255, 0, it works.
Are script IDs still limited to 255 or less in firmware 8.5?
I created this .mts file to use with the MOGD# script display feature to test out a script with ID 512 (ID byte1: 0, ID byte2: 2)
Code: Select all
SendNumeric 254 92 2 0 2 17 0 0 0
ReadByteCompare 1
SendNumeric 254
ReadByteCompare 254
SendNumeric 1
SendNumeric 88
ReadByteCompare 88
SendNumeric 1
SendNumeric 254
ReadByteCompare 254
SendNumeric 1
SendNumeric 121
ReadByteCompare 121
SendNumeric 1
SendNumeric 72
ReadByteCompare 72
SendNumeric 1
SendNumeric 16
ReadByteCompare 16
SendNumeric 1
SendNumeric 84
ReadByteCompare 84
SendNumeric 1
SendNumeric 69
ReadByteCompare 69
SendNumeric 1
SendNumeric 83
ReadByteCompare 83
SendNumeric 1
SendNumeric 84
ReadByteCompare 84
SendNumeric 1
SendNumeric 32
ReadByteCompare 32
SendNumeric 1
SendNumeric 83
ReadByteCompare 83
SendNumeric 1
SendNumeric 67
ReadByteCompare 67
SendNumeric 1
SendNumeric 82
ReadByteCompare 82
SendNumeric 1
SendNumeric 73
ReadByteCompare 73
SendNumeric 1
SendNumeric 80
ReadByteCompare 80
SendNumeric 1
SendNumeric 84
ReadByteCompare 84
SendNumeric 1
Are script IDs still limited to 255 or less in firmware 8.5?