Hi George,
You can add ActPWM feedback to IO modules, you just have to request the data from the module, as it does not broadcast it by default.
Check out SUBCMD 12 from the IO datasheet, send a message on bootup, and decode the RX message which will contain your ActPWM values. You will have to use ID and data masking as the std IO Rx block will not allow you to receive your message.
Also the TX_ID and RX_ID will need to be swapped over, I do that in the IO module page
Hope this helps!
John.