Internet PLC Forum

General => Technical support => Topic started by: Jane on October 21, 2007, 10:56:19 PM

Title: Remote File Service with vb
Post by: Jane on October 21, 2007, 10:56:19 PM
Hello.

I am trying to read and write files not using TLserver  from PLC to the PC with the XServer in it i.e. <WRITE> and <READ> function(Remote File Services).  I tried examples but had no luck.  All i need to do is  move data in file form to and from DM memory.  Can you helo or suggest better examples with visual basic? I use the XServer without using the username and password.


 
 
Title: Re:Remote File Service with vb
Post by: support on October 22, 2007, 08:52:43 PM
Sorry, if you are not using TLServer then whether you can save data you received from XServer will depend on your Visual Basic programming skill and there is little we can do since your VB program is the one who is going to receive the data from the PLC and your VB program need to get the DM data and write them to a file.