07-27-2018 07:57 AM
Hi,
I am trying to acquire two analog inputs from a DAQ Card - 6062E with a 68 screw board terminal. I have attached the VI with this message. I am getting the 50103 error, which has been posted in several forums. I tried several possibilities posted but couldn't get the result at all. In addition it shows 200088 error too. The program in the case structure is horrible (not done by me, I am just adding the event structure to acquire angle) but that is not of concern here I guess. I am on a bloody time crunch here so, any idea or suggestion would be really really helpful!
Thank you very much in advance.
07-27-2018 02:22 PM
You've got two separate DAQ tasks accessing the same card. The AI only has a single clock on it and by spinning up two separate tasks, you're trying to instantiate the clock twice.
07-30-2018 05:18 AM
Hi, I tried with the same task too, but it doesn't seem to work. Any suggestions to reconfigure?
07-30-2018 09:24 AM
Hi, I worked it out somehow and I'm not getting the error! Thank you for the help! 🙂