Converting cDAQ voltage input to PSI using Y=MX B formula

Hello -
I have been tasked with writing a VI that will take in the input from 16 different Sensor-Technik Pressure Transmitters (model A08) and converting them into a readable output in the form of an on-screen gauage.
This is my first expierence with LabView so it's been an adventure!
So far I've gotten my cDAQ unit installed on a test stand server with NI 9205 module and all the drivers.  The pressure transmitters are all hooked up as well and wired into the NI 9205.  I've also got LabView 2011 installed on a development server and the cDAQ is hooked up to it via Anywhere USB.  The server finds and installs the drivers for the cDAQ unit no problem and I can take sample readings.
I've also found the formula for converting voltage to PSI for my transmitter which seems to be Y=50(10)+0
The problem is, I can't find where I would do this conversion within LabView!  I'm not even sure if I should be using LabView as opposed to MAX or SignalExpress.  Any help that could point me in the right direction would be great!

I downloaded the drivers from here:
http://joule.ni.com/nidu/cds/view/p/id/2604/lang/en
because I was having issues installing the drivers that came on the Device Drivers DVD (marked August 2011).  I ran the driver setup again and it would appear I have everything I should need installed.  I see no references to "DAQ Assistant" anywhere in the install.  The application "LabView 2011 Support" is installed, but I can't find any references to the DAQ Assistant anywhere in LabView.  I can't even find any references to my DAQ in LabView!
I'm sorry for the seemingly simple questions but I am having all sorts of trouble with this!

Similar Messages

  • Convert VHS for input to iMovie using RDR-VX560

    Hello all,
    I am trying to digitize VHS tapes as input for Apple's iMovie. I burned and finalized a DVD using my Sony RDR-VX560. The DVD plays great on the MAC. I cannot display the files on the MAC and therefore cannot convert them to a format that iMovie will accept.
    I would appreciate any suggestions for either formatting the DVD output in a format more pleasing to the MAC or which cabling technique to use to connect the VX560 directly to the MAC so I can either play the VHS or DVD on the VX560 and copy to the MAC. 
    TIA for any and all suggestions.

    Hi
        ABAPers prepared a BAPI function module which calls Smart form , how can i execute it from java Webdynpro, so that I can display the smart form in Webdynpro. Pleas reply at the very earliest.  Every answer will be rewarded.
    regards
    jalandhar

  • I am trying to log data from 4 voltage input signal using labview, but when i use DAQ assistant i am able to log data from one signal at a time only.

    I am trying to log data from 4 voltage input signal using labview, but when i use DAQ assiatant i am able to log data from one signal at a time only.I am trying to get all 4 input data to logged in a single file againt time. I am new to Labview, I need to sample this data within a couple of days can someone help please.

    Naveen
    Check out the info in the Analog Input section of the document linked below.  (Ignore the part about Global Channels.)  In Figure 5, notice that you can select multiple channels while holding <Ctrl> or <Shift>.
    Developer Zone Tutorial: NI-DAQmx Express VI Tutorial
    Kyle B  |  Product Support Engineer  |  ni.com/support

  • How can I hold a value of voltage, which can be used as a numeric value

    Hi, I'm trying to read in a voltage value and then hold it when i press a button. This value should then be able to be used as a numerical value, e.g. I can divide it or add constants etc. I realise this is probably a totaly remedial question, but it's for my dissertation at uni and my tutor thought it would be a great idea to program part of it in Labview, which NOONE in the uni knows how to use, and we've never been taught it.
    Any help would be awesome,
    Grant

    Thanks JoeLabView, but maybe I should start by describing the purpose of the program.
    I'm reading the voltage going into a DC motor (max 200V) so i'm using a 10:1 voltage divider to reduce the voltage seen by my labjack since it can only measure up to 20V. I read the voltage seen at the voltage divider, e.g.  20V at 200V and then, in labview, multiply this by a multiplying factor to get it back to 'actual' voltage. e.g. 20*10 = 200. But since resistors aren't made perfect, (especially not 5A ones) my divider actually works out at something like 9.8756:1. Therefore I have to set the voltage to the motor to something known (e.g. 100V), then tell labview that value, it reads the voltage input to it through the labjack, and MultFactor = UserInputVoltage/LabjackVoltage.
    Using the multiplying factor, I can then display the 'Actual' voltage over the motor.
    The motor is also being controlled by LabView, but this is simply using a slider, attached to an analogue_out VI for the LabJack, so shouldn't be too consequential.
    Now to answer your questions.
    1) The LabJack is a USB device which 'instantaneously' reads the voltage, so as the voltage input to it changes, so does the value output by its VI in LabView. It changes in real time.
    2) I will need to continue to use the input from the LabJack once I have generated the mulitplying factor, multiplying the LabJack input by the multiplying factor in real time, so I can plot a graph of the change in voltage with 'real' values.
    3) Do you mean what does my program do just now when i release the button, or what i want it to do?
    4) I don't know how to structure the program, but hopefully what i've said above should help.
    5) The interface will include;
    Numeric Control to set the 'actual' input voltage
    A button to tell the program when to generate the mulitplying factor
    A waveform chart displaying the 'actual' voltage (0-200V)
    A slider that I can use to control the motor. (this part i can do myself, it's a reference for a PWM circuit connected to a buck converter)
    Thanks again man, hope this is what you need.

  • Pulse counting with voltage input

    Im using compact field points  analog I/O (AI-112) to measure the frequnecy of an anamometer.
    Basically the sensor is just a switch that open/closes at a frequency which gives 1 pulse per second (1Hz = 1.25MPH).
    I know the pulse counter I/O would be best for this, but I assume labview with realtime should be able
    to handle this measurment. Im having trouble finding the right VI's to do the job. Any suggestions for
    possible ways to count the pulses/ measure the frequncy would be appreciated.

    Hello cfpboy,
    I have a question about your signal first.  How long does your signal remain changed when a pulse occurs?  Does the signal stay "high" for 1 full second and then go "low" or does it pulse "high" once a second and then immediately return to "low".  If it stays "high", then you could simply poll the input in a LabVIEW Loop set to occur once a second.  You could then store the value in a shift register, and compare the current value to the previous value.  If they are different, then the state has changed, and you could then increment your software counter.  As you are using an analog input module, you will want to convert your voltage level to a "digital state" by checking if it is above or below a specified level.
    One drawback of this approach is long term phase shifting as well as the possibility of reading while in a transition state.  This could potentially throw off your measurements.  As you are using LabVIEW Real Time, you can slightly mitigate some of these problems by utilizing a LabVIEW Timed Loop instead of a normal Loop.
    Thanks,
    Jonathan C
    Staff Application Engineering Specialist | CTD | CLA
    National Instruments

  • Convert smartform output in to PDF using CONVERT_OTF function  how to do it

    Hi Anil , and  Hi All
             I am trying to display smartforms output in java webdynpro
             for that i have got the following code in sdn.
               can anybody please clarify these doubts in the  below code
               1) What are the mandatory input and output parameters
                   I have to pass here in this code to my application
               2) please check my previous post also in this regards please
       . Please reply at the very earliest. Check the below code
    Convert smartform output in to PDF using CONVERT_OTF function module and you can write pdf using parameter 'binfile' of this function in WebDynpro using the following code:
    It is copied from my prg. I hope you understand it.
    public void onActionGetQuote(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
    //@@begin onActionGetQuote(ServerEvent)
    wdThis.wdGetOppt_QwriterCustController().executeZquote_Writer_Input();
    String fileName = wdContext.currentZquote_Writer_InputElement().getOrder().toString().trim() + System.currentTimeMillis() + ".pdf";
    String pdfOutput = new String(wdContext.currentOutputElement().getBinfile());
    if (pdfOutput != null)
    try
    String pdfResoucePath = WDURLGenerator.getResourcePath(wdComponentAPI.getDeployableObjectPart(), fileName);
    FileOutputStream fileOutputStream = new FileOutputStream(new File(pdfResoucePath));
    PrintStream ps = new PrintStream(fileOutputStream);
    ps.print(pdfOutput);
    ps.close();
    //Display the PDF to the browser
    String fileURL = WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getDeployableObjectPart(), fileName);
    IWDWindow window = wdComponentAPI.getWindowManager().createExternalWindow(fileURL, "Pdf Browser", false);
    window.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
    window.removeWindowFeature(WDWindowFeature.MENU_BAR);
    window.removeWindowFeature(WDWindowFeature.STATUS_BAR);
    window.removeWindowFeature(WDWindowFeature.TOOL_BAR);
    window.open();
    // To collect all the file created in the server by user
    quoteFiles.add(quoteFiles.size(), pdfResoucePath);
    } catch (Exception e)
    throw new WDRuntimeException(e);
    //@@end

    Hi
        ABAPers prepared a BAPI function module which calls Smart form , how can i execute it from java Webdynpro, so that I can display the smart form in Webdynpro. Pleas reply at the very earliest.  Every answer will be rewarded.
    regards
    jalandhar

  • Multiple inputs and outputs using DAQmx VIs

    Hello,
    I am fairly new with the LabView programming language.  I have a few training books that I have been reading, and I have been following online tutorials and reading the forums.  However, I have come to a problem where I don’t see a clear solution.  I am using LabView 2009 (9.0f3) and DAQmx VIs.
    I am using a NI 9172 chassis PLC, with two 9201 AI cards, 9217 AI RTD card, 9472 DO card, 9263 AO card, and two 9237 AI Bridge cards.
    I am reading eight analog inputs with the 9201 cards, two analog RTD inputs with the 9217 card, three digital outputs with the 9472 card, three analog outputs with the 9263, and eight analog inputs with the 9237 cards.
    I wrote a simple program to test one digital output task, two of the analog output tasks, and a single analog input task.  I put all of them in the same while loop, and it worked perfectly.  However, when I add analog input tasks to the same loop, I get an error 200022.    So I tested each sensor individually by changing the channel before each run.  I searched error 200022 and found that this is because I cannot start another analog input task until the previous one ends.  With this said, I don’t know how to acquire an analog voltage in the same task as an analog RTD voltage.  Both inputs take different constants in the start task DAQmx icon.
    Attached is my test program.  It is titled “Test All”. This is the program I used to test the various sensors.  I tested the input sensors one at a time, and it worked fine.  A few tasks are written just to test functionality, and will be added to later.  The data is only displayed on the screen.  I will add triggers and data write to disk functions later.  This program works now, but if I add more analog inputs, it will generate the 200022 error.
    Can someone show me how to correctly write the code for multiple inputs and outputs using DAQmx?  All training materials and tutorials I can find all show a single input or single output, not multiples of each.  Thanks for looking.
    -Randy
    Attachments:
    TestAll-NI.vi ‏32 KB

    Hi RandyC,
    The Knowledge Base article Using Different Types of DAQmx Global Channels in the Same Task goes into a little more depth of what Bryan is talking about, and it also includes some example code to help show what to do.
    Hope that helps,

  • Could someone please recommend the best program to convert AVI and MPEG files for use (and exporting) into IMovie 11?

    Hi - I understand I need to convert AVI and MPEG files for use within IMovie 11. I have one particular file that has a watermark stating "Created with Flip4Mac WMV Demo". Can someone please recommend the best program for a novice?  Thanks!

    Hi Susan,
    It is no simpler converting vobs to mp4 than mpg (mpeg2).
    There is *always* a loss of quality converting video from one lossy-compressed format to another, e.g. mpeg2 to mp4.
    So, if you want to not lose any quality, then converting vobs to mpeg2 (mpg) is the thing to do (since there will be no video/audio re-compression), assuming Lr5 will accept them (sorry, but I do not know). example commands:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mpg
    Win: ffmbc -i myvideo.vob -sameq myvideo.mpg
    If Lr5 won't accept them, then you can convert to mp4 with minimal quality loss using a command like:
    Mac: ffmpeg -i myvideo.vob -sameq myvideo.mp4
    Win: ffmbc -i myvideo.vob -sameq myvideo.mp4
    You may need variations of these commands depending on encoding of vob.
    Note: -i means -input-file; -sameq means -same-quality, as much as possible.
    ffm... is smart enough to avoid re-encoding, if possible, when -sameq is used, and makes reasonable choices for audio/video codecs based on extension of output file.
    Of course, you'll need to download/install ffm... program if not already on your machine, and execute commands in a terminal or command window.
    Do keep us posted please .
    Cheers,
    Rob

  • How to convert the counter input as a RPM

    Hello NI,
                          Could you tell me. how to convert the Counter input to the RPM. I am using Rotary encoder has a 5V amplitude with 500 PPR. i am going to measure the Engine speed as a rpm.
    I am using third party hardware, from the hardware i can get the Count as well as Frequency also.
    Could you suggest to me...?  i looked out some disscussion in these forum but i cant able to understand.
    can you please explain with simple way....
    if you have any simulation send me....
    Regards,
    Balaji DP

    Hi balaji,
    [email protected] wrote:
    ...I am using third party hardware, from the hardware i can get the Count as well as Frequency also.
    If you're able to read frequency as X pulses/sec(?) that seems to convert RPM as follows:
    X (pulse/sec) * 1/500 (rev/pulse) * 60 (sec/min) = X * 60/500 RPM (???)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Is there a way to get more voltage input range from an SCXI-1520?

    I suspect the answer is no, but I�m going to ask anyway. I am using an SCXI-1520 strain gauge signal conditioner to monitor strain gauge bridges. Additionally, I�m using an unused input to measure voltage. The SCXI-1520 has an input range of -10 to +10VDC and I am using it to measure 0 to +10VDC. The problem is that the sensors that I�m measuring may have a slight more output than +10VDC. For example, a sensor may output up to +10.1vdc, which is acceptable for the sensor. The problem of course is that the system reads 10.1 as 10.0, which is an error. I could put a resistive voltage divider at the voltage input and scale the numeric output, but that�s a hassle. My NI sales rep would appreciate my purcha
    sing an additional SCXI card to handle the voltage, but that�s more $$$. (Especially for only one voltage input.) Is there a way to increase the range through software?

    I will not answer your question but will ask you something that may be familiar to you.
    Im sure your SCXI 1520 is connected to a DAQ card, right?
    For example, if you specify the voltage input range of the 1520, what happens to the input range of the DAQ card. Is it put on default (maybe +/- 10V)? Do you know a way to manipulate both the input ranges of the DAQ card and scxi 1520?
    Thanks!

  • Converting a user inputted ' on a Web Site to CHR data.

    Dear all
    I am creating a Web Site where users will be able to enter names and then search for those names. Some of the names include ' such as Saint James's. Now if the ' is simply passed to Oracle would it not cause a problem, since Oracle will see that as the end of the character data .
    Is there away of converting certain user inputted characters such as ' or & to CHR numbers, which Oracle can then use. For example convert Saint James's to Saint James'||CHR(39)||'s.
    Would it be easier for all the characters to be converted to CHR in this case?
    The answer I am looking for may have already been posted to the forums but I have not been able to find it from searching. I did come across the ASCII function but I am not certain if that would be suitable in my case.
    Kind regards
    Tim

    Sorry OrionNet
    It did answer my question. I forgot to click that box. The other use of it is that I have words which can be spelt more than one way and so it will be helpful for that.
    Also thanks Chris for your suggestion. I will look into it. I have used bind variables in past work but not recently so I will go and refresh my memory.
    Regards
    Tim

  • Can 24VDC be safely applied to a voltage input on module 777518-110?

    I have a Fieldpoint IO rack with only analog inputs available as spares. I want to use one of these analog voltage inputs sdimply as a on / off monitor for a 24VDC signal. Do I need to lower this voltage to say 10V or can I simply apply the 24V to the input without causing damage to the module?

    Hello DMoyer,
    The FP-AI-100 and FP-AI-102 have voltage ranges of ±30 V and ±120 V, respectively.  However, the FP-AI-110 only has a maximum voltage range of ±10 V, so you would need to lower the voltage to be within this range to avoid damage to the module.
    http://www.ni.com/pdf/products/us/4dio553_555.pdf
    Regards,
    Clint M
    National Instruments

  • Taking my 4S verizon phone to italy,greece. can i safely recharge on their voltage? can i use the phone?

    taking my verizon 4S phone to italy and greece. can i safely recharge on their voltage?
    can i use the phone in europe?

    razmee209 wrote:
    You would probably need to contact Verizon and see if you can use the phone there.  You may need to add some international plans to your phone prior to leaving.
    I think he was refering to charging the iPhone not a calling plan.
    Here is what I found on a Google search:
    From an Electrical Engineer. Short answer: Yes.
    Long answer: The only things that is important for using any AC adapters overseas are the following:
    * You need to have the right type of plug. If you do not it will not fit, and if you force it, it could break.
    * The adapter needs to support the right voltage for input. Some of the world uses around 110 volts. The rest uses around 220 volts. Many digital devices have power adapters that support both, which is often written as 100-240V or sometimes 110-240V. As long as it support both you are good. If it does not things get messier, and I won't get into them here.
    * It must support the correct frequency for input. Again some parts of the world use 60 Hz, the rest uses 50 Hz. Just about all AC adapters support both. If the do they will say 50-60Hz.

  • How to convert a voltage output from a Rogowski coil to its original current waveform ?

    I need to measure current using a Rogowski coil. The voltage output of the coil across a 1k load resistance is directly proportional to the "rate of change of current" flowing through the conductor passing through the center of this coil. So the output is actually :
    y = M * di/dt ; where M is the mutual inductance of the coil.
    I need the output waveform as i(t). This means an integration is required.
    Can some one help me out with this ?
    I am also told that in the frequency domain this integration means a -20dB/decade attenuation and a constant -90 degree phase shift. This is some thing I cannot work out with Labview since I am new to it. I tried a mathematical integratio
    n. But this also does not work.
    Could someone help me out with this ?
    Regards
    PC

    To come up with the most straight forward approach, forget for a moment that you are using LV and think about how you would calculate the answer using paper and pencil.
    You have an input value that (using the formula you gave) is related to the rate change for a parameter (in this case the current). Given that rate of change, how do you calculate the absolute value of the parameter at any given point in time? It's really just a math problem...
    Once you have it worked out on paper, just do the same calculations in LV.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can i convert oracle report in excel format using 8i

    hi,
    I want to convert oracle report in excel format using 6i reports. please give the solution with emp table.
    millons of thanks in advance.

    You'll have to use the destype DELIMITEDDATA to render your Report in CSV format. Then set the mime type to Excel. I don't know the exact syntax, so please do a search in metalink for "reports excel" for examples and more info.
    Regards,
    Martin Malmstrom

Maybe you are looking for

  • Why does my temp on my weather icon say 23?

    Why does my weather icon say 23 when my other iphones say 72degrees as the main icon? Is there a setting I need to fix to have it say 72? All my temps are set to farenheit...this bugs the **** out of me. please help.

  • A/P Invoice Open with partial payment + credit memo

    Hi everyone. I have an AP Invoice with status=Open when this document must be CLOSED because I did a partial payment + credit memo=100%, as the secuence below: 1. AP Invoice for $ 100 includes 2 item ($40 + $60) 2. Payment partial for 1st item ($40)

  • My iPad Air will not show up as a device on my iTunes.

    I have a MacBook Pro with all of the latest updates and an iPad Air with all the latest updates. It has worked before and it is not working now. I have tried restarting both MacBook and iPad, deleting iTunes and reinstalling it, and basically any sug

  • Premiere elements 9 workspace will not load up after reinstalling the software

    i have been using premiere elements 9 on my laptop for a few years.    recently, I took my laptop into the local computer store to have it cleaned up due to virus', they backed up all my data, and left me with nothing but my windows 7 and my backed u

  • Choqok don't want to authenticate with identi.ca

    Hi! I've tried to find similar thread by no success. So maybe someone has faced with this problem and 'll help me with it When I try to authenticate Choqok with identi.ca using OAuth I get an authentication error. Twitter works nice. I have no idea..