Want to generate current loop from LabVIEW

Hi,
I want to develop 6 current loop (2ma-24ma) inputs to my machine from labview. Could you please help me which cDAQ I should and should be the correct approach.
Thanks
Prashant

UPRR,
Here is a document describing how to do exactly what you want to do.
http://ae.natinst.com/public.nsf/web/searchinternal/B990B1BB8C6228F286256DDA005526E0
If you want to use cDAQ you will need 3 NI-9265 as they have 4 outputs and you require 2 outputs per 2-24mA current loop.
Hope this proves useful,
Pete
Peter C.
Applications Engineer
National Instruments

Similar Messages

  • Can you generate PDF file from LabVIEW?

    Can you generate a PDF file from LabVIEW?

    Hi there,
    I just read this post in passing.
    Heres a fairly detailed forum post on the matter - seems to be a few work arounds, but basically no you can't with just the normal labview.
    http://forums.ni.com/ni/board/message?board.id=170&message.id=259103&query.id=65866#M259103
    Thanks
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Mac Book wants to clear current music from I tunes

    Just bought a Mac Book and iTouch. The Touch set up on my current I Mac was seamless. When I attempt to syn music from Touch to my Mac Book, msg asks if "I want to erase all music from Touch and replace with music from this i Tunes library". Also states that more than one account is using iTunes and won't allow the music move. Calendar, contacts and bookmarks are fine. Stumped! Finally got so frustrated, moved music using a thumb drive.
    Also, (different subject) can I move or sync my movies from iDVD to my Touch? Any help is greatly appreciated.

    Are you trying to sync your music from your iPod down to your new computer? You won't be able to do that. You can only go from the computer to the iPod with the exception of music that was purchased via the iTunes Store; you can transfer that from the iPod to the computer by ctrl-clicking on the device name in iTunes and selecting "Transfer Purchases."
    To transfer everything from your iPod to your new hard drive, you would need third party software. Senuti is one that I've heard recommended for Macs.
    Regarding the message that more than one account is using iTunes... are you logged into iTunes with the same account that you were using on your old computer?

  • Generate pdf file from 9i reports and save it in C:\oracle_reports\

    i want to generate a file from oracle reports in PDF format and want to save it on already defined path.
    c:\oracle_reports\
    right now pdf generation of report is working fine but before generation of pdf report system prompt me or open a dialogue box to save my pdf file on drive. i dont want to see these dialogue box or prompt me to explicitly save it.
    i want all the work done automatically.
    regards
    ------------ source code--------------
    PROCEDURE PRINT_PROC IS
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    pl_id ParamList;
    report_path varchar2(100);
    aud_sno varchar2(1000);
    aud_type varchar2(500);
    BEGIN
         pl_id := Get_Parameter_List('report_data');
         IF NOT Id_Null(pl_id) THEN
              Destroy_Parameter_List( pl_id );
         END IF;
         pl_id := Create_Parameter_List('report_data');
         User parameters : Customize these to fit your report
         report_path := :GLOBAL.Web_BASE_PATH||:GLOBAL.PATH_SCM||'REPORT\scm_rfq.rep';
    -- Initialize your report parameters here
         Add_Parameter(pl_id, 'p_cmp_code'                     , TEXT_PARAMETER, :global.company_code);
         Add_Parameter(pl_id, 'p_rfq_sno'                     , TEXT_PARAMETER, :document_sno);
         Add_Parameter(pl_id, 'P_PATH'                               , TEXT_PARAMETER, REPORT_PATH);
    Standard parameters: Don't change
         Add_Parameter(pl_id, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
         Add_Parameter(pl_id, 'PAGESTREAM' , TEXT_PARAMETER, 'NO');
         Add_Parameter(pl_id, 'MAXIMIZE' , TEXT_PARAMETER, 'YES');
         -- end standard parameters
         repid := find_report_object('REPORT_OBJ');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_oas');
         SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,report_path);
    -- SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'htmlcss');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'pdf');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'\\ORCLSRV\UTL_MAIL\'||:doc_type||:receiver_sno||'.pdf');
         v_rep := RUN_REPORT_OBJECT(repid,pl_id);
         rep_status := REPORT_OBJECT_STATUS(v_rep);
         WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
         LOOP
         rep_status := report_object_status(v_rep);
         END LOOP;
    END;

    If you use rwclient you could that easily, from a Form, it requires additional steps.
    Look at this thread Re: save report

  • Diadem report generation from LabView: textbox, textobject​, table

    Hello everybody,
    I'm trying to generate a report from LabView and want to use DIAdem reports as templates because they easy (I thought) to configure and design.
    Well, I managed to include several pictures and textboxes that I can fill dynamically with the information I want using the reort generation vi, but I ran into some problems when it gets into detail:
    I also need to include a bunch of statistical data in the report together with the name of the variable. e.g. it's supposed to look like this:
    testname: 

    duplicate

  • Can I open a excel file from labview

    I have a program who write temperature in a excel file and i want to open this file from labview .

    This depends slightly on the amount of data you have stored within Excel.
    You can use the "Labview Functions>>FileIO>>Read from Spreadsheet file.vi" which effectively reads all lines from a text file and converts it into a numeric array.
    Alternatively, if your data structure in Excel is more complex than this, you can use ActiveX calls to Excel to retrieve it.
    Use an "ActiveX>>Automation Refnum" control and select the Excel server class. This will then enable you to access properties and methods of Excel to retrieve data from specific cells and pages.
    The attached example should help.
    Dan
    Attachments:
    Excel_Automation.vi ‏60 KB

  • How to generate Word document from JSP ?

    Hi,
    I want to generate Word documnet from JSP. I am using Neva objects to generate Word document. Now my problem is Word doc generation code works alright as a Java application but when I place that piece of code in a JSP bean it throws an exception. The reason seems to be unavailibility of DLLs and other files of Neva in Tomcat environment. I do not want to use other complex packages like JIntegra, I would prefer any freeware solution. There is not much info. about Word document generation on POI project in Jakarta site.
    Could anyone suggest way out ? Any Java examples doing the same would be of great help.
    Thanks,
    Akash

    Hi Saurabh,
    Thanks for the reply.
    I have tried that too. Problem with that solution is that if you have used CSS in your JSP code MS word does not understand it and generates word doc which is not the same as HTML which JSP otherwise would have generated.
    Akash

  • Generate More Documents From FB01

    Good Morning,
    I Want to generate in automatic from FB01 more documents when i register a single document accounting.
    My Problem is generate another document for a single Profit Center in automatic.
    Anyone can help me?
    Thanks

    Dear Stefano,
    It may be possible to achieve your goal if you create an account assignment to the particular profict center for the Cost Element/GL Account you are posting to in transaction OBO8. In this way when ever you make a posting to the GL Account/Cost Element a posting to the Profit center will also take place. This can also include cost center and internal order and can be statistical posting.
    Please review transaction OB08 and view the F1 help for further information.
    I hope this helps and I wish you the best of luck in your endeavours.
    Kind Regards,
    Brendan

  • Run DLL in C++ from Labview

    Hi the world !
    Ive got a pb in labview when I call my DLL or in VB6 when I build my DLL.
    Join my project... what do you think about my pb ?
    thanks for help !
    Ben.
    Attachments:
    LancerDLL.zip ‏35 KB

    candidus a écrit:
    OK, I got your gift :-)
    It's pretty useless to use new[] inside your function, static arrays will do it.
    The question is, how does your caller allocate the arrays?
    It's a bad idea to use operator delete[] on arrays you given as parameters:
    You should allocate them, call you dllbeta1() function which shouldn't modify these parameters
    and deallocate them in your caller function.
    I can't look into your VI, I don't have 8.6 but since we're in a LabVIEW forum
    I assume you want to call your DLL from LabVIEW.
    LabVIEW has its own memory management
    which doesn't just use new[]/delete[] so you shouldn't modify strings in your DLL unless
    you're familiar with the memory management functions in "extcode.h".
    And be careful to use the right calling convention: __cdecl or __stdcall
    Calling convention is __cdecl.
    My dll doesn't modify these parameters... just uses for functions.
    Have you got a solution for me ?
    thanks

  • Want to generate non-interactive form

    Hi Experts,
                    I want to generate some reports from webdynpro java as pdf.i want to do
    this as non-interactive form.Please tell me how can i generate such a non interactive form , if possible with example or  as step by step procedure.
    Regards,
    Ramanan.P

    Hello,
    if you set the flag 'Readonly' for your Interactive form element it will be a non-interactive form.
    Best regards,
    Dezso

  • How to generate XML file from SQL file !

    I am new to XML publisher. I known one way to generate XML file is register one report file in concurrent manager.
    But I want to generate XML file from sql file.
    Could someone show me how to code in sql file, how to register is in concurrent manager.
    Thanks !

    Hi
    Phew ... not sure we have the space here. So I can point you in the right direction:
    1. XML data generation - there are two packages in the db you can use with a plsql procedure, XMLGEN and SQL XML. You can also use java APIs too. Try checking the db documentation and search for the above methods.
    2. Registering the report - the system administrators guide will provide this info. Hooking the program up with XMLP is covered here - http://www.oracle.com/technology/products/applications/publishing/resource/CM%20Whitepaper5.0.pdf
    Regards, Tim

  • How to generate a file from JSP form

    Hi,
    I want to generate a file from the informations of a form(JSP).
    Which classes do I have to use ?
    Thanks.

    Of course you have to use the standard servlet classes to retrieve the request parameters from the form.
    ie request.getParameter();
    package "java.io" gives you File input/output ability.
    If you are generating a text file, thats probably the BufferedWriter and FileWriter classes.
    Cheers,
    evnafets

  • Song loop from particular time

    Ok,
    I think this is something easy, but I dont know what to use.
    I got a song that I cut at 54.4 sec and after the first
    complete play I want this song to loop from 11.95 sec to the end!
    Is there a way using action script or using a movie clip with
    the song inside(cause I tried to put a gotoandplay to a particular
    frame at the end, but it begin the song from the beginning)
    thanks a lot in advance

    Use the Sound class. Let's say your song is named mysong.mp3.
    Once you import it into your library, select the icon in the
    library, and choose linkage (right click on the icon) and then
    click Export for ActionScript and Export in first frame. Name it
    something (for this example we'll name it mysong). Click OK.
    Then on your main timeline, enter the following code:
    my_sound = new Sound();
    my_sound.attachSound("mysong");
    my_sound.onSoundComplete = function() {
    // first parameter is the number of seconds the sound is
    offset, the second parameter is the number of loops
    my_sound.start(11.95, 99);
    When you want to start the sound the first time, add this to
    your frame or button code:
    my_sound.start();
    Study the other methods and properties of the Sound class.
    This gives you a lot more control of sounds than placing them on
    the timeline does.
    Good luck,
    Albee

  • How i can generat VHDL or Verilog code from labview code

    how i can generat VHDL or Verilog code from labview code ( i have a labview code and i want to convert it to VHDL or Verilog code how i can do that )

    Mouath,
    There is no feature in LabVIEW to export your VIs as VHDL files. You are able to include your own HDL in your LabVIEW VI (using the HDL node). I encourage you to provide your feedback related to this issue at ni.com/contact. The product suggestion submitted are taken seriously and reviewed by National Instruments.
    Cheers,
    Jonah
    Applications Engineer
    National Instruments
    Jonah Paul
    Marketing Manager, Embedded Software
    Evaluate the LabVIEW RIO Platform! - ni.com/rioeval

  • Want 2 generate customer statement print directly from F.27

    Hi All,
    I want to attach the ZFORM we have created for customer statement to F.27. Currently we generate a spool from F.27 and release it from SP01.
    Please help.
    Thanks

    OK sorry, I did not understand your original point.
    What you are really saying is you want to automate the printing process for statements.
    You need to make sure you select print immediately in F.27.

Maybe you are looking for