Using Codesys V3 (Eaton version XSOFT-CODESUS V3.5.16 BF4)
I am trying to read files from a USB drive usinf CAA File library.
The file opens evertime when using:
filop.sFileName:= '/home/disk_usb/ProductionTable.csv';
If the file name is assigned to a variable, it fails.
sCardReaderFileName1 := '/home/disk_usb/ProductionTable.csv';
filop.sFileName:= sCardReaderFileName;
I'm baffeled!
Can any one help please?
Br
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Everyone.
Using Codesys V3 (Eaton version XSOFT-CODESUS V3.5.16 BF4)
I am trying to read files from a USB drive usinf CAA File library.
The file opens evertime when using:
filop.sFileName:= '/home/disk_usb/ProductionTable.csv';
If the file name is assigned to a variable, it fails.
sCardReaderFileName1 := '/home/disk_usb/ProductionTable.csv';
filop.sFileName:= sCardReaderFileName;
I'm baffeled!
Can any one help please?
Br
Ugh!!
Spotted thy typo!
Sorry guys!
Ugh!!
Spotted thy typo!
Sorry guys!