Hi,
in my program i have to read/write digital signals from/to the installed
PCI-6527. I created two loops to split up the two different modes. For data
exchange inside the whole program i use a LV2 global variable. Inside MAX i
created virtual channels for each line of the six ports to give the user the
opportunity to change the interconnection.
I placed two group_config.vi's onto the blockdiagram and connect them with a
list of virtual channels. The secondary one i switched into output mode. The
first loop use the group_read.vi to get data and convert's it into a cluster
og booleans. The secondary converts another cluster into an array of u32 and
put it into group_write.vi.
If i use that methode, i will
always get an error -10614 from
group_write.vi! Do i comment out reading digital input, the writing works
perfectly. It's also appear on the other way by commenting out digital
writing and only do reading.
Why these both loops can't work together? Do i have to combine the two loops
and do reading and writing not simultaneous?
I hope someone can help me...
regards
Henrik