Axcent 3 and AXT-CV10
alvinyow
Posts: 27
SEND_COMMAND TP1,"'^TXT-1,0,SELECT Source'"
or
SEND_COMMAND TP1,"'^TXT-2,0,SELECT Display'"
dun work at all? i dunno wat is actually happening? This problem sound silly.... and yet i never come across it before as i had done it many times.
Would this problem due to the internal memory of the touch panel??
Besides,
DEFINE_VARIABLE
INP_TEXT[100]
DEFINE_PROGRAM
PUSH[TP1,5] {INP_TEXT = 'MP-RGB1'}
PUSH[TP1,55] {SEND_COMMAND TP1,"'^TXT-3,0,',INP_TEXT"}
also dun work. I had total 22 var text to display. None of it work.
PLs help. I knew it sound ridiculous.... but i had tried many times.....it just to no avail....
Regards
or
SEND_COMMAND TP1,"'^TXT-2,0,SELECT Display'"
dun work at all? i dunno wat is actually happening? This problem sound silly.... and yet i never come across it before as i had done it many times.
Would this problem due to the internal memory of the touch panel??
Besides,
DEFINE_VARIABLE
INP_TEXT[100]
DEFINE_PROGRAM
PUSH[TP1,5] {INP_TEXT = 'MP-RGB1'}
PUSH[TP1,55] {SEND_COMMAND TP1,"'^TXT-3,0,',INP_TEXT"}
also dun work. I had total 22 var text to display. None of it work.
PLs help. I knew it sound ridiculous.... but i had tried many times.....it just to no avail....
Regards
0
Comments
Either of these should work:
SEND_COMMAND TP1,"'@TXT',1,'SELECT Source'"
or
SEND_COMMAND TP1,"'TEXT1-SELECT Source'"
or
SEND_COMMAND TP1,"'!T',1,'SELECT Source'"
SEND_COMMAND TP1, "'@TXT',1,'SELECT Source'"
HTH
i had forgot abt it that i play around with G3 panel.....
Thanks again