05-10-2010 09:55 AM
Hi
I am looking to create a parallel shift register to transmits data from a series of VI's to Mathscript. I would like it so all the data from the VI's wait in the register and is then sent to Mathscript when triggered. Any help would be appreciated.
Chris
05-10-2010 10:02 AM
THat sounds like an Action Engine to me. As i explian in that Nugget, an AE is a way to share a Shift Register between threads. You just have to decide what are the actions (methods) and code them up!
Check out that Nugget to learn more about Action Engines.
Ben