No, I don't need the string number. Just the value bytes in a certain order and I'll figure out what data goes where.
Say I've got 12 channels.
The first event for a spiral is to have channel 1, 2, and 3 on and all of the others off. The first string will look like this
88 AA FF 00 00 00 00 00 00 00 00 00
The second event has 4, 5, and 6 on and all others off
00 00 00 88 AA FF 00 00 00 00 00 00
It may also be worth while to have the sequence length (2000 milliseconds), event period (50 milliseconds) and number of channels in the file. That way it does not need to be entered manually. ASCII characters are ok, maybe separated by spaces.
So the beginning of this file would look like this:
2000 50 12 88 AA FF 00 00 00 00 00 00 00 00 00 00 00 00 88 AA FF 00 00 00 00 00 00 ....


Reply With Quote

Bookmarks