MpDataRecorder multiple instances

Can the data recorder run in several instances? We have several units to log at the same time and would like separate log files and possible configurations for each one. The current workaround is to register PV from all Unit[x] to the same logger and they will end up in the same file.

HI @emedan ,

Yes, that is easily possible. You just need to create multiple instances of the dataRecorder and regPar FB’s. You also need separate MPDataRecord configurations.

Then you can link the different variables you want to log to the different instances, and they will be logged independently from each other.