3D Solidworks Model with Temperature Sensors

Hey all,
For my senior design project, I've been trying to create a incorporate my Solidworks model that I have previously into my Labview program. I have watched a few tutorials outlining different ways to incorporate a Solidworks model and test stress and movement of this model. For my application, I am trying to incorporate around 16 different heat sensors in different positions around this model in Labview. I want my program to give a 3D representation of the positions of these sensors in space so that the user knows exactly where a certain temperature reading is occurring. This way, the user can pinpoint the position in this model where the temperature is increasing or decreasing. I am having a great deal of trouble trying to create this code and haven't found any tutorials outlining similar situations as mine. Does anyone have any suggestions on how I could go about creating this code? How does one incorporate heat sensors into a Solidworks model via Labview? Any suggestions or advice would be greatly appreciated. Thank you

jab10015,
I initially saw this and asked Spicy to jump in because I thought you were trying to interface with Solidwords directly. Your latest post made me realize I had misunderstood the question, and I believe I have an answer for you. Just to make sure, you're wanting to take physical measurements and then map them on to a virtual 3D model within LabVIEW, correct?
If so, there is an express VI that you can find under the programming/graphics and sound/3d picture control/helpers that is called Sensor Mapping (provided you're running a LabVIEW 8.6 or higher). It sounds like it will do what you're after.
As far as documentation for it goes, you can find the manual page here:
http://zone.ni.com/reference/en-XX/help/371361K-01/lvpict/sensor_mapping/
A community example here:
https://decibel.ni.com/content/docs/DOC-2059
And a solution for a common issue here:
http://digital.ni.com/public.nsf/allkb/2D8235CFB7C06A21862574BE00595B9B
Christopher S. | Applications Engineer
Certified LabVIEW Developer
"If in doubt... flat out." - Colin McRae

Similar Messages

  • Do we have driver available for Lake Shore Model 128 temperature sensor?

    Do we have driver available for Lake Shore Model 128 temperature sensor? I want to make sure before we start writting our own drivers to communicate with this hardware.
    Thanks,
    Marivell Baez

    Hi Marivell,
    Take a look at ni.com/idnet. A quick browse found Lake Shore Cryotonics Temperature meters here: http://sine.ni.com/idnetwork/main/p/sn/n25:LM/sb/navsRel?q=lake+shore+temperature&x=0&y=0
    This may not be what you are looking for though and consulting with your user manual for the appropriate commands to be sent would get you in the right direction for creating a complete set of Sub-VIs. Is this device a sensor or a meter controlled via an instrument protocol (GPIB, Serial, LAN, etc.)
    PBear
    NI RF

  • R7970 problem with temperature sensor?

    So last month I RMA'd my R7970 and I just received it in the mail. Originally my problem was I had artifacting lines, and occasionally freezes. In the time between that I had ordered a 5450 just as a temporary card.
    When I got my 7970 back I removed the 5450 and placed the 7970 in its place. However after booting up my computer the fans started going on max speed every few seconds while online. I looked at the temperature according to afterburner and it says its at 70c where my previous card was probably around 50 during normal use. I tried playing skyrim but it's not the funnest thing to play when you have the sound of a fan blowing at 50 mph. And while playing this the temperature went up to ~95c
    The reason I'm thinking theres a problem with the censor is that I felt the exhaust from the pci slot and though it was warm, it was not 95 degrees of hot. I turned off the computer and took out the graphics card and placed it back in thinking that was the problem but its still just as loud. I figured I'd post here first and see if maybe I did something wrong before contacting MSI directly.
    My specs are:
    CPU: AMD 8350
    mobo: gigabyte ga 990 fxa ud3
    gpu: R7970-2PMD3GD5
    psu: corsair cx 750
    ram: gskill 16gb ddr3 1600(?)mhz

    Hi I've replaced  the paste on two msi 7870 as they do an awfull job of applying by putting about six times to much on. I used a Noctua NT H1 non conductive paste just a very tiny pea size and the temps have dropped by 10%c on both cards. They are now in crossfire mode and pretty quiet although obviously they run hotter in crossfire mode but max out at 65%c. I had to RMA one of these cards just two weeks ago as the temp diode set the fan at full speed once it hit about 60%c which was intolerable as I expect yours is. They sent me a replacement card and didn't query that I had broken the warranty seal when I replaced the thermal paste. I'm surprised at how hot your 7970 gets although I've never used one is that normal for this card, is it in a decent sized case, is something stopping one of the fans from moving eg a power wire etc. sounds silly but I had this problem with a small form shuttle a motherboard wire had to be reouted on a twin fan card for that reason. Hope you get it sorted

  • Help with Omega Infrared Temperature Sensor with USB Interface Model(s): IR-USB

    Hi,
    I am a beginner when it comes to labview and was wondering if the IR-USB sensor by Omega was compatible with LabVIEW and whether anyone has worked with them before in lv. I also want to find out whether the vi for this sensor is easily available. I am not too sure about which infrared temperature sensor will work best with lv.
    Thanks

    Hi,
    It appears it isn't compatible straight away.  It is designed to talk to the software provided by Omega and they don't appear to provide drivers for development in other programming languages.
    Having said that it theoretically could be.  It appears that although the connector is USB the device actually mimics a serial port which we can easily interact with from LabVIEW.  To do this though we would need to know the commands to send and the format of the data received.  This would usually be obtained from the manufacturer.
    My suggestion would be to contact Omega and see if they can offer a LabVIEW driver or a programmers manual with the commands for the device.  If not they may be able to recommend something that would be compatible.
    Regards,
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • LM92 I2C temperature sensor with NI-8451

    Hello !
    I try to communicate with a LM92 temperature sensor via the NI USB-8451 by I²C protocol. I have an issue with the addressing because the 7 bits sensor address is 1001011 (A1 and A0 set to 1) but the LM92 is working in little endian (LSB first) and Labview adds the R/W bit at the end of the address so the complete frame sent to the LM92 is 1001011R/W.
    I'm trying to find a solution to invert the complete frame before seending it in order to communicate with the LM92.
    Labview returns the error -301742 because the address is not the wright one and i can't find how to send the adress in little endian.
    I just need to read the temperature register of the sensor so i don't need to write anything in it.
    Does anyone have an answer ?
    Solved!
    Go to Solution.
    Attachments:
    LM92CIM.pdf ‏773 KB
    Temperature read.vi ‏17 KB

    Sanguigui wrote:
    Hello !
    I try to communicate with a LM92 temperature sensor via the NI USB-8451 by I²C protocol. I have an issue with the addressing because the 7 bits sensor address is 1001011 (A1 and A0 set to 1) but the LM92 is working in little endian (LSB first) and Labview adds the R/W bit at the end of the address so the complete frame sent to the LM92 is 1001011R/W.
    I'm trying to find a solution to invert the complete frame before seending it in order to communicate with the LM92.
    Labview returns the error -301742 because the address is not the wright one and i can't find how to send the adress in little endian.
    I just need to read the temperature register of the sensor so i don't need to write anything in it.
    Does anyone have an answer ?
    I do not have the USB-8451 to check this myself, but based off of this document: http://www.ni.com/white-paper/5767/en/ I would guess you should be looking into these two VIs:
    Advanced LabVIEW API for Device Addressing
    Use the Script Address + Write or + Read Functions after a Script Issue Start function to program the device address.
    Note:  This, however, is just a shot in the dark.  It seems like deep down they are calling a library, so it may be out of your control unless you have access to the library being called as well. 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If someone helped you out, please select their post as the solution and/or give them Kudos!

  • Can SCC-RTD01 be used with Cernox RTD's, silicon diode temperature sensors?

    Hi,
       Can the SCC-RTD01 be used with negative temperature
    coefficient RTD's such as the Cernox RTD's.  Can it be used with
    silicon diode temperature sensors?
       I was planning on using the SCC-RTD01 with platinum
    resistance wires, but want a screw mount type sensor.  Couldn't
    find any platinum RTD devices with screw mounts, but could find the
    Cernox and diode temperature sensors with the screw mounts.
    Thanks,
    Mark

    Mark,
    Thank you for contacting National Instruments!  When you configure an RTD channel in the Measurement and Automation Explorer (MAX), you have the option of choosing from a list of "standard" RTD's or entering your own polynomial expression as the temperature coefficients.  Therefore, negative coefficients shouldn't pose a problem.  Also, I don't see any reason why a silicon diode temperature sensor would pose a problem either. 
    I hope this information is helpful to you!
    Jeff P.
    National Instruments Applications Engineer
    Jeffrey P.
    LabVIEW Product Management
    National Instruments

  • Can FieldPoint be configured for use with 4 wire temperature sensors?

    I would like to build a fieldpoint-based measurement system that is configured to accept 4 wire type low temperature sensors, pressure sensors, and several 4 wire (100ma) magnetic hall sensors.  Each 4 wire temperature and magnetic hall sensor will require a stable current source (20ma -100ma range).   We need to be able to synchronously read up to 8 sensors.  Under certain circumstances we would like update rates up to 50 Hz (0.02 seconds) on all 8 channels.  We currently have FieldPoint products, such as FP-1001 modules (RS-485 Network Interface), FP AI-110 modules (8 channel, 16 bit analog input), FP-RTD-122 modules (8 channel RTD input), FP-RLY-420 modules (SPST Relay), FP-TB-1 (36 screw terminal, Universal Terminal Base), NI-SCC-68 (68 pin Terminal Block with 4SCC expansion slots), PCI-8431 (RS-485 Serial 2 Channel Card), and other FP modules on hand that we would like to use in this experiment design if possible.  I would like more information on the NI FP-RTD-124, (4 wire, 8 ch., 16 bit RTD input module) regarding use with platinum RTDs and low level/low temperature signals, and maximum refresh rates.  Thanks for your help,
    LGF    

    Hi LGF.  FP-RTD-124 info is here: (c)FP-RTD-124 manual.
    The range of the -124 on the low end is -200C; we use it to -196C with 100 ohm Platinum sensors with good results.
    The update rate, ~ 1S, however, is not going to meet your requirements. Can your temperatures really change that rapidly?
    The excitation is fixed at 2mA x 135 mS with a period of 1S.  Fine for an RTD, don't know about your Hall sensors.
    Your AI-110 module can be configured to read the Hall sensors with external excitation but the maximum update rate is 0.173S.
    Hope that helps.
    Matt

  • Interfacing temperature sensor LM35 with Labview

    I would like to know the best possible way by which I can interface a temperature sensor LM35 with Labview for monitoring the temperature of patients that can be incorporated into a patient monitoring device that includes monitoring of ecg, hrv, spo2 and cuffless bp (calculated using PPT, pulse transit time).

    Sorry no Danny, thanks to Dennis_Knutson,
    By some how you have cleared my confusion a little bit, now i will apply it practically and will ask queries if having any problem.
    I appreciate to you quick response Dennis_Knutson

  • PowerBook has malfunctioning temperature sensor/overheating graphics card?

    I just received a brand new high res PowerBook 15'', but, the free "Temperature Monitor" program, that monitors the outputs from the PowerBook's temperature sensors, seems to display the Graphics Processor's temperature incorrectly. Often, it says it is 212º F, but it wildly flunctuates between that and a more reasonable 114º. The "Specified Upper Limit" also changes, but seems to be 156.2º F. If it is the correct temperature, then my graphics card is overheating. What should I do?

    To the contrary. All Macs have a graphics card. Not in the same way as a PC where the card is removable, but it is integrated into the computer. Otherwise they would either have some form of Apple graphics card or the graphics would leech off the main computer components. Mac OS X takes full advantage of hardware graphics technology (OpenGL, Quartz).
    As for temperature, it is key to computer performance. If you've looked at PCs there are many different cooling options. The PowerBook has it's own ways. First it is built of aluminum which draws the heat away and reduces the temperature by 10%, and it has two cooling fans that run at low speeds for quiet operation, they will crank to full speed if the computer is under stress and is creating lots of heat. A G5 has an extensive and well thought out cooling system with thermal zones and liquid cooling on some models, good example of how extravagant they can get.
    And Logan, does your computer feel 212˚? If not there is a malfunction in the program. If the computer is whirring about trying to cool itself when it feels normal, it is a hardware malfunction. Thry running a hardware test if it is a hardware malfunction.
    15-inch 1.5GHz PowerBook G4   Mac OS X (10.4.3)   1.280GB RAM, 128MB VRAM

  • Solidworks model mating issue in 3D Picture control

    Hello
    I have been following example of LQR and linear inverted pendulum ...where we can import Solidworks model in Labview and have our own control.....
    I made SCARA and I am being able to access individual part ...however I still have some mating issues with individual part....
    Please have a look at VI I have attached and see how Arm1, Arm2 and ZArm doesnot follow Parent Child relationship.  
    As I have leaned andgot help from forums.....I will get it this time too ....
    Thanks in advance.....
    Thanks & Regards,
    Kunal Raithatha.
    CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D :-)
    Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
    located in the upper right corner of the front panel or block diagram" ...If you know any
    more reply back.
    Solved!
    Go to Solution.
    Attachments:
    Forum.zip ‏73 KB

    Hello Vugie and Zach ...Few more favors plzzz
    Is there a way I can focus and zoom in zoom out particular portion of the scene, I can do it along Z axis but it will zoom whole scene. I guess Camera Control setting but not getting how to do it.
    Also
    1. When I RUN a vi, change camera (spherical) position and STOP a vi,
    next time I run my vi scene display shows last Camera position, Is there
    a way that for every new RUN of a program Scene Display erases old
    image and starts over again. Looks like re initializing Camera Position.
    2. Scene in Continuous loop and Camera Controller >> Spherical. Scene
    display gives kind of broken and flashy display while changing camera
    position using mouse.
    3. If I translate any object and again translate-rotate to change center
    of rotation, isn't it Total translation and then rotation.
    4. When I plan to show stretch/compress from one end, it will be again translating object half a distance similar to Pivot ???
    Is there any easy way to find Translation you apply to move your center
    of rotation, I waste lot of time when I import someone's vrml model, its
    lot easy if I make my own using 3D geometries at least I know half a
    distance to move.
    Also see another method I am trying in which I have all 3
    objects imported as a separate vrml and I called via one vrml.  I tried
    different translate-rotate combination but nothings working out
    Thanks in Advance
    Thanks & Regards,
    Kunal Raithatha.
    CTD - CLAD (I wish I can take off that A, and maybe use it later to replace D :-)
    Easy Tip :- "To copy an image to a VI icon, drag the image file and place it on the icon
    located in the upper right corner of the front panel or block diagram" ...If you know any
    more reply back.
    Attachments:
    SCARA3309.zip ‏81 KB

  • Faulty Temperature Sensor?

    Recently, I was given an old Mac g4 15" Powerbook that the owner no longer wanted. This is the first Mac I have owned as well as the first laptop. It worked fine for me for several weeks, and I got a new battery and upgraded the RAM. Then it started putting itself to sleep seemingly randomly, while I was in the middle of using it. It's fine for a little while upon turning on, and then may start to do this every minute. I changed the battery and memory back to the original pieces, the problem persists. The last time, it would not wake up at all. I finally took out the battery and power cord and held down the power button and restarted it.
    Looking around online, I have found other people experienced this 'narcoleptic computer' issue with g4s, but no clear solution. The consensus seems to be a faulty trackpad temperature sensor sends the computer into sleep. I checked my system.log and found emergency overtemp warnings at the times it was sent to sleep. I downloaded Temperature Monitor and found that the trackpad temp would spike way up and down while the other temperatures remained consistent. Sometimes there is no temperature reported for the trackpad at all, at times it behaves normally until the computer is jostled, leading me to believe it might be an issue with something come loose.
    Is this something that has been resolved? I saw a couple suggestions to open it up an remove the trackpad temperature sensor entirely, does anyone know if that fixes the problem in the long term? I have also tried resetting the pram and the pmu, setting the power saver preferences to never put it to sleep, trashing my power saver preference files, disabling bluetooth, and running the computer off the power cord only with no battery. Next I will try opening the whole thing up and tightening everything I can see to tighten.
    I know it's getting up there in years, but the computer worked fine for what I wanted until this started. I would be very grateful for any advice on how to deal with this issue.

    Hello Kate,
    The track-pad heat sensor is +*one of the causes*+ of narcoleptic powerbooks, but from my experience it is more usually related to a faulty keyboard. Sticky or bent keys, dirt, soda, faulty light sensor are more likely the cause. It is highly unlikely anything has become lose inside the machine as all factory fitted screws are sealed with a lock-tight adhesive or equivalent. Try turning off the illuminated keyboard (F8) and see if it persists. Opening the machine is not a bad idea although, you will find very little in the way of visual determiners. Open it up and give it a good clean out. A small soft paint brush and a can of compressed air will do the job. Just be careful to blow the garbage out and not deeper into the machine.
    A suggestion to pin-pointing the problem: Can you hook it up to an external display, keyboard and mouse? If so, start the computer, close the lid and wake it with the external mouse. See if the problem persists. If it does, at least you know the track pad sensor is fine and it must be related to the keyboard or a general overheating issue, which may be something as simple as a faulty stick of RAM.

  • Lenovo G550 GPU temperature sensor

    Hi everyone, 
    I have lenovo G550 laptop and there is a problem with GPU (NVIDIA GeForce G210M) temperature sensor. So, when i turn on laptop the sensor is showing 'bout 70°C and when i run some programs like Chrome, paint etc. the temperature jumps over 95 °C. But the problem is that laptop is COLD , temperature is OK.  The air from fan is COLD, not warm. 
    I have opened it and cleaned it from dust, it's clean like in pharmacy store.  When temperature reach 100°C the laptop turns off automatically but it is still cold :/.
    . I updated BIOS and it's even worse :/  sensor on start show 90°C and then raising :/. I also tried serval diferent versions of NVIDIA drivers.
    So,  maybe it's hardware problem with sensor, and i'm wondering is there anyway to deal with it? Or how can i set the the max value of temperature where laptop shut down automaticallly (there is no such option in BIOS) ?
    Thank you.
    Solved!
    Go to Solution.

    I solved it, 
    the problem was in thermal paste and some protective  nylon over GPU. The nylon was detached on some parts  and I removed it at all. Then noticed that there is a litle bit of thermal paste on one of the components on GPU. I cleared it, and temperature is 50°C. The thermal paste probably covered temperature sensor and cause a false reading of sensor.
    Thany you for reading  

  • Controlling a solidworks model using Labview

    I am an intern working on a project where I have to controll a solidworks model using Labview. I have to make straight 3-dimensional as well as pan and tilt. I am working with Labview 2009 and Solidworks Office Premium 2007.  I have seen the videos on the NI website on how to do something similar to this, but they use Solidworks Office Premium 2009. 
    First of all, is it possible to do this using the 2007 version?
    Would I need to purchase any extra Toolkits for Labview?
    If it is possible with the tools I have, I would appreciate any help so that I know where to begin.
    Thank You

    Hi,
    Here are some webcasts explain what you can do with this Toolkit:
    NI LabVIEW-SolidWorks Mechatronics Toolkit (Alpha version 01)
    Mechatronics Web Cast Series: New Technologies Enable Virtual Machine Prototyping
    Mechatronics Series I: Mechatronics Basics - Virtual Machine Prototyping Overview and Business Benef...
    Thanks and have a great day.
    Esmail Hamdan | Applications Engineering | National
    Instruments

  • No CPU temperature sensor on Intel based Mac mini?

    Does new Intel based Mac mini has no CPU temperature sensor like the first, PPC based, Mac mini?
    If I'm wrong what universal utility should I use to monitor the CPU temperature of my brand new Intel CoreDuo Mac mini?

    Every time a new model Mac comes out, the temperature monitoring utilities have to be updated. Obviously, the insides of the Intel Mac mini is different from the PowerPC Mac mini. The folks who write those kinds of tools can't see into the future and write a utility that will work on computers that haven't been released yet. Just give them a little while to catch up!
    -Doug

  • Scb 68 temperature sensor

    Hi All,
    Is it possible to read the value of the internal temperature sensor of the SCB68?
    I am using NI PXI-6259 card. I have set the SCB 68 switches to 'MIO with differential temperature sensor mode' and i think i should be able to read the sensor value on AI0 and AI8 in differential mode. - As per page 6 of the user guide.
    Initially i would like to read the value using MAX, but i am struggling to setup MAX to read the sensor.
    I open max, find the 6259 card, open test panel, but then i can't see anything that looks like AI0 / AI8 differential mode.
    Will the value be in degrees C, or will it be a number that requires scaling?
    Many thanks,
    Oliver.

    Hey Oliver
    The value read would be a voltage so would need scaling. The temp sensor in the SCB 68 is used to calculated the CJC of a connected temperature sensor. Below is a useful link on how to do this.
    http://digital.ni.com/public.nsf/websearch/7F2EA1FE43537A0E8625652200522718
    I see no reason why you couldnt read the voltage read from the daqmx task as described in the link.
    Matthew Trott
    Applications Engineer
    National Instruments UK
    www.ni.com/ask

Maybe you are looking for

  • SAP Standard report on BSEG

    Hi, Is there any report that gives information contained in BSEG  table. Thanks Venkat

  • Possible to downgrade software?

    I believe the first time I used my iPod nano 6th generation, it had just been updated to the 1.1 software. During the Summer of 2011, before I updated to the 1.2 software in the Fall, I had been able to dock my nano in a powered dock, and keep the wa

  • Can i download ibooks author on laptop

    Can i download ibooks author on laptop. I have both a laptop (osx 10.6.7) and an iPad and can't seem to download iBooks Author to either.

  • Child instances no getting created for ATO item from Depot repair

    When i create a repair order for an ATO item which did not have an instance in the system and select the option of 'Add to IB' , then the parent instance is created but the child instances are not created. Can anyone please provide some guidance on t

  • How can i upgrade iphone 3g to ios 5?

    when i hit the "check for updates" button in itunes , it says the version of software is curren (4.2.1), im using an iphone 3gs, is the IOS 5 not available for the iphone 3gs?