Page Tracking
remeolb
Posts: 79
Is it possible to ask a touch panel what page it is on?
e.g.
Can I...
e.g.
Can I...
IF(dvTP is on page1) { do this }
0
Comments
Turn page tracking on (TPAGEON) and it will send all page/popups executed back to the master.
Paul
If you're using the tpageon command, it should be in an online event. Make sure you're not sticking it in Define_Start or something like that.
--John
The following statement is firmly in the realm of, "Why in the world would you want to do such a thing???"...
but,
I suppose one could telnet into the TP and get this kind of information fromt there.
This kind of thing is why I run my interface from code. But, that horse has been beaten into hamburger already.
I don't believe the G4 telnet connection provides that kind of information. It's pretty limited.
Your probably right. It's been a while since I telneted into a TP.
SEND_COMMAND dvTP, "'TPAGEON'"
This, if the information is needed by all means...