06-01-2015 06:52 PM
Hi all,
I currently have a batch file that uses ddl to send files over a serial port. I have used the system exec vi to run the batch file, but this seems to be unstable, closing the port and reopening the port doesnt always seem to function. Is there a better method, possibly using labview to send these files over the com port?
Any advice?
06-01-2015 07:18 PM
06-02-2015 01:29 AM - edited 06-02-2015 01:33 AM
DDL could also stand for Data Definition Language. It looks a bit like SQL or Basic. More generically speaking it is a syntax to describe a data model and as such XML can also be seen as a DDL. As such it is a Text based protocol and should be fairly easy to implement in LabVIEW on top of the VISA functions. Since the DDL is inside a batch file now, it is probably even mostly a copy and paste of the relevant code sections in the batch file to the LabVIEW diagram and translating whatever functionality is now used to talk through the serial port to be using VISA functions.
06-02-2015 05:45 AM
06-02-2015 10:57 AM
Hi,
I suppose i should have been more spefefic, but by DDL i mean Direct Download.