Retrieving a Log Book off of a Compact Flash or CFast

Often when working on PLCs it can happen that you need to pull a log book from the PLC but don’t have a remote connection to the controller. Maybe you don’t know the IP address (Here’s a helpful thread if you don’t know the IP) or just don’t have an ethernet cable. Whatever the reason maybe, it can be very beneficial to pull the contents off of the compact flash or CFast card such as the log book for additional analysis or sharing with a support team.

To do this, the first step is of course to have the appropriate reader (compact flash or CFast depending on the PLC). Once you have this, power off your PLC, remove the CF/CFast card and follow the below steps!

As a note - before beginning you’ll need to have Runtime Utility Center which can be downloaded from the B&R website here

  1. Open the Runtime Utility Center

  2. Select “Create, modify and execute projects (.pil)”
    image

  3. Go to “Tools” → “Back up files from Compact Flash / Image file…”

  4. Select the CF or CFast card:

  5. Wait for Runtime Utility Center to finish reading disk information:

  6. Expand the contents of the disk as follows: DATA1 Partition → RPSHD → SYSROM
    image

  7. Within the SYSROM folder, select all entries which begin with a $. These correspond to the log files. (Note that you may not have all of the entries shown in the screenshot below.) Checking these boxes will automatically check the boxes of the parent folders DATA1 Partition, RPSHD, and SYSROM.
    image

  8. Browse for a location to save the files (for example, the C:\ drive):


  9. Click Start:

  10. Once the files are saved, you will receive this pop-up:
    image

From there you can open the resulting .br files in Automation Studio, make a post here on the community asking for some help or send them to your local B&R support contact for help in analyzing the contents.

Hope this helps!

3 Likes

This does work.
You can open the original .br files directly from DATA1\RPSHD\System in the Automation Studio logger without Runtime Utility Center.
I think Runtime Utility Center is just making a copy. Runtime Utility Center does reveal the logbook files with the “$” character, this is not seen in File Explorer.

Thanks for this valuable contribution.
Here you can find a Training Module related to the topics mentioned above.
https://www.br-automation.com/en/academy/classroom-learning/training-modules/diagnostics-and-service/tm920-diagnostics-and-service/
TM920 – Diagnostics and service
see chapter 8.1.2 Backing up files from CompactFlash page 63f

1 Like