10-04-2010 01:33 PM
I have an old VB 6 program using Componentworks.
I use a PC-AO-2DC board to output an analog voltage using the CWAOpoint.singlewrite command.
Works fine with the old board but no output with new PCI-6711 board.
Set new board up as device 2 as with old board.
Works fine in test panel.
What am I missing?
Thanks
10-04-2010 02:44 PM
Found it myself.
For some reason the new board did not pull the CWAOpoint information from the Activex properties.
Had to add a CWAOpoint2.device and .channelstring statement to beginning of program.