I have configured MpAlarmX,MpAlarmXHistory ,MpAuditTrail and the Audit widget in mappView. The audit history ,alarm history is displayed correctly on the HMI mappview.
When I click the Export button:
In Simulation: Export works correctly and the CSV file is created.
Runtime on the Windows Panel PC 3100: Export fails with the following error:
This works in simulation because ARSim is running within Windows, so files can export to your Windows C:\ drive**. However once you transfer your application to a real target, Automation Runtime only has access to its own disk partitions. Even if you’re running Hypervisor (Windows and AR both running on the same PC), the runtime side will only be able to access its own files. In order to make the export work, you’ll need to change the file path to something on the USER partition. You can use the keyword USER_PATH for this. For example, your file device configuration could be:
Name : Alarms
Path : USER_PATH\Alarm
** This is only supported in AS 4.x, it is not allowed in AS 6.