variable text lenght?
shanem
Posts: 28
Hi All,
Does anybody know what is the maximum amount of characters that you can display in variable text field on a Modero Touchpanel. I cannot seem to get more than 195 chars. I am using the following command:
send_command TP,"'!T',count,titles[count]"
where titles[count] contains more than 200 chars.
Is there a better command to use in this instance?
Thanks,
Shane
Does anybody know what is the maximum amount of characters that you can display in variable text field on a Modero Touchpanel. I cannot seem to get more than 195 chars. I am using the following command:
send_command TP,"'!T',count,titles[count]"
where titles[count] contains more than 200 chars.
Is there a better command to use in this instance?
Thanks,
Shane
0
Comments
This is old code, and I'm sure could be written much better, but the concept is that you'll need to break up the string into "X" number of characters, and use the ^BAT command.
P.S. - Does anyone know why when posting code, it sometimes splits right down the middle? Look at the variable cDescription . . . wierd.
Be glad your panel isn't on Axlink - max 60-odd characters, including the command! (And no ^BAT on G3 panels!)
- Chip
Ill give this a go. I never heard of the ^BAT command either. Where is this documented? I have looked through the G4 instruction manuals and havent come across it.