Jump to content

Recommended Posts

Posted

Good morning, I would like to ask if anyone can tell me the command to send on the com serial to download the file present on the SD of the V350 plc in the EXCEL/EXCEL1/nomefile.csv folder

Posted


good morning, I'm not very familiar with .NET projects. if anyone can help me. I just have to create an exe that downloads the FILE 02-29-2023 present in the EXCEL1 folder in the destination folder. I can't create the progressStatusChanged class. I don't need a form that displays the progressbar. Thanks in advance

esempiosd.png

Posted

I did my own version of software to download files from n number of PLCS in the network over ethernet using the documentation @Saragani gave... there is a nice set of tools for developers but documentation is not as good and easy to understand as I would wanted.

@lorenso unlucky for you I no longer have acces to that program... and I don't have hardware to even try to re do something.

Posted

It's not a class, it a delegate (a pointer to a function) where progressStatusChanged should be a function that returns void and gets RequestProgress requestProgress as parameter.

Looking at the code, I see that it can handle well progressStatusDelegate being null, so you can just pass null instead.

  • MVP 2023
Posted

Doesn't the 8 character rule apply to everything on the SD?   Which in this case means the file name is too large and the PLC won't play?

Quote from Help:

Note ♦    Note that the main EXCEL folder and subfolders EXCEL0, EXCEL1, EXCEL2, EXCEL3 can each contain 64 files, for a total of 320 .csv files.
            ♦    The .csv file name cannot exceed 8 characters. It may include only English characters and numbers: 0 - 9, A - Z, a - z, and the underscore character "_".

cheers, Aus

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.