TPD4 > Project Properties > Panel Setup Information > Power Up / Inactivity Settings.
Set the inactivity page to the name of your Main Page. The in the TPs setup pages there should be a setting for Inactivity Page Flip Time. This will show the inactivity page to go to once the TPD file is xferred.
Or you can do this through code with a button event for all your ports used:
BUTTON_EVENT [dvUI_AllPortsArry,0]
Then just use a timeline or a wat /cancel wait for every push that comes in. When the wait expires, flip.
Comments
Set the inactivity page to the name of your Main Page. The in the TPs setup pages there should be a setting for Inactivity Page Flip Time. This will show the inactivity page to go to once the TPD file is xferred.
Or you can do this through code with a button event for all your ports used:
Then just use a timeline or a wat /cancel wait for every push that comes in. When the wait expires, flip.