Search the Community
Showing results for tags 'vision700'.
-
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 the server but without any content (zero length of file). What am I doing wrong? ======= FIleZilla output: (000029)14.8.2020 13:29:34 - (not logged in) (10.100.0.222)> USER shcontrol (000029)14.8.2020 13:29:34 - (not logged in) (10.100.0.222)> 331 Password required for shcontrol (000029)14.8.2020 13:29:35 - (not logged in) (10.100.0.222)> PASS ******** (000029)14.8.2020 13:29:35 - shcontrol (10.100.0.222)> 230 Logged on (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> PASV (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> 227 Entering Passive Mode (10,100,0,111,252,170) (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> STOR TEST.CSV (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> 150 Opening data channel for file upload to server of "/TEST.CSV" (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> 2020.08.12 15:54;79.812;76.457 (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> 500 Syntax error, command unrecognized. (000029)14.8.2020 13:29:37 - shcontrol (10.100.0.222)> 226 Successfully transferred "/TEST.CSV" ======== (I do not append source code because it is just slightly modified example V700_FTP_client.vlp from VisiLogic Help menu). Thank you, Michal
-
Hi everyone, we are writing because we are jammed on a problem that we have with our Vision700 + V200-18-E6B snap-in I/O module. The fact is the following: we setted up hardware as following: AN0 = 0-10V output with MI0 variable AN1 = 4-20 mA output with MI1 variable On ladder we provide linearizzation for 0-10 V from 0 to 4095 bit and for 4-20 mA from 814 to 4095bit. when all wiring is setted up following the scheme reported on the manual we measure right voltage (that is generated by using a text box on HMI in which we put bit value), but for current output we measure alsways a minimum value of 15mA. we double check connection and we also tryed to switch channel but the results are always the same. Do you have any suggestions? we attach vlp file for your comments. Thank you for you kind attention USCITE PROVA.vlp