How to i connect my IMU to labview circuit ?

hi , i got this templete from https://decibel.ni.com/content/docs/DOC-21690
however, i want to insert my IMU to the circuit. i got this  i dont knw how should i connect those error in error out etc so that the movement of the imu will follow mine instead of turning the knob .
anyhow help ?

Sze Pei wrote:
hi , i got this templete from https://decibel.ni.com/content/docs/DOC-21690
however, i want to insert my IMU to the circuit. i got this  i dont knw how should i connect those error in error out etc so that the movement of the imu will follow mine instead of turning the knob .
anyhow help ?
Sounds like you need LabVIEW 101.   http://www.ni.com/academic/students/learnlabview/

Similar Messages

  • How to connect external sensors to labview?

    i want to ask How can i connect external sensors to NI labview for my final year project.? here are my lists of sensors:
    a. Temperature sensor (LM35)
    b. Humidity sensor (HH10D)
    c. Light sensor (LDR)
    d. Moisture sensor

    simply_me wrote:
    I've used the NI's bread board (with DAQ assistant initially) when I was in school. We used it for temp, light, and etc... measurements, the whole system is very straight forward. I would say having the option to simulate signals is a big plus in that. From what you described, I don't think the "slower" rate of data acquisition will disturb you at all. But more information is needed on your sensors and  general functional spec. 
    @ NIquist & RTSLVU, please correct me if I'm misleading/wrong :-)
    Is that the ELVIS stuff?  Very neat but kind of pricey (unless the school is paying! )
    Again, the low-cost USB DAQs from NI or MC are the way to go for the OPs project.  I am assuming that he has enough electronics background to make simple signal conditioning circuits for his sensor chips.
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • Hi, can someone help me how can i connected my multimeter to my pc with rs232, because my computer can´t recognize the device, i mean the multimeter, is a multimeter keithley serie 2400, and i already downloaded all the drivers for labview even the VISA

    hi, can someone help me how can i connected my multimeter to my pc with rs232, because my computer can´t recognize the device, i mean the multimeter, is a multimeter keithley serie 2400, and i already downloaded all the drivers for labview even the VISA

    Marco,
    Here are some suggestions:
    1) Check the manual the Keithley manual to see how to configure the RS-232.   
        On some models you need set Factory defaults to USER and turn on the RS-232.   
        Also there may be a setting for SCPI which you want on (probably on by default).
    2) On your PC - open Device Manager. See if a COM port exists and is functional.
         You must get this working before continuing.
          You can set the COM port parameters by right clicking and selecting Properties.  
         (On some PCs the onboard ports can be disabled in the BIOS)
    3) If step two was OK, open MAX (Measurement and Automation eXplorer).      
        On the left side, click on Devices and Hardware.   
        Click on Serial and Parallel.   
        Go to the COM port you found in Device Manager.   
        Open a VISA Test Panel.
        Now I don't have one I can look at right now, so this is general idea:
       Configure the COM port to match the Keithley settings (should be OK if step 2 worked)  
       Go to the (I think) Input Output tab (you want to send a command)   
       The command string input should already have a *IDN? entered, if not, type it in.   
       Click on the Query button to send the command and check the response.  
       If you get an ID string back (Company name, Model, FW Version ...) then it works.   
       (Disregard an error saying it did not get enough charcters back.) 
    I hope this helps,
    steve
    Help the forum when you get help. Click the "Solution?" icon on the reply that answers your
    question. Give "Kudos" to replies that help.

  • How can i connect simple dc motor to labview

    any one who help me how can i connect simple dc motor to labview and speed control of that

    Hi,
    There is a selection guide for motors on our website which can be found here: http://zone.ni.com/devzone/cda/tut/p/id/12594
    There is also software specifically for LabVIEW to control motors.  You can find it here: http://sine.ni.com/nips/cds/view/p/lang/en/nid/13851
    Regards,
    Greg H.
    Applications Engineer
    National Instruments

  • How can i connect labview with ge fanuc versamax plc via VISA

    I, ve a ge fanuc versamax plc. I am building a data logger in labview. There are two current trasmitters. I dont have any other data acquisition devices other than PLC. How can i access data acquired by PLC and how can i connect it with labview using VISA?

    KPAC wrote:
    I've a ge fanuc versamax plc. I am building a data logger in labview. There are two current trasmitters. I dont have any other data acquisition devices other than PLC. How can i access data acquired by PLC and how can i connect it with labview using VISA?
    There may be variations between models, but I believe all VersaMax support Modbus and GE's own SNP/SNPX serial communication protocols.
    For Modbus communication protocol:
    The link here is a good outline of the different options available. If you really want to limit yourself to the option of using VISA, then it's Items 1. and 2. in Khalid's list that are applicable. You might have to modify some of the free LabVIEW Modbus VIs to suit you needs, but they are useful as examples if you have little experience programming a serial driver.
    For SNP/SNPX:
    Your options are similar to those for Modbus, except that I'm not aware of any existing free set of LabVIEW VI's for it. With a web search you might find something (I almost programmed one 10 years ago). The SNP/SNPX protocol is/was well documented in a GE FANUC manual which you could get from them (in 1993 it was GFK-052B "Series 90 PLC Serial Communications User's Manual") so you still can write your own set of VIs.
    If you don't really need to limit yourself to using VISA, there are ActiveX and OPC drivers available which use SNP/SNPX that you can find with a web search. And you can see here that NI's Industrial Automation OPC Server's do include an object for GE Fanuc Versamax via Ethernet. This would not be the cheapest in terms of capital cost though.
    Good luck.
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • How can I record a video with LAbview?

    Hi,
    I have a question: How can I record a video with labview?
    I have a camera (AXIS 221) connected via rj45 on PC. I see the video of the camera in a browser.
    And I would to acquire the video in labview.
    Could someone help me?
    Thanks
    Raf

    Unfortunately I haven't any experience with this camera. Iguess, you should install API, then crete new VI, place ActiveX container (palette Container->ActiveX) on the Front Panel, then right mouse click, then choose Insert ActiveX object..., then found you camera object and select it and press OK. Then you probably can see image from the on the front panel. Also probably you will be able to get image data in array (how easy is it - depends from the camera API).
    If you able to see image from camera in the Internet Explorer, then another method - you can put Microsoft Web Browser as ActiveX object, then you should also see the image. Disadvantage of this method - you will be not able to get image data.
    Andrey.

  • How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high), on a SC-2345 connected to a PCI-6224?

    How do I connect and detect a high frquency pulse (0-3500hz) with a variable pulse voltage (0v low,5-10v high),  on a SC-2345 connected to a PCI-6224?  Labview doesn't generate a waveform if I try to graph the signal, and my analog input doesn'y recognize that the signal is even pulsing, only that it has a voltage.  Some advice would be much appreciated.
    Thanks in advance,
    Garrett

    Hi Garrett,
    It sounds like you want to do Frequency Measurements of a signal that is somewhat digital.
    There are two ways you can really do this:
    Wire your signal to the counter input and use the Digital Frequency examples (Help > Find Examples > Browse > Hardware Input and Output > DAQmx > Counter Measurements > Digital Frequency)
    Continue taking analog measurements and use some sort of logic to determine where you are getting rising and falling edges.
    I would recommend doing method #1, but you must determine which one is the best for your system.
    If you want to connect to the counter pins then you will find the
    terminals located on the side of your SC-2345.  If you don't need
    to condition your signals then simply wire everything into the proper
    pins for your counter (below).
    Default NI-DAQmx Counter Terminals (Connector 0)
     Terminal 
     Counter Context (Default) 
     Motion Encoder Context 
     Signal Name 
    37
    CTR 0 SRC
    CTR 0 A
    PFI 8
    3
    CTR 0 GATE
    CTR 0 Z
    PFI 9
    45
    CTR 0 AUX
    CTR 0 B
    PFI 10
    2
    CTR 0 OUT
    PFI 12
    42
    CTR 1 SRC
    CTR 1 A
    PFI 3
    41
    CTR 1 GATE
    CTR 1 Z
    PFI 4
    46
    CTR 1 AUX
    CTR 1 B
    PFI 11
    40
    CTR 1 OUT
    PFI 13
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • How to open an external file in Labview?

    Hi, Who knows how to open an external file in LabView? I want to open an .UDL file(data link API) which is a dialog window letting me input correlated database information, but I dont know how to open this type of file in my LabView Program.
    Thanks.
    Red

    A UDL is technically a text file, so you could open it with "Read Characters from file", put the result string into a string control, edit it and save it back using the "Write Characters to File".
    UDLs however have their own configuration dialog embedded in the Windows OS. You can use this dialog in your LabVIEW application. The attached VI shows how to create a new UDL. You can edit an existing UDL by switching the method node to PromptEdit and wiring in an open ADO connection reference.
    Attachments:
    ConfigureDatabaseConnection.vi ‏26 KB

  • How to add integratio​n to a Labview 2.2 applicatio​n

    I run a labview 2.2 application and I want to work out the integral (numeric) of a waveform between two time points. Is it possible? How can I connect the waveform to the intergral VI?

    Gaby,
    I noticed that you are also converting LabVIEW 2.2 to LabVIEW 3.1 in another post. I would travel along that route and get your VI up to a more current version of LabVIEW.
    Our support policy is to support the most current version of LabVIEW and one major revision back. At this time, we support LabVIEW 5.0 and later. You can purchase an upgrade to LabVIEW 6.1 for a minimal price. To do this, please go to http://www.ni.com/upgrade.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • How can i connect FP-PWM-520 8-Channel, 5 or 24 V PWM to computer

    Hi
    How can i connect FP-PWM-520 8-Channel, 5 or 24 V PWM to computer.
    Is it supports for Programmble interface(specially using LABVIEW).
    Give me the details to interface connector hardware and software description.
    Thankq all
    Mahesh. 

    Hi Mahesh,
    It sounds like you are just getting started with using the FP-PWM-520.
    Since you are looking for rather general information I would recommend that you search ni.com for 'FP-PWM-520' and you should find plenty of relevant links.
    Connection info can be found in the Operating Instructions Manual which is linked off of the Product Page.  More general information can be found on the DataSheet.
    As with all other National Instruments products you can easily program
    and control FieldPoint from LabVIEW.  Don't forget to download the
    latest version of FieldPoint (currently NI-FieldPoint Version 4.1 for Windows 2000/XP).
    These links and any other searches should help you find what you are looking for.
    Regards,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • How can I connect my 3gen apple tv with HDMI to my bush LCD32TV022HD which does not have an HDMI port but does have 1)S-Video I/P, 2)Video I/P, 3) L

    How can I connect my 3gen apple tv with HDMI to my BUSH LCD32TV022HD
    This does not have an HDMI port but does have:-
    1) S-Video I/P,
    2) Video I/P,
    3) Audio Input (Left & Right)
    4) Audio In jack (for VGA and DVI source)
    5) DVI input
    6) VGA input

    Welcome to the Apple community.
    The Apple TV doesn't officially support a DVI connection, however you may be able to get it to work. You will first need to check that your TV supports either 720p or 1080p as well as HDCP. If you are able to get the video working over the DVI connection, you may also require a DAC in order to connect with Apple TV's optical audio output to the TVs audio imput.
    You may well wish to make sure that the DVI connection works before spending any money on a DAC..

  • How do I connect both a Mac and PC to Apple TV Home Sharing?

    Goal
    - I am trying to share both my PC and Mac through my Apple TV2 on the "Computers" home sharing menu.
    - These are 2 seperate iTunes accounts as they are 2 different owners of the PC and Macbook.
    - However, home sharing only allows me to have one at a time, can I not have 2 computers connected?
      (The menu is in fact plural and says "Computers" not "Computer")
    Attempt
    -I turn on home sharing on my PC with my PC iTunes account, it then shows up on the "Computers" list as PC
    -I turn on home sharing on my Mac with my Mac iTunes account, it then shows up on the "Computers" list as Mac, but it deletes the PC share
    Troubleshoot
    -So I started from scatch and connected the PC share with my PC itunes account, it shows up,
    -Then I connect the Mac home sharing with the same iTunes login as my PC, but it also erases my PC from the "Computers" list and just displays the Mac.
    Question
    -How do I connect both a Mac and PC to Apple TV Home Sharing?
    -I want them both to show up in the "Computers" list.
    -So the final result will look like this on my Apple TV menu:
    Computers
    -PC
    -Mac
    whew... I'm out of breath... I hope there is an Apple Genius out there that can help.
    Thanks!

    After retrying the home share with the SAME ITUNES ACCOUNT ON HOME SHARING I finally got it to work.

  • How do I connect an existing Behance account to a new Adobe ID account ?

    Hello,
    I am an existing Behance account holder.
    I recently started a new job, where they give me access to a personal Macbook & Adobe cc account.
    I want to link my existing Behance profile to my new Adobe CC account.
    Is this even possible - If so how to I connect them ?
    It would not be beneficial to create a new Behance profile.
    Thanks,

    Hello - absolutely! You just need to make sure that your Behance account is linked with that Adobe ID. Please login to your Behance account, then visit this link and choose "use a different Adobe ID" and enter your new Adobe ID with the CC account. From then on, you'll use that email address to login to Behance:Behance

  • How can I connect to a different database schema,other than adobe?

    I'm building an application where I want to use a different database for it,for storing additional data for the users(different from "edcprincipaluserentity" table in "adobe" database stores)..How I can connect to my database schema created in MySQL from Workbench,to assign tasks to my users,using the Process Management/Assign Task service?

    You can only assign task to user that are known by the LiveCycle User Manager.
    When you configure LiveCycle, you can tell it where you want to get the users from. They can be created them locally in the local database, or synchronized from an LDAP directory in which case it'll read the users from LDAP and make a copy of some of the properties to the internal LiveCycle database.
    Bottom line, all users have an id (in the edcprincipalentity table) in the adobe database.
    If you need your users to come from a different database, then you need to customize the SPI (security provider interface) so that you can synchronize the users coming from your external database. Again, this is a customization since out of the box, we don't synchronize against external database. But it is possible, the API is there and other customers have done it.
    I hope this clarifies things a bit.
    Jasmin

  • How do we use if statement in labview?moreover can i use if statement inside for loop?

    how do we use if statement in labview?moreover can i use if statement inside for loop?

    The if statement in LabVIEW is the Case structure. You can find that on the Structures palette right next to the For Loop. If you're still on the same subject about terminating a for loop early, then what you do is enclose your functions inside the loop with a case statment and make one of the case's empty except for one or more constants that you might have to wire. Hopefully, the attached picture will explain what I mean. Also, as I mentioned in one of your other posts, I think this technique is not as good as using a while loop. The array in the attached example is the same size no matter what and you may have to handle stripping extra or invalid elements.
    Attachments:
    For_Loop_with_Case.jpg ‏21 KB

Maybe you are looking for

  • I updated my ipod 5 to ios 7 and now it having issues with wifi connection

    I updated my ipod 5 to ios 7 and now it keeps saying my wifi password is incorrect. Ive reset my network settings and it is still not working. any ideas?

  • Show html in af:richTextEditor

    Hi all, I use Jdev 11g. I have some html formatted emails saved in the database. To show them in an ADF faces application I use a af:richTextEditor. That worked for a while, but now I have some html code in a mail and if that mail is openend the page

  • No Design/Split View?

    Ok... sorry to sound like a rookie here, but one of the few times I really want to use Design View I cant seem to get it to work. Let me explain... I am a long-time hand coder, and still hand-code most of my pages. I have a page that I have hand-code

  • Problems! MS SQL Server 2000 Driver for JDBC.

    In Dos-promt ill got only this message: com.microsoft.jdbc.sqlserver.SQLServerDriver What is wrong and is there someone that can help me out? I have installed Microsoft SQL Server 2000 Driver for JDBC and set the path like this in the system, advance

  • Database got shutdown reason unknown

    Hi, My database got shutdown. We are unable to know the reason behind this. Its 10g database on AIX 5.3 server. Below is the entry from alert log. Thread 1 advanced to log sequence 264605 (LGWR switch) Current log# 5 seq# 264605 mem# 0: /oracle/redol