davefisher
2006-10-29 21:40:07 UTC
How do I use a NI6541 to generate a pattern that is larger that the memory in a NI6541?
for example , If I have a ni6541 that has a 8 M sample memory and I need to send out 26M sample do I have to
do 4 sequences of
niHSDIO_InitGenerationSession(),
niHSDIO_AssignDynamicChannels (),
niHSDIO_ExportSignal ,
niHSDIO_WriteNamedWaveformU32(),
niHSDIO_Initiate (),
niHSDIO_close()
or is there way to just load and send new data once the card has been set up?
Thanks
Dave Fisher
for example , If I have a ni6541 that has a 8 M sample memory and I need to send out 26M sample do I have to
do 4 sequences of
niHSDIO_InitGenerationSession(),
niHSDIO_AssignDynamicChannels (),
niHSDIO_ExportSignal ,
niHSDIO_WriteNamedWaveformU32(),
niHSDIO_Initiate (),
niHSDIO_close()
or is there way to just load and send new data once the card has been set up?
Thanks
Dave Fisher