12-19-2009 02:27 PM
Hi,I'm a student of Electrical Engineering, Faculdade de Ciências eTecnologia of Universidade Nova de Lisboa in Portugal, and at the endof my graduation I need to finalise my thesis with a research project.
The project consist in the stabilization of line-of-sight with twoangulare axes. We acquired the iSensor (ADISUSBZ) due to theirphysical qualities, size and weight, as it will be attached to theplatform so we can read the information from the gyroscope. Theinformation obtained will be treated externally using LabVIEW forcreate the control actions that will operate the servo and we'll getthe desired stabilization.
However, the difficulty it's reading data in Labview, because thisdoes not recognize the iSensor, hence the various attempts to create adriver. Therefore, I asked what was the programming language to advisethe implementation of the controller to be able to do read theiSensor.
I tried that:
but never can access the register with information.
Thanks!
Best Regards.
12-19-2009 03:02 PM
12-19-2009 07:05 PM
12-19-2009 07:54 PM
I tried several times utilize the block "Call Library Function" how you told me, but I receive always error, that it's error:1097.
I just researched for this error, but don't understand how make, because I never created any driver and the dll for me is the very "strange".
PS: I have the file .dll and others necessary .sys and .inf, told me the vendor
PS2: How put here files?
12-19-2009 08:39 PM
12-20-2009 11:06 AM
I did the one simple thing, that is use direct the block 'Call Library Function' for verify if work well '. dll'
The files follow next:
12-20-2009 11:39 AM
Hello all, after analyzing the .h of the dll, I notice that the functions present on MCP_iSensors_DLL.doc aren't the same.
I wrote to Analog Devices for report this problem, I hope they will tell me how to make, because it should be this problem with the files.
12-22-2009 07:00 PM - edited 12-22-2009 07:02 PM
I received the source code, at least that's what the vendor told me.
I have a problem of is not find any file that I can reading ... only '.exe'.
That all I have!
My .vi follow with others files, but error is the same.
PS: The .dll has been placed in a previous post.