From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sensor mapping - sensor locations

Hello everyone,

 

I need help regarding the use of the 3D Sensor Mapping.vi (Express vi). I can load a STL file without problems, but the manually positioning of the sensors is not a viable option in my case, so I figured I could edit the Express vi to give X,Y,Z coordinates to each sensor, but I don't know how:

 

there's a cluster named "long term sensor state" with sensor coordinates but when I change them the visualization remains the same: with the original manually placed locations. I have explored the subvis and I couldn't find where the clusters' coordinates are read.

 

Could someone help me understand how to change this subvi in order to give him specific X,Y,Z coordinates for each sensor?

 

Thanks a lot

 

Gabriel Balcells

 

 

0 Kudos
Message 1 of 7
(3,530 Views)

Hi,

 

If you see the context Help to this vi there are only two different options to load the model: stl or vrml (virtual reality modeling language) then, if you want to give coordinates to this vi you must save that information in those formats. 

 

Those 2 model file types are export options in most CAD programs including SolidWorks, AutoCAD, and Pro/E but you can try to builda 3D model programatically Here you can see it: 

 

http://www.ni.com/example/25991/en/

 

Cris..

0 Kudos
Message 2 of 7
(3,413 Views)

Hello,

 

thanks for your answer. But I don't understand you! I have successfully loaded a STL model and I've been able to put sensors manually. Now you are suggesting that I can give the sensors coordinates x,y,z in stl format? I don't understand how could I do this. (Apart from the fact that I can only load one model).

 

Maybe I wasn't specific enough: I'm not talking about visualizing a figure that represents the sensor: I want to locate the "sensors" that this Express VI uses to generate the color interpolation through the surface of my stl 3d model. But I need to enter an array of coordinates, together with the array of values, instead of manually clicking each position (not programmable). 

 

If anyone can give me a hint, please!

Thanks a lot

 

Gabriel

0 Kudos
Message 3 of 7
(3,401 Views)

Hi,

 

So I've looked into your issue, and what you can do is right click the Express VI and press Open Front Panel. What this does is converts the express VI into a standard sub VI. You can programmatically set sensors in there. Is that what you mean?

 

Cris..

0 Kudos
Message 4 of 7
(3,392 Views)

Exactly, I already tried that, but I do not fully understand the subvi.

Inside there's a cluster named "long term state" where I can see the sensors coordinates that I have already put manually before. But after I change them the model remains exactly the same, the colors distribution remains unaltered.

0 Kudos
Message 5 of 7
(3,383 Views)

Hi,

 

For what I Have found theres no other way using LV of mapping  sensors to the model besides modifying SensorConfig.llb and SensorSource.llb and stiching their functionalities together.

 

You can try to start with a single sensor: assuming that there was only one channel (one sensor) and was colouring the whole model in the same colour. Try to fix it by adjusting the number of DAQ channels in the Long Term Sensor State cluster. The code should work with the default values in the cluster as long as you change the model directory.

 

Take a look to Configure Sensor.vi which I think handles the user interface functionality in SensorConfig.llb and subsensor.vi in SensorSource.llb which handles the model update with the sensor values.

 

Hope this help

Cris..

 

0 Kudos
Message 6 of 7
(3,367 Views)

Hello,Gabriel Balcells.

        I have recently encountered the same confusion as you, I don’t know if you are using the program method to set up the sensor to solve the problem?

0 Kudos
Message 7 of 7
(2,398 Views)