09-29-2009 04:36 PM
09-30-2009 11:00 AM
Chucky,
You can use malloc in a real-time environment. The examples for CVI Real-Time which uses the same OS as LabVIEW Real-time can be found here: C:\Documents and Settings\All Users\Documents\National Instruments\CVI90\samples\realtime. The full VISA library can be used while on Real-Time, more information about all of the VISA functions can be found in the CVI help. I took a look at the documentation for cacheDmaMalloc() and it looks like it may be doing more than just simply allocating memory.