LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Logic for State Machine Driving me Mad, any ideas?

Solved!
Go to solution

Hi,

 

I am a complete beginner to Labview and so far using advice from the kind people on the forum and tutorials, made it to the state where I've implementent a state machine.  However, I just can't get it to behave using the logic.

 

What I am trying to do is test relays, using an automated test procedure.

 

The procedure takes the following steps:

 

1.       A NI9472  DO card and transistor drive turns the relay on/off via energising the coil (needs the time period to be variable). (This is OK)

 

2.       Counts how may cycles the relay contacts have operated, this will easily be in excess of 100,000 cycles. (This is OK)

 

3.       Every 10 cycles (again variable), the contacts are held closed, the load circuit "15A in the state machine" (the current the relay is switching, which will be 15A at 30V) is switched off.

 

4.  Whilst the 15A state is switched off, I need to switch in the "1 A State" and the "Measurement State" on, this allows the measurement to be taken.

 

5. Lastly, the "Measurement State and the "1 A state" need to be switched off and the "15 A state switched back on

 

6.       This process goes on for another 10 cycles and is repeated.

 

I've tried to do this using the states and the select logic function for the different states, where as it part works, it doesn't seem to fully flow.  I'm I missing some logic.

 

 

Hoping someone may be able to help, thanks

 

Andy

0 Kudos
Message 1 of 2
(2,311 Views)
Solution
Accepted by topic author andywileman

I really don't thing you want to be inverting that boolean value in every state.  You should probably also have a different shift register for each digital output line.  Then you just adjust the one you need to.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(2,278 Views)