(2)| 6/3/2024 8:07 AM | |
|
Joined: 1/21/2013 Last visit: 1/17/2026 Posts: 4405 Rating:
|
Hi Antonio, Unfortunately, file system writes, especially to external devices, are buffered by the kernel. It would require a sync command to commit all data, but the built-in functionality does not currently provide this feature. The only options are to stop the runtime, wait for the kernel to do the periodic write back, or eject the device. Unfortunately, the 'EjectStorageMedium' system function is only available for WinCC Unified Comfort Panel and only works if the storage medium in question is used for logging. It should be possible to eject the storage medium in the File Browser application. An alternative, which you may find here in the forum, is to create and run a bash script that executes the sync command. Unfortunately, I am not sure if this will work on a WinCC Unified Basic panel. Kind regards |
Follow us on