Getting past the button text length limit
jabramson
Posts: 106
I'm sending some text from the master to a button on a touch panel. There is a limit on how much text can be sent (128 characters I believe). Is there a way around this?
0
Comments
You can append text with the ^BAT command.
What's the data you're trying to send? I ask because 128 characters is A LOT of text to try to cram onto a button, so if you're running into the limit there may be a better way to design the interface to break up the data into more manageable pieces.