LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

local variables not sending to board K8055


acgraham wrote:

tell me if you would have coded it any differently...



let's not go there yet 😉

 

You did a good job of cleaning up the code and creating a state machine.

 

The only suggestion I would make is that you wire an error cluster to all Call Library Function Nodes.  The error cluster would go to shift registers.  

 

This is a good start.  A future recommendation would be to look at using a Type Def Enum as a control to select the states.  The reason for doing so is that it will allow you to grow the state machine more easily.  You would create a custom control which is the type def enum.  If you want to add more states, simply edit the enum and synchronize.  These are useful tricks that are good to know.

 

You've done good progress.  Keep having fun with Labview.

 

RayR

0 Kudos
Message 11 of 11
(340 Views)