LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Failure: transact.cpp, line1132

I am doing some simple measurements using NI5102 scope card and PCI-6033E i/o card. But theres this error << transact.cpp="">> that keep crashing my LabView6i. Any hints to rid it?
0 Kudos
Message 1 of 4
(2,854 Views)
From bsukpraphrute@yahoo.com

You got quite the devices.
My first guess it is going to be the memory. Do you got enough memory say 500 MB of RAM for continue reading. Because I always crash my program when I do not have enough mem.
My second guess going to be I/O conflict. Have you run NI spy and test your device one by one? ( you can test read or write in NI spy. )

My third guess only when you pass my previous two test. Do you make a run time (run from EXE not from VI)? If so, you must run from VI. LabVIEW got the bug, I could fix it, but for such a sort solution. Try to run from VI.

IF the problem still present, you might try to run the scope and 6033 I/O separately. If there the problem is clear, there are some bugs in either the vi driver or
the way you init the device (in your application).

P.S. Let's me know the result I might be able to help you out.
bsukpraphrute@yahoo.com
0 Kudos
Message 2 of 4
(2,854 Views)
Thanks but i think i have nailed the problem. I think its caused by a faulty 'Extract Single Tone Info.vi'. Not sure what actually happened but fixed it by replacing them with new ones.
0 Kudos
Message 3 of 4
(2,854 Views)
Sorry, i think the fault is caused by the scope driver.
0 Kudos
Message 4 of 4
(2,854 Views)