Scadabank.com
Basic Scripting
(Answers)
Exercise #1 - Create a counter with Industrial graphic scripting that counts up at a rate of once per second, and goes from zero to ten, then starts over at zero.
Using the Predefined while showing script and Custom Properties

Exercise #2 - Adjust the counter scripting above so that it counts from zero to ten, then counts down from ten to zero, and repeats.
Using same script from above, with one more Custom Property to track count direction

Exercise #3 - Using a time base of 100 milliseconds, create one counter that counts up to 500 milliseconds and stops, another counter that counts up to one second and stops, and a third counter that counts up to five seconds and stops.
Using a Named Script and an always true WhileTrue expression at 100ms period
