How can I set Outputs initial state

Hi, I have an IO board that supports output states read. How can I set the initial outputs state in my MIP driver? Can I implement

it using the ‘IsActivated’ method in the OutputManager and how to do it, or I should implement it using OutputCurrentlyActivated/Deactivated events.

The two options you suggest are the correct approaches, however after investigating we have found out that they does not work.

We will fix it for 2022 R1 release and I suggest that you just implement the IsActivated method to correctly report back what the state is and it will then work from 2022 R1.

Sorry for the inconvenience.

Thank you for the reply. I will do it on this way.