DyNet Page Flip Command

Other devices on the system (or the PDTS itself) can send a DyNet packet using the Select Display Page command to load a selected page.

This command requires the following:

  • The latest versions of System Builder, UI Creator, and PDTS firmware.

  • A UI created in the UI Creator and loaded to the PDTS.

  • Box number of the target PDTS, shown in System Builder under Device Properties > Device Identification.

    sb pdts box number

  • The target Page number from the UI Creator, shown under Page Properties > General.

Use DyNet packets in the format below to remotely or locally flip PDTS pages.
Edit the third byte for the target box number (hex), and seventh byte for the page number (integer/hex).

Examples:

DyNet(0x5C,0x79,0x13,0x62,0x00,0x00,5)
PDTS Box 19 Select Display Page (User page: 5)

DyNet(0x5C,0x79,0x1B,0x62,0x00,0x00,0xD)
PDTS Box 27 Select Display Page (User page: 13)