thanks alejandro,
i'm using PCI-6025E board to do both the buffered handshaking and counting buffered edges.
therefore i'm trying to merge the following 2 vi together.
1. Count Buffered Edges(DAQ-STC).vi
2. Dig Buf Handshake In(8255).vi
In my application, i wanted to count the event on the gate pulse using internal timebase of 100KHz as the source (digital acquisition) and buffered handshaking to acquired about 2000 data.(mode 1)
this 2 vi function very well so far when tested separately. however when i tried to merge this 2 vi together, it gives me the following error
Error -10007 occurred at Digital Group Config
Possible reasons: NI-DAQ LV: A channel, port, or counter is out of range for the device type or device configuration; or the
combination of channels is not allowed; or this scan order must be reversed(o last)
i suspect this is because there are 2 group config in the vi, counter group config.vi and the digital group config.vi .
1. Is my guess correct about the cause of the problem? what should i do to solve this problem?
2. what is the function of the "call library function" in the group config? what should i do if i want to merge the 2 group config together?
thks,lyn