The default state in MDX was only during program startup.
But it seems like you want the output to be ON whenever the computer is on, correct? In that case in some cs code make a timer that goes off every so often (like 100ms or something) and just turns the port on. When the computer wakes up, that timer will fire again and turn it on.

