LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simple activex problem

I am getting an error message when I try to use the activex software in Labview 8.5 to recieve data from an MTi inertial sensor. It is an Error - 2147467259, unspecified. All I am doing is opening the reference, reading data, and closing it but it does not seem to work. The error seems to occur at the close block but I do not get any data out as well. Any suggestions?
0 Kudos
Message 1 of 14
(4,121 Views)
Here is a work around
0 Kudos
Message 2 of 14
(4,100 Views)
Please check the example in this page
0 Kudos
Message 3 of 14
(4,099 Views)
I'm not quite sure I understand what you are saying. I have a property node immediately following the open reference block but it still gives an error.
0 Kudos
Message 4 of 14
(4,077 Views)
Did you check the example vi in that link?
0 Kudos
Message 5 of 14
(4,075 Views)
yeah, although I'm not sure if this applies to my vi. Should I delete the open and close reference blocks? are they needed?
0 Kudos
Message 6 of 14
(4,068 Views)
You shouldn't have to delete the open and close reference blocks (they should be required in this case, I believe). I had a look at the example and the picture you supplied. I believe you need something like the property node in the attached picture immediately following your open reference.


Message Edited by corys on 08-05-2008 08:17 AM
-Cory
Message 7 of 14
(4,054 Views)
ok so I tried putting a property node to get the ID but it gives me the same error. would this problem have something to do with the communication between the pc and sensor?
0 Kudos
Message 8 of 14
(4,021 Views)
I think I got it, I can read some data now. It was just an initialization problem with the sensor. Thanks for the help
0 Kudos
Message 9 of 14
(3,992 Views)
think I got it, I can read some data now. It was just an initialization problem with the sensor.

Even I thought i the problem might point to the sensor .As corys had suggested,It shld have solved the issue if it is with respect to Property node.
0 Kudos
Message 10 of 14
(3,988 Views)