04-02-2007 11:01 AM
04-02-2007 11:12 AM
04-02-2007 11:12 AM
04-03-2007 11:01 AM
test:
I was unable to run your main level VI because of missing subVIS. Please post the other subVIs so that I can better assist you.
Thanks,
Rudi N.
04-03-2007 11:21 AM
04-04-2007 01:31 PM
testdev:
I still was not able to run your VI, there were still some missing VIs namely "Power.vi", "HandleError.vi", "DI Instr Config.vi"... In any case what API are you using to acquire data, is it DAQmx?. Also, where does the error occur?. You can use highlight execution and run your code to find out which VI throws the error. Please let me know what you find.
Regards,
Rudi N.
04-05-2007 06:36 AM
I am using DAQ max. I have run with highlighted ...the VI which throws error is Check Error digit VI. Now my Two State Outputs VI executes but...my Results(Outforced) do not appear.I am attaching couple of VIs ..could please check and tell where i am doing wrong.
Thanks.
04-05-2007 06:38 AM
04-06-2007 04:22 PM
testdev:
I am sorry for going back and forth on this, but I am still not able to run your VI because of errors, I suggest that you copy your VI to a different computer and try to open it, so that you see what VIs are missing. Also, you did not send Test Digit Ouputs 1.vi that you are referring to in the word document. I also looked through "Checkerrdigit.vi", but was not able to run because it was missing Test Data In and Out controls. Please let me know where the issue is.
Thanks,
Rudi N.
04-09-2007 11:30 AM
I fixed the initial problems..error for no.of written and read items.But now i seem to be running into new ones..One of my sub VI Checks if the values wrote to Dut Digital OUT ("Arr Wrote" input) are correctly read on the connector ("Arr Read" input).
If "Arr Wrote" is different from "Arr Read", it will return an error (code 10002)
Updates also the Array Result Test Digital Outputs into Test VI
It does not do the last part...update the result. Any suggestions?
Thanks.