PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

pxi 6561 memory

I have a pxi 6561 device in the lab for testing ics. When we use the ni hsdio close vi after a session, does it delete all the waveforms that have been written to the memory of the device.


0 Kudos
Message 1 of 3
(2,894 Views)
Timothy,

Yes, anytime you close an HSDIO session using niHSDIO Close.vi (or the niHSDIO_close C function), all of the waveforms in memory are deleted.
Message 2 of 3
(2,890 Views)
Hey Timothy... just a quick note.  You can keep a session open and perform numerous operations without calling close.  Once one operation is done, call all the necessary configuration functions you want and call Initiate again.  You can use "Wait Until Done" to ensure that the operation is done before beginning reconfiguration.  This prevents you from having to keep writing waveforms to the device each time.
 
I hope this helps.
Chris
Message 3 of 3
(2,880 Views)