12-16-2004 11:50 AM
12-17-2004 09:07 AM
12-17-2004 09:50 AM
12-20-2004 09:06 AM
@wrath_of_con wrote:
I do not have a while loop around that VI (maybe this is why the read/write doesnt work, because it only runs once?)
But regarding clusters and Read/Write... from the LabVIEW help...
"You can write to a whole cluster, but you cannot write to individual elements of a cluster."
In our application I will definitely need tyo write to individual elements of a cluster. One basic thing I am doing is controlling a stepper motor driver, giving it pulses, direction, etc. I have been able to make it work using the Call VI and then Bundling by Name whatever cluster I want access to.