The FP-CTR-50x modules used to have a limitation in which the power-up values on the outputs in discrete mode did not work. I do not know if the limitation was ever changed by NI.
You should be able to create a channel (the outputs are channels 12-15) and access it with the FP Read or FP Write VIs when the channels are configured in Discrete mode. You may be unable to create the channel because you have not changed the channel type. When creating the channels, there is a selection box that will have the channel types. For a [c]FP-CTR-50X module, these are Type 1: Counter Input, Type 2: Discrete Input. and Type 3: Discrete Output. Change the selector to Type 3, and you should be able to create the items for the output channels.
In the oth
er modes, the value you write will be ignored. If you try and create a multi-channel item (e.g. channels 12-15), then the value you need to write is a 16 bit number. If you want all of the channels on, you need to write a value of 61440 (0xF000) to the multi-channel item.
Regards,
Aaron
LabVIEW Champion, CLA, CPI