ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
03-10-2006 07:03 AM
03-13-2006
01:27 PM
- last edited on
03-19-2026
09:56 AM
by
Content Cleaner
Hello,
Retrieving the data may not be an easy task. How are Delphi strings represented in memory? If they are C string style it might not be too bad, but if they are something proprietary it could be a little complicated. If it’s a C string, set up your CLF to return an adapt to type, and simply wire in an array of strings constant from LabVIEW. If its more complicated you might want to consider returning the data in a more standard format from Delphi (which I admittedly have never worked with). Check out the “Using External Code in LabVIEW” manual for more information.
Hope it helps-