08-20-2007 05:17 AM
08-20-2007 08:13 AM
08-20-2007 08:59 AM
08-20-2007 09:13 AM
It's unusual for any type of instrument to perform file transfers of any type and there is no mechanism for file transfers in any of the IVI classes. What is the class of instrument you are developing and what is the nature of the files you wish to transfer?
For communication related to Ethernet instruments, you might want to google the VXI-11 standard.
08-20-2007 09:21 AM - edited 08-20-2007 09:21 AM
Message Edited by Tegich on 08-20-2007 09:23 AM
08-20-2007 09:48 AM
In other words, the instrument is part of any defined IVI class and you just used the IVI wizard because it was convenient.
Seems to me that you can do whatever is most convenient. Based on the VISA resource name, you can determine the type of interface and either do a regular file read or implement an FTP transfer in CVI. I haven't used CVI for that and don't know how easy or difficult that would be. I did a quick check of the CVI board and there are a lot of threads on implementing FTP with CVI. Imho, it should be transparent to the user, though. In other words, if in GPIB mode, the user only has to provide a path to the driver, with an Ethernet connection, the user would do exactly the same.
08-21-2007 10:34 AM
08-22-2007 01:31 AM
08-22-2007 02:48 AM
08-22-2007 03:51 AM