Search the Community
Showing results for tags 'ftp'.
-
Hello, how to create a folder on the Unistream SD card? I need to dynamically create backup folders. I want to create one file per day. For example : / Archive / 2020/07/31 For today / Archive /2020/07/30 For yesterday Thank you in advance for your help
-
Hello World, please does anyone have an experience with sending files from Vision to a FTP server? Our client asked for that function. I downloaded the FTP client example to my V700 but I am not able to send data. I am testing the communication with local FileZilla server. Login of user works properly. Switch to PASSV works, too. The last command is STOR, FileZilla responds correctly. Nevertheless, when Vision starts sending data (function block TCP_RAW SEND), server did not recognize data as a stream but rather as an unsupported command. At the end, the file with proper name appears on t
-
Hi all, I am using the UniStream 7'' PLC with UniLogic software. I set up my PLC as an FTP client and I am able to send files from the PLC to my PC via FTP just fine. My question is, is it possible to send entire folders via FTP from the PLC to a remote server as opposed to single files? Thanks in advance Amit.
-
Hi, I am having some trouble using the FTP Ladder functions (FTP Send, Receive, Compare Files). My PC (Win10) and PLC (USP-156-B10) are connected through a local network, with a server set up on my PC (using IIS). However, all LF FTP functions time out after approximately 20 seconds with the -6 General Error showing in the FTP Client Status. It is very similar to this problem: The server works properly. I can add another computer to the network that can access it just fine, with both read and write permissions. The firewall is set to allow FTP communication. I have verified the IP,
-
Good morning, When creating an FTP client in UniStream, and activating the sending from the ladder program I get a response status "-6", general error. The parameters for the FTP server are correct (User, Password etc.). By testing with FileZilla, the FTP server is reachable. Can someone help me? Thank you.
-
Here's my server setup (Password is Pass99.): Here's what happens when I try to connect using FileZilla: Here's what happens when I try to connect using the Windows FTP client: When I first used FTP, it worked. Then I didn't use it for about 3 weeks. After that, I got this problem. During that time, I changed nothing except my project file (ladder and HMI changes). I tried an older project file from before the problem occurred and still get the problem. I also tried connecting from a different PC - still no luck. Someone suggested running the client as ad
-
Good afternoon I am trying to send files through ethernet from the SD card. I have downloaded the FTP client example, and have modified it a little bit so it may work in my application. I will soon be modifying it again, so that it automatically connects, but at the moment I am happy to do things manually (well I would but I cant get it working.) What should be happening, is that I scan a barcode, which then creates a CSV file on the SD card (that bit is working!) Then what happens it takes me off to the FTP page. When I press the connect button, it is meant to connect me,
-
I have a project that requires me to use FTP to send and retrieve .csv files from an FTP server. I know someone has written a program to send files via FTP for Visilogic, and I am currently working with the example that tech support sent me (still have to work out some bugs) but has anyone here used FTP to retrieve files via FTP and put them on the SD card? Thanks for your help Kurt
-
I am installing a UniStream PLC system on a client site, and wish to set up internal access to the PLC and its data files for users on the local network. The client IT administrator would like, for security reasons, some technical information on the PLC before being willing to connect it to his network. I quote his request: - What interests me particularly at this point are the following: - Technical details about the underlying operating system (you mentioned Unix?) and its version. - The server side (= on the Unitronics device) implementation of VNC and FTP and any other TCP/I
-
Hi all, What could be the reason for this behavior: - web server don't refresh all of variables and elements; the real values appears, when I connect VNC client to the plc and go to the HMI screen, showing the corresponding variables (I think that going online with Unilogic 1.17.58, also helps). - FTP file transfer between two plc's in some moment freeze; going online and viewing the FTP server struct somehow fix the transfer. Could the reason be a large applications in the two plc's (70-80%), that I'm using, and the many communications in projects (CANbus, TCP , FTP)?
-
I need a completely automated solution for sending a .csv (or .txt) file to a V350 that can then be imported into a Data Table. This has to happen without human intervention. The .csv file would be in the same format as the Data Table. Ideally the V350 would be able to grab a file from an FTP server and write it to SD Card, then read the file and write it to a Data Table. I'm surprised that there is not a solution like this, as it would be a common requirement to read in a recipe in automated fashion for example. Any ideas? Many thanks .... Kurt