Getting Started
IBM TechXchange 2025 conference is accepting
Session proposals through April 11
Hello guys,
I want to make for example, an attribute named: attTime & when light On, attTime will be counting down by 1 each second, after attTime hit 0, transition to light Off. Like picture below.
I tried to set [attTime = 0] but the simulation seems to end right away.
Thanks in advance.
Try === is assignment
== is equivalence
Also consider using a condition - 'null' triggered transitions are not generally recommended.
This is how I did it: