Conversion of 5.1 file into Labview 2011

Could you convert this VI from 5.1 to 2011
Thank you
Solved!
Go to Solution.
Attachments:
from 5.1 to labview 2011.vi ‏959 KB

Attached as 8.2. Hope you know the password.
Attachments:
from 5.1 to labview 2011.vi ‏309 KB

Similar Messages

  • Transfring from CSV file to LabVIEW 2011 and view it in XY Graph

    Hi, I would like to seek for your assistance in my project.
    I have an excel file which is in CSV format and intend to transfer it into LabVIEW 2011.
    I want to create a storage to store all the excel file for viewing purpose and in the mean while I want to view it in graph form. 
    Hope to that you will be able to help me with this. Thank you.
    Attachments:
    History_power2013-10-27 12-53-32 ch1 tv ch 2 fan.csv ‏209 KB

    Thank you for replying.
    But I have problem displaying the whole CSV file.
    However, I have a batch of CSV file to monitor, so is there a way to consolidate all the data in one page?  
    Attachments:
    Open CSV file and history files.vi ‏33 KB

  • Conversion of a .class file into a .jar file

    Conversion of a .class file into a .jar file
    How Will I convert a .class file into a .jar file.
    Pls answer ASAP.

    You don't.
    You add a .class file into a .jar file. You don't convert anything.
    Read the help page for jar for details.

  • Conversion of Vector BLF format into LabView

    Hello,
    I am trying to import Vector Cantech BLF logging files into LabView.  Does anyone know of a converter or process to do such a thing?
    Thanks!

    Good day!
    National Instruments offer a series of Data Plugins to extend the data file acces capabilities of NI products such as LabVIEW, DIAdem and NI Data Finder. Among these dataplugins, there are two for Vector products.
    Check the following links to learn how to use Data Plugins with LabVIEW:
    http://www.ni.com/white-paper/11951/en
    And the following two to download the relevant Data Plugin (I don't know which version of the MDF file you are using)
    http://zone.ni.com/devzone/cda/epd/p/id/452
    http://zone.ni.com/devzone/cda/epd/p/id/6568
    Hope that helps!
    Cheers.

  • Importing and displaying DXF files into Labview

    Dear all,
    Building an application for motion control, I want to import a DXF file into labview to be used as a template for the motion. For verification I would also need to display it. I cannot use ActiveX properly bcse I develop on Mac....
    If you have any idea or experience on how I might do this, I will be glad to hear from you !
    Thanks in advance !
    Regards,

    To display (not parse) DXF files and other CAD file formats (PRT, SLDASM, SLDDRW, SLDPRT) I've been using an ActiveX container with the EModelViewControl object from the free SolidWorks eDrawings. Use the OpenDoc method to display the file in the container (see attached snippet).
    - Philip Courtois, Thinkbot Solutions
    Attachments:
    eDrawings snippet.png ‏21 KB

  • Photoshop CS6 files into Word 2011?

    When I import a photo file from CS6 for MAC, 1x2" at 300 ppi, into Word 2011 for MAC on my new MacBook Pro, the file is importing to fill the page width. When I import a similar file from my old CS2 on the same new computer, the file imports at the correct 1x2" size. I think there is some setting I need to change in CS6, but have been through every place I can find to look. What can I do to fix this?

    Don't have retina display. Just realized images are importing to Word 2011 sized at 72 ppi rather than the 300 of original file. That is why size is coming out so large. There must be somewhere in CS6 that is doing this. Apparently, in CS5.5, there is a place to change this under Photoshop>options>, but this choice does not show up in CS6, and I can't find anything similar under Preferences. Any ideas?

  • How to import .iaf files into Outlook 2011 for mac?

    I exported emails from Outlook Express (PC) to .iaf files years ago and now need to access them on a mac. I have downloaded Office for mac 2011 but can't work out how to import them into Outlook 2011.
    Can it be done? Any suggestions would be hugely helpful.
    Thanks.

    Hi,
    We can import .iaf files in Outlook 2010 using the following method:
    Start Outlook 2010.
    On the File menu, click Import and Export.
    Click the Advanced tab, and then click Export.
    Click Import Internet Mail Account Settings, and then click
    Next.
    Follow the Internet Connection Wizard to complete the import process.
    But, I don't know if we can do this in Outlook for Mac 2011. Since this forum is for general questions and feedback related to Outlook for Windows, it's better to post Mac related issue to the forum for Mac:
    http://answers.microsoft.com/en-us/mac/forum/macoutlook?tab=Threads
    The reason why we recommend posting appropriately is
    you
    will
    get the most qualified pool of respondents,
    and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Steve Fan
    TechNet Community Support

  • Reading Large Matlab files into LabVIEW

    Hi All,
    I am using the 'Open Data Storage [MATLAB] block to read data from a mat file into MATLAB. The data is very large (in the order of millions). When I try to run my vi which is relatively simple to read in and manipulate the data, my LabVIEW said it does not have enough memory. Is there any way to around this problem without physically increasing computer memory.
    Thanks in advance for any help and assistance.
    Chris

    Hi Chris,
    Did the 'not enough memory' happen on 'Open Data Storage' or 'Read Data' ?
    If it happened on the 'Read Data', you might want to try specifying 'index/count' inputs of the 'Read Data' to read channel values chunk by chunk.
    Best Regards,
    Mavis

  • I want to read a Matlab MAT file into labview.

    I do not have Matlab.  I have a series of *.mat files that are created by another program that I want to read into LabVIEW.  The *.mat files should contain a very long 2 dimensional array of complex numbers, with only 2 columns.  I am hoping that the *.mat format is straight forward.  I need to read this into a LabVIEW array to manipulate it.
    Has this been done?  I've found several routines that allow you to save data from LabVIEW into a *.mat file so that Matlab can read it, but I have not seen anything that goes in my direction.  Any help is appreciated.
    Mike

    Oh, yeah, that certainly makes a big difference.
    You're even luckier that I was still bored, so I whipped something together.
    See attached.
    Couple of things:
    (1) I couldn't test it for all data types so the "Parse Data" VI may need to be tweaked for some of the data types.
    (2) Your file contained multiple variables and the one matrix of complex values was a 1D array so you may need to insert a "Transpose 2D Array" function where the bundle function is for your 2D array.
    (3) A couple of the variables were character arrays but Matlab stores the individual characters as floating point numbers between 0 and 255 representing ASCII-encoded characters. These are the "XUnit" and "YUnit" arrays.
    For your reference, the MAT file format is at http://www.mathworks.com/access/helpdesk/help/pdf_doc/matlab/matfile_format.pdf
    Oh, I think I may have left breakpoints in when I saved the VI. Sorry about that. You should remove them when you run the VI so they don't become annoying.
    Message Edited by smercurio_fc on 02-09-2006 05:07 PM
    Attachments:
    Read Level 4 MAT File.zip ‏69 KB

  • Print text file with labview 2011 and windows 7

    I am having some strange problem, hope someone out there knows the solution.
    We have a labview program running under windows xp, the program runs some test and print label from a local label printer. Last week, I have to upgrade the computer to windows 7 and all the sudden the printer will not print any more.
    The print vi is very simple. I am using the report function and I am attaching the diagram of that vi below. 
    If I use windows notepad to open that small text file, I can print fine. This means the printer driver itself is OK. However, if I print the same text file through Labview printing vi, from the printer's task list, I can see it does not recognize the char. From the attached png file, the top one is the task from notepad, it shows 2 pages and the bottom one is from the labview, it becomes 33 pages. 
    For the printer part, I use Generic / Text Only printer driver which comes from windows itself. And I am aslo attaching a sample of the text file, there are quite a lot of special char, it is for print bar code. When I tried to use labview print text vi to print general text from my computer to a regular printer, the vi works. So it seems Labview print can not handle the special char? Although it worked many years under windows XP in the past.
    Welcome to any suggestions!
    Thanks
    Attachments:
    print vi.gif ‏9 KB
    labview print bug.png ‏26 KB
    SerialLabel.txt ‏1 KB

    DGU wrote:
    where to check RAW or TEXT? the print report vi only asks for file name and printer name.
    When I print from notepad, everything just goes by default. This is a label printer, so I never need to specify printing parameter such as size, orientation, etc in the past
    Famous last words go something like this: "...never had to do that before."  Maybe you have to do that now.  It's worth at least comparing the defaults settings for bothe generic drivers.  It could save you a lot of headache if you notice something different.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • How can I interactively create a New File in LabVIEW 2011?

    I am trying to create a new binary file interactively in LabVIEW, but the File Path control only offers the ability to either type in the full path and file name (cumbersome for the user), or browse for an existing file. I want to open a "New File" dialog that will allow the user to browse to the target directory, then be able to enter the name of a non-existing file to save the data to.
    The way I'm currently doing it is creating a TXT file using the Windows Explorer "New Text Document" pop-up, then changing the file extension to the new value...which is again, very cumbersome.
    The only thing I've found online is that there used to be a "New File.VI" in an older version of LabVIEW apparently...but I can't seem to find it in 2011.
    Solved!
    Go to Solution.

    You can create a new file using the browse button.
    Did your right click on the file path control and check the settings in the "Browse Options" menu?

  • Passing files into labview vi by opening the file

    I have a labview exe that is installed on XP that can create/save files with an extension not recognized by windows. The files can be opened from within the exe but what I want is to double click(open) the file from explorer/desktop and have it opened in my vi. I know how to associate the file with windows so opening it will open the exe, but how do I pass this argument into my exe so my app can use it?

    Us the "Application:command line" property, see attached code image.
    When building the application, make sure to check "Pass all command line arguments to application" in the builder.
    When your associated file is double-clicked, the application will open and have the file name of the double-clicked file as second element (#1) in the commandline array. (You can also drop any file on the application in explorer and it will open with the dropped file name in that position.)
    Also check the online help under index: "Command Line Arguments (Application property)"
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    commandline.gif ‏3 KB

  • Convert Labview5 VI into Labview 2011

    Hi
    Who can please convert the attached VI's made in LV5 into LV2011?
    Appreciate your time!
    Fred
    Attachments:
    APBT data collection.vi ‏2146 KB
    H-reflex data collection.vi ‏2155 KB

    Both VIs you attached are saved with 7.1 and can be opened in 2011 without conversion.
    Christian

  • The conversion of a PDF file into excell put all items into the first column, it did not work

    The product produced an excel , but put all the different column information into column A .

    Try this process:
    In the PDF file that you would like to copy information from:
    1. Go to Tools>Content Editing panel
    2. Click the "Edit Text & Images" button
    3.  Select the information that you would like to copy and draw a selection square.  It should group the information into a selection outlined in blue.
    4. Go to Edit>Copy
    In the PDF file that you would like to paste information into:
    1. Go to Tools>Content Editing panel
    2. Click the "Edit Text & Images" button
    3.  Go to the page that you want to paste your information
    4.  Select the page
    5.  Go to Edit>Paste
    6.  You should now have a selection square that contains the raster information and that you can adjust size by Shift + Click + Dragging the object handle on the corner of the selection square.
    Does this work for you?

  • Issue with Date Conversion when loading XML File into Oracle 10g Database

    Hello all,
    I have the interface shown in the screenshot below. In it, amongst other actions, I'm mapping an XML file element representing a date to an Oracle table column defined as DATE. The source and target columns are highlighted in the screenshot.
    !http://img223.imageshack.us/img223/1565/odiscr275.jpg!
    When I execute the interface, I get the following error message:
    java.lang.IllegalArgumentException at java.sql.Date.valueOf(Date.java:103)
    I'm assuming this refers to the date conversion!
    I've already tried replacing SRC_TRADES.DEAL_DATE with TO_DATE( SRC_TRADES.DEAL_DATE, 'DD/MM/YYYY' ) in the Implementation tab. This function was not recognised when I executed the interface, so it didn't work! The date value in the XML file is in DD/MM/YYYY format.
    I'm guessing that Oracle SQL Date functions don't work in the Implementation tab. Please could somebody let me know:
    1. Which Date Conversion function I could use instead?
    2. Where I can find a reference for the methods/functions I can use in the Implementation tab (if such a reference exists)?
    Cheers.
    James

    Hi.
    Try to change the execution area to staging area. After You change it, write in the mapping box just SRC_TRADERS.DEAL_DATE. When You use TO_DATE, the source field typu should be varchar2, not date (as it is in your source datastore)

Maybe you are looking for

  • I get a blank white screen when I try to play games on Club Pogo

    as stated earlier, when I go to club pogo, all I get is a blank white screen, firefox will go to site but will not load the games,

  • ORA-1555  ORA-3136 errors:: elapsed time vs Query Duration

    Dear all, - My Database version is 11.2.0.2, Solaris. - We have been having a problem in the production database where the front end nodes start going up and down for couple of hours sometimes. ; When node flapping is going on we get connection timed

  • Oracle report capture

    I hope u can help me. I'm trying to capture reports of .rdf type. Although it is captured succesfully into the repository, i get this warning: CGEN-03362: Module: no repository elements found to map application logic on: '%' (Modular, Format trigger,

  • Join Data From 3 Tables

    I have 3 tables: Table1(Col1,Col2,Col3,Col4); Table2(Col1,Col2,Col3,Col4); Table3(Col1,Col2,Col3,Col4) and they all contain data. Now I want to have a Table4(Col1,Col2,Col3,Col4) and Table4 will contain all data of 3 tables: Table1, Table2, Table3. P

  • How to have readtime out in axis1.x

    Hi , I am using axis1.2 for connecting to external webservice.I used stub.setTimeout(12000) to set my timeout.The timeout works fine if the client is not able to get a socket connection in 12 secs.It throws exception and comes out.But during peak tim