So you don't see the device when scanning for devices? Im not familiar with that device. how dose it connect? serial/ethernet?
So did you get it working?
i had a similar problem trying to send files to C: on local computer. Ended up using Oscat ftp to transfer file with filezilla. i read there is an "write protection", possibly to do with windows, issue with sp19 and up. there are some config files in the codesys dir you can change, which may help. after i was able to transfer to local PC\downloads but not c: so went the ftp route. works well. https://forge.codesys.com/forge/talk/Runtime/thread/5cac1390b4/
VAR CONSTANT size : INT := 10; END_VAR My_Array : ARRAY[1..SIZE , 1..5] OF REAL;
IN THE MAPPING COLUMN, TRY CLICKING THE ICON TO "MAP TO EXISTING VAR"
Im Putting alot of my custom functions blocks into a library I have a EthernetIP VSD FB that i would like to get Status from the adaptor. EthernetIP_remote_adaptor.estate is one what i want to get. so anyone know how to point that to my function block? when i use the block i just want to have an input "Drive" that would point to the adaptor. like in softmotion when you just put the axis name in the FB to point the FB to a certain axis. Hope that makes sense, cheers
worked around the issue- ftp client on plc, file sent through filezilla to PC.
Hi Trying to send csv file to c:\data\xxx.csv Im able to save to plclogic and after doing this https://forge.codesys.com/forge/talk/Runtime/thread/5cac1390b4/ i can now "file transfer" to host pc downloads. but still cant transfer to c:\ im sure i have done this in the past with older versions of the 3.5 ide? just concat the file name as c:\data\My_Filename.csv. any ideas? cheers