Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make screens cycle through like a slide show.

I need to have about ten screens (with hypertrends and whatnot) cycle through like a slide show.  Robot surprised
 
I figured i'd use a pulse timer...aaaaand some if then statements...Hmmm...Robot Sad...Help me out!!!
 
____________________________________________________
 
 
Old Fart once said "You can't polish a turd."
Thnx dad...Robot wink
0 Kudos
Message 1 of 2
(3,383 Views)

I got it...

Made a FlipFlop with a F1 key input

Made a PulseTimer with the FlipFlop for on/off, Time period of 0, and duration of 0:10

Made a counter with the PulseTimer as count and for reset i did counter=11 (for ten screens)

Made expresions that read counter=1 ~ counter=10 for each screen

Conected each screens Maximize to an expression.

 

 

0 Kudos
Message 2 of 2
(3,372 Views)