02-28-2022 04:09 PM
I have most of my work done. The only problem I am having is on this part of my code shown below (I have attached my code). The second select block from the bottom won't let me transition to the next frame (Energize relay 3) if when it's true state. I'm only transition to Energize relay 4 and Energize relay 2.
What am I doing wrong here?
I'm not an expert. If you can help me that would be great.
Below are the numbers associated with the selections. The scan search 1D array does not find a matching number -1 is returned.
02-28-2022 04:40 PM
@GRCK5000 wrote:
I have most of my work done...
I think your far from being mostly done...
You have not updated "state" in your cluster... you just overwrite the same cluster enum 4 time in the above screenshot... and slightly to the left, you overwrite "test cycle" five times.
Time to take some of the free basic training?
02-28-2022 05:14 PM
Are you saying energize relay 1 to 4 should have their own enums? Sorry, I'm a visual learner. Correct me if I'm wrong.
03-03-2022 11:46 AM
Yes, each Engergize Relay should have it's own state. Start there first.