Hi Everyone,
I have some question about storage on raspberry pi:
Did Codesys Target is writing something on SD card after uploading plc program during normal work? I am considering about lifetime of sd card in raspberry pi.
If i would like to use trends on VISU, where those data are stored? (SD card or RAM)
Is there any option to store trendlog data on USB stick or on eg. NAS server?
Thanks
Dzaq
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Zitat:
1. Did Codesys Target is writing something on SD card after uploading plc program during normal work? I am considering about lifetime of sd card in raspberry pi.
only if you write the bootproject from CODESYS on download of the application
Zitat:
2. If i would like to use trends on VISU, where those data are stored? (SD card or RAM)
by default it is in: /var/opt/codesys/PlcLogic/Visu/
you need to redirect the location where the files are stored.
Zitat:
3. Is there any option to store trendlog data on USB stick or on eg. NAS server?
Hi Everyone,
I have some question about storage on raspberry pi:
Thanks
Dzaq
Hi,
only if you write the bootproject from CODESYS on download of the application
by default it is in: /var/opt/codesys/PlcLogic/Visu/
you need to redirect the location where the files are stored.
Example:
/etc/CODESYSControl.cfg
[SysFile]
FilePath.1=/etc/, 3S.dat
PlcLogicPrefix=1
PlaceholderFilePath.1=/media/usbstick/trend, $trend$
PlaceholderFilePath.2=/media/usbstick/alarms, $alarms$
Keep in mind that if you update the runtime these file is set back to it's original values.
BR
Edwin