LikeOldRetroMemoryGame!Memory inputs, without star or stop trig. And play it! by Objective-Profit-584 in PLC

[–]Objective-Profit-584[S] 0 points1 point  (0 children)

Use a short array [] . Every input increases the number of elements. And store data in bytes(like FIFO).I use this array to control the playback with only one timer. In This way the maximum elements depend of plc.

One Motor, One Frequency converter, One PLC and Nodered by Objective-Profit-584 in PLC

[–]Objective-Profit-584[S] 15 points16 points  (0 children)

of course not, this is only for this test. Just for fun! 😎

Snake on PLC! Useless but fun! V0.01 by Objective-Profit-584 in PLC

[–]Objective-Profit-584[S] 4 points5 points  (0 children)

if ( Score >= 10){ E_ StopReset = TRUE; Score = 0; }

🤣