LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data input from Olympus thickness measuring instrument

Hello everybody!

 

I am a student of engineering und have a projekt for my diploma. It is about automatized measuring of the wall-thickness of steel plates. Therefore i want to use an Olympus hand-held unit that is integrated into the mechatronics of the scanner, send the sensor data via RS-232 (in "real-time") to a laptop and import them into LabVIEW. Important is the import of the uninterpreted a-scan and thickness data. Right now i am prefering the Olympus 37DL PLUS for this task.

 

Is there anybody who has experiences with this kind of data-transfer and has an advice for me?

Maybe someone allready has a VI for this kind of application? Smiley Happy

 

Kind regards,

Fabian

 

Collogne, Germany

0 Kudos
Message 1 of 17
(4,358 Views)
What will be the data you will be getting? Image data? In which format? Are you worried about converting this image data to an image? Have worked on VISA functions?
0 Kudos
Message 2 of 17
(4,354 Views)

Unfortunately i don´t know the format of the data. I´ve read the information will come as a string, but i don´t know exactly. In the manual of the Olympus device is only mentioned, that it is a "pc-format". There is an Olympus software for reading the data but i don´t want to have another part in the chain. Best would be to insert the data directly into LabVIEW, combine the "data-shots" with the x,y-coordinates of the scanner-head.

I´ve sent a request to Olympus if they can send me the manual of the software WIN37DL PLUS. Hopefully there are more informations about the format and data-size.

 

What are VISA functions?

0 Kudos
Message 3 of 17
(4,348 Views)

VISA

 

 

No problem if you are getting string value. MAke sure you get all the values and ou can always convert that into an image. Do you have "Vision development module" installed?

0 Kudos
Message 4 of 17
(4,344 Views)

Hi Fabian,

 

easiest solution:

Pick up the phone and call the Olympus support. Ask them about the data format (format specifics, extensive manuals, etc) as you are in the decision stage of your project... You're the customer who will spend money ("Der Kunde ist König!"), so you can expect some support from Olympus.

 

If the data format is given you can always read the data from serial port using LabVIEW.

Message Edited by GerdW on 11-17-2009 11:17 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 17
(4,338 Views)

muks wrote:

VISA

 


Looks good! I´ll look for more information about that!

 


muks wrote:

Do you have "Vision development module" installed?


I don´t know. How can I find out?

0 Kudos
Message 6 of 17
(4,326 Views)
You´re right. That would be the easiest way.
0 Kudos
Message 7 of 17
(4,325 Views)

Do you see this?

 

thiss.PNG

0 Kudos
Message 8 of 17
(4,323 Views)

Yes, i do!

 

My problem is (I think you noticed that allready) my low experience with LabVIEW. I had only a short course at the university.

The next one and a half weeks i´ll be on field work and i´ll install LabVIEW on a laptop to play a little and get to know, which functions to use.

0 Kudos
Message 9 of 17
(4,320 Views)

Hi muks,

 

even when Olympus is the manufacturer of the device it isn't a CAMERA. It's "an advanced nondestructive ultrasonic thickness gage" - just google for it.

 

So IMAQ/Vision might not be the perfect way to go here... What Fabian needs is more like a "standard" device driver like for DMMs or oscilloscopes, hence my suggestions to contact the manufacturer's support team!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 10 of 17
(4,315 Views)