Is $0D Not Valid for Carriage Return in G4?
TurnipTruck
Posts: 1,485
Greetings,
I am working with a UI module written for G3 panels on G4 panels.
All is well except that in variable text windows $0D does nor yield a carriage return.
The following send command to a G4 does not carriage return between the time and date:
!T$01$0DMON AUG 28$0D09:08 PM$0D$0D
Any suggestions as to how to get the carriage return to work?
Thank you.
I am working with a UI module written for G3 panels on G4 panels.
All is well except that in variable text windows $0D does nor yield a carriage return.
The following send command to a G4 does not carriage return between the time and date:
!T$01$0DMON AUG 28$0D09:08 PM$0D$0D
Any suggestions as to how to get the carriage return to work?
Thank you.
0
Comments
The clue is in TPDesign. Modify some text in a text box, then press control enter, then some more text.
The "unicode send command value" gets appended with s a $000A.
What is the keystroke for that character?
Thanks!
It's the shift of '\' (note: it's not '/')
when i send sth. to a Touchpanel from the system, I usually use CRLF, which is 13,10, or $0D,$0A
I note that my nice new MS keyboard shows the pipe character as a continuous vertical line while every other keyboard I ever used has a gap half way - "dash dash" but vertically.
i don't think thats keyboard related but font/OS related...