Transfer CSV file from CF Memory to a USB Pen Drive

Hi there,

I’m in search of suggestions, beacause i have no idea how to transfer a .csv file saved with mpDataRecording on the CF memory of the PLC to a USB.

So , in other words, I want to download it in a USB pen drive.

Does exist any mapp services that can i use?

Best regards

You can check:

  • mapp File which is for File Management
    Its more for the user to handle File in Visualisation.

  • AsUSB + FileIO
    Its more to automate the process. Get Ident of USB-Device (AsUSB) and Call Copy (FileIO) Function.

Greetings
Michael

2 Likes

Thank you Michael!

You’re so kind!