Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

delete script in HSDIO?

Hi,
 
Does anyone know if it is possible to delete named scripts from an HSDIO card using LabVIEW 8.2/HSDIO1.5?
 
In a single generation session, I would like to write waveforms and a script to an HSDIO card, generate according to the script, and then delete these waveforms and the script in order to repeat this entire process several times.  I am using "niHSDIO Delete Named Waveform" to delete the waveforms, but I can't figure out a way to delete the script, too.  This is a problem, because I eventually run out of memory on the HSDIO card since the new waveforms and script are written after the last old script.
 
Any help is appreciated!
 
Thanks,
Angie
0 Kudos
Message 1 of 2
(3,157 Views)
Hi Angie,
There is currently no way to delete a script in NI-HSDIO.  However you can overwrite a script by calling "niHSDIO Write Script" with the same script name.  That way you may be able to conserve some space by overwritting "older" scripts.
 
Thanks,
Onome
0 Kudos
Message 2 of 2
(3,136 Views)