Posted By
asemlucben
Aug 03, 2026 03:35:00 AM
Found In
Egroup:
FactoryTalk Optix
\
view thread
You can add a variable on the screen which will be our pageIndex, then on each control you will have something like: CommDrivers/PLC/Station1/MyTag[(#index)] Where #index is: (pageIndex * 16) + n and n is the item offset for that page, so Label1 will have 0, Label2 will have 1 and so on. Then ...
|