we are working with the RIOX board, and trying to set a value to the analog output. But somehow the RIOX manual does not tell me anything about an analog output. So I used the following instruction in the SDC21xx.
SetCANCommand(7, _AO, 0, 500)
SetCANCommand(7, _AO, 1, 500)
but nothing happens
I am also missing the analog output function in the setup-tab of the RIOX utility.
Someone any idea?