LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting a 2D Array into a cluster

I have enclosed a sample of program that was sent to me regarding event tracking. Very good program.

However is there a way I can convert the 2D array into a cluster or a cluster into a 2D array.
0 Kudos
Message 1 of 2
(2,567 Views)
You need to replace the array constants with cluster constants and the array functions with cluster functions, but what's the point? This looks pretty good as it is.
By the way, you don't have a stop case. Make an event to send an exit command to the state machine.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,557 Views)