Hi all,
Anyone has the experiences to communicate with AISG compliant devices(e.g RET) through serial port in VEE?
Any example program to show that?
Thanks!
Rgs,
James
--- You are currently subscribed to vrf as: ming_meng@agilent.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body. To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com". To send messages to this mailing list, email "vrf@agilent.com". If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com". Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive". Search the Agilent vrf archive at "http://vee.engineering.agilent.com".
>
>
> To All,
>
> I am looking for assistance with creating an FTP function for VEE I
> need to "FTP" to a UX machine, "cd" to a paticular directory and "put"
> A file. The Version of VEE I am using is 7.51. Any help
> Would be appreciated. Examples on the archive seem to be incomplete?
>
Perhaps the most robust way is to use "execute program". Write FTP commands to a file then use the "execute program" to run native Windows FTP using that file as command input
would look something like
"to file" >>> creates a command file myFTP.txt
adding into it all teh commands that would
be used in FTP
login stuff
cd <some directory>
put <some file>
bye
"execute program" ftp -s:myFTP.txt
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: ming_meng@agilent.com To subscribe please send an email to: "vrf-request@lists.it.agilent.com" with the word subscribe in the message body.
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "http://www.vrfarchive.com/vrf_archive".
Search the Agilent vrf archive at "http://vee.engineering.agilent.com".