LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Feedback doesn't work with this

Solved!
Go to solution

@RHutchings wrote:

That sounds great but doesn't work for me. There's reading and writing and this is the only way I know to do it. Here's the whole thing if you want to help me.

 


Almost looks like you are using the "continuous run" button. That's just a debugging tool, not a valid way to run a toplevel VI! Fix that and you'll have a toplevel loop to anchor the shift register/feedback node. (NOTE: continuous run will also reinitialize any feedback node set to initialize on first call with every automatic restart, so that might be your problem)

 

Are you aware that "index array" can be resized for multiple outputs?

 

To trim from the end, we also have "array subset" and "reshape array" alternatives.

 

The data should be held in a shift register and the undo case should be one of the cases of the lower case structures.

0 Kudos
Message 11 of 12
(331 Views)
0 Kudos
Message 12 of 12
(317 Views)