Depending on the runtime, the configuration file is located in the following place: Location of the configuration file

Store Persistence Manager and Datalog Manager on removable media (e.g. an SD Card or USB Storage)


The numbers must start from 1 and be in sequential order.  Use other numbers, if you already have existing PlaceholderFilePath.x entries

With the option “.View=1” the placeholder shows up in the filetransfer dialog.
With the option “.VParent=$PlcLogic$” the placeholder shows up additionally as child of the “$PlcLogic$” placeholder. 
With the option ".Volatile=1" the specified folder is not created automatically at startup and the placeholder is visible in the filetransfer window only when the folder exists.  This is important for removable media.

Replace /mnt/USBDevice with the correct filepath of your removable storage, eg. F:\ or /mnt/SDCard

[SysFile]
PlaceholderFilePath.1=/mnt/USBDevice, $ac_persistence$
PlaceholderFilePath.1.View=1
PlaceholderFilePath.1.VParent=$PlcLogic$
PlaceholderFilePath.1.Volatile=1
PlaceholderFilePath.2=/mnt/USBDevice, $ac_datalog$
PlaceholderFilePath.2.View=1
PlaceholderFilePath.2.VParent=$PlcLogic$
PlaceholderFilePath.2.Volatile=1
  • No labels