Example Code

4-way traffic signal

hi every1
i am making a 4-way traffic signal
which execution control should i use in order to make it move clockwise?

and how can i swtich the red, green and yellow light ?

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Comments
normd
Member
Member
on

I would build a simple state machine. The JKI state machine vi's make a good starting point.

anas_khan91
Member
Member
on

thanks for ur help

but i made it using flat sequences and true/false constants

Contributors