File from an executable of LabVIEW PDM

Hey, I am writing a program that measures a bunch of stuff and saves to a TDMS file (as it is by far the easiest method and fast, I found). I was wondering, once that my program is converted into an executable, files are still viewable TDMS in Excel/OpenOffice, or viewing requires NI Diadem. Computers, on which the executables will run will not necessarily installed LabVIEW.
I would like to try myself, but let us, I am not worthy of a developers license...
Thanks in advance
Doug

"are the PDM lines visible in Excel/OpenOffice?

Yes! the format of a file *. TDMS files do not change between the development environment and an application built.

That being said, the imported PDM of addon for Excel automatically installs with the LabVIEW development system and may not already be on target when you deploy your executable.  Do not fear however! the addon TDMS for Excel is FREE and available for download here

Tags: NI Software

Similar Questions

  • How to remove files from a library?

    Is it possible to extract individual files from a library?  I downloaded a driver by a hardware manufacturer, but the files are all grouped together in a library.  The screws were created with an older version of LabView and I did not need all the.  I've updated the files I need and now I want to put them with other files in a project and create an executable file.  It is better to bother with or should I just put the entire library in the project?

    Thank you.

    Easy way: convert the .llb into a directory. Then, you can simply move the files. Use the LLB Manager (Tools-> LLB Manager).

    Hard: then open each VI and make a file-> save as.

  • How can I copy files from one disk to the other?

    I want to copy all my mp3 files from my ITunes music folder on an external hard drive.  I'm not interested in records, only the mp3 of themselves.  I got here in 'terminal' that I can execute a command?  Please notify.  Thank you.

    Just use the search function in the Finder.

    Select the folder enclosing and type MP3 in the search.

    If you have not changed the search preferences, you will need to click on the name of the folder next to "this Mac.

    It should list all the MP3 files.  Select all and drag to the external hard drive.

  • Linux RT - copy the file from the disk on USB

    Hi migration my code to a target of VxWorks to one target Linux RT (9068), I'm having problems to run a piece of code that copies files from the cRIO on a USB drive!

    This code works perfectly under my VxWorks (and same Pharlaps target). See attached VI.

    Some files (100k.txt, 1M.txt,...) are present in the my drive 9068 tmp folder. And I want to transfer them to my USB Flash DRIVE (U).

    The two folder exist when the code is running (checked with my WebDAV client).

    When running, the copy function returns 'error 8': authorization error.

    So I tried to check what was my permission on the folder U: 511. I tried to change the permission to 700: error 8!

    I then checked 'who am I'-online lvuser. I then connected to my webpage cRIO-online user permissions => I added my lvuser 'FSRead' and 'FSWrite' rights. The reboot of the target. -Online copy of files always returns error 8!

    However, it seems that I can create and write to a file in the folder U... I can read the files in the folder U... but not copy? !! ??

    What is going on? Can someone tell me how to copy files from my cRIO on my USB drive? Why is it difficult to do the basic things?

    Hi Paolo,.

    As described in my second post, file tmp is not the problem.

    I wrote to / c or even in/home/lvuser... Has not changed anything.

    It seems to me that the cam of problem of the fact that a lvuser (default user executing code lv) can not fundamentally 'touch' files created or modified by an administrator...

    In the first link you posted, at the end of the document, it is written:

    "Access the file and folder permissions are not applied on targets in real time OR the operating systems VxWorks or PharLap.  Objectives NI Linux in real time, on the other hand, use and apply the standard Linux style file and folder access permissions. »

    As I am not very familiar with the Linux environment, I might be nice to have more details about access permissions style of this linux standard.

  • Draw a XY spectrum obtained from a spectrometer in LabVIEW using the XY Chart

    I need to draw a spectrum obtained from a spectrometer in LabVIEW using an XY Chart. The data is stored in 2 columns in a spreadsheet form (counts against the wavelength) & using "excel.vi reading" ideally I should be able to trace this spectrum. The spectrum has averaged 1 data points k.

    However, I am not able to get the chart by using this method, please suggest a change or provide me with a sample .vi as an example to understand.

    Thanks in advance...!

    Excel is a format binary owner and you need special tools to read directly. (There are plenty of ways to read, here is an example, here is another one, but I tend to avoid these formats)

    You could use excel to export the data as a text file (separator: tab), and then read using "" read the worksheet file". Once you have the data in a table 2D, just the graphic columns both. (See attached example)

    Assuming that you have read the file in the form of a 2D array, here's how you would it chart. (For simplicity, I copied the data from excel to a constant string diagram).

  • Can Excel launch an executable of Labview?

    Hi all:

    Can Excel launch an executable of Labview?

    I would like to open an Excel file, fill data in Sheet1

    and then press a button on the worksheet "Sheet1" Excel.

    By pressing this button, it will start to run an executable of Labview.

    Thank you all,.

    \\carlos in Sunnyvale, CA

    An executable of LabVIEW is an executable file like any other executable file. As long as the LabVIEW run-time engine is installed, you can call in an Excel macro using the Shell() command as calling Shell (executable).

    (EDIT: clicked Post until I had finished it)

    OR, you try to call using ActiveX with LabVIEW as an ActiveX Server?

  • How do you determine the VI file specification in executable?

    Under LabVIEW 2010, how can I determine a specification of file full of screws that he resides in a built executable file?  I have location of the executable file and I have the location of the screws on the drive when the executable was generated.  I hope that it has a property of LabVIEW that will tell me the specifications for each file in the executable.


  • Writes a text file from a network computer to another computer on the network.

    It is possible to write a text file from a computer on the network to another computer on the network through labview without using FTP?

    Hi bebo_lm,

    It depends on how they are connected. If you have a 'normal' access to the pc and you can write on a hard drive of the other computer, you can use the writing functions of files or the copy of the file. If they are not connected like this, then you need another service. Why you do not use FTP?

    Mike

  • Rename the file from data in a table only displays error

    Hi, I was looking to move the data from one place to another location file.

    I issues a command as follows:

    When I start thw query select b.SID:

    Select b.SID, b.name

    v $ tablespace a, v$ datafile b

    where a.ts #= b.ts #;

    It shows all storage spaces and their data files. No problem there.

    Then I did the following:

    My storage space is meddata, first I took it to offline.

    alter tablespace offline normal meddata;

    Then I made the command:

    alter tablespace meddata rename

    alter tablespace rename datafile meddata ' E:\MEDDATA\MEDDATA01. DBF'

    to ' D:\ORACLE112\ORADATA\ORCL\MEDDATA01. DBF';


    But the following error message:


    SQL > alter tablespace rename datafile meddata ' E:\MEDDATA\MEDDATA01. DBF'

    2 to ' D:\ORACLE112\ORADATA\ORCL\MEDDATA01. DBF';

    alter tablespace rename datafile meddata ' E:\MEDDATA\MEDDATA01. DBF'

    *

    ERROR on line 1:

    ORA-01525: Error renaming data files

    ORA-01141: Error renaming file 14 - new data file ' D:\ORACLE112\ORADATA\ORCL\MEDDATA01. DBF' not raise

    d

    ORA-01110: data file 14: ' E:\MEDDATA\MEDDATA01. DBF'

    ORA-27047: cannot read file header block

    OSD-04006: ReadFile() failure, unable to read the file

    S/O-error: (OS 38) at the end of the file.

    Can not understand what's wrong here. Help, please.

    Hasan Al Mamun

    Hello

    After taking the tablespace offline, manually copy you the file E: D:\ORACLE112\ORADATA\ORCL\ loction location? You must manually copy the data file and then execute alter tablespace rename datafile and then recover tablespace and put online.

    Anand

  • How to copy a file from the client to the DB using WebUtil machine.

    We convert our forms 10g R1 forms 11g (Forms [64-Bit] Version 11.1.2.0.0).

    Or 10g R1 forms that we use a bean called oracle.forms.demos.uploadclient.FileUploader to download files from our machines of client DB machine and sometimes the application server. Select the file (using the open dialog box file which is also part of FileUploader) and then give the directory of destination (from DB machine) using the IP address.

    Problem is this bean File Upload does not work in forms 11g. So we need to use WebUtil.

    Problem is, WebUtil has only a utility to copy the files to the client computer on machine App Server (Client_To_AS). Documentation, says 'download target directory.
    must be in the transfer.appsrv.write list. Can we put any directory beginning with an IP address in the present name and use this Client_to_AS function to copy files from client to DB machine?

    Or if not how transfer us files from the client computer to any machine in the network form 11 g?

    Published by: user12240205 on June 8, 2012 03:58

    Probably, if the upload form, it is important that a "commit" be properly executed. It was actually a problem we have seen with the demo of original webutil too, which has now been fixed. We were not making a commit and so, data were only available in the session as a result of the post, but not available outside the current session of forms.

  • How FTP a file from the client computer to the server database using Forms 10 g

    Hello
    I want a file from a client computer to the database server computer using Forms 10 G (or PL/SQL) via ftp.
    could you please tell me how can I do this

    Concerning

    Hello

    I gave u the adequate instructions on webutil configuration but u did not comply with it.
    I will post again please read correctly and follow it.

    How to get running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a new 'Complete' installation of Oracle Developer Suite 10.1.2.0.2,
    Here are the steps to get a shape of small test running, using WebUtil 1.06.

    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor and do a find/replace on
    Oracle_Home with your real value (no slash). Then, it is easy to
    copy and paste the actual orders to be run from the copy of the memo.

    (* 1) * download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.

    (* 2) * copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob and ends in ...\jacob_18
    CD C:\webutile
    Copy jacob.jar Oracle_Home\forms\java\.
    Copy jacob.dll Oracle_Home\forms\webutil\.
    Staging of Jacob is no longer needed and can be deleted.

    (* 3) * sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin in the path:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign files and check the result of success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar

    (* 4) * If you already have a pattern in your RDBMS that contains stored WebUtil code,.
    You can skip this step. Otherwise,.
    Create a schema for the stored code WebUtil and privileges to
    Sign in and create a stored package. Name of the schema "WEBUTIL" is recommended
    for no reason other than consistency based on users.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor and remove or comment
    the declaration of EXIT, in order to see if the objects have been created witout
    errors.
    Launch SQL * more like SYSTEM and the issue:
    Webutil IDENTIFIED BY password CREATE a USER
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    /
    GRANT CONNECT, CREATE PROCEDURE, CREATE SYNONYM TO webutil PUBLIC;
    /

    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -Inspect SQL * Plus output for errors, and then
    CREATE a PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    /

    Reconnect as SYSTEM and the question:
    Grant execute on webutil_db to public;

    /

    (* 5) * Edit Oracle_Home\forms\server\default.env and add Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.

    (* 6) * add edit Oracle_Home\forms\server\formsweb.cfg default insde:
    archive_jini = frmall_jinit.jar, frmwebutil.jar, Jacob.jar
    Archive = frmall.jar
    also add:
    webutil
    WebUtilLogging = off
    WebUtilLoggingDetail = normal
    WebUtilErrorMode = alert
    WebUtilDispatchMonitorInterval = 5
    WebUtilTrustInternal = true
    WebUtilMaxTransferSize = 16384
    baseHTMLjinitiator = webutiljini.htm
    baseHTMLjpi = webutiljpi.htm
    baseHTML = webutilbase.htm
    archive_jini = frmall_jinit.jar
    WebUtilArchive = frmwebutil.jar, jacob.jar, f90all.jar
    Archive = frmwebutil.jar, f90all.jar
    lookAndFeel = oracle

    (* 7) * Oracle_Home\forms\server\webutil.cfg edit and add:
    Transfer.Database.Enabled = True
    Transfer.appsrv.Enabled = True

    (* 8) * start the OC4J instance

    (* 9) * start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Webutil.PLL open, make a 'compile ALL' (shift-control-K) and generate PLX (Ctrl-T).
    It is important to generate the PLX, in order to avoid the FRM-40039 indicated in Note 303682.1
    If the PLX is not generated, the library Webutil.pll must be fixed with
    path information full access to all who wish to make use of WebUtil. This is NOT recommended.

    (* 10) * create a new WBF.
    Open Webutil.olb and subclass (not copy) the Webutil opposes the shape.
    There is no need to subclass the WebutilConfig object.
    Attach the Webutil.pll library and remove the path.
    Add a logon trigger IT with code
    NULL;
    to avoid having to connect to a RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a trigger WHEN BUTTON PRESSED.
    Compile the FMB to FMX, after doing a compilation-All (shift-control-K).

    (* 11) * under Edit-> preferences-> Runtime in the form designer, click the "Reset to Default" If
    the "Application Server URL" is empty.
    Then add '? config = webutil' at the end, if you end up with a URL of the form
    : http://application-tier server: port/forms/frmservlet? config = webutil

    (* 12) * run your form

    Note: If you want to use Jacob and you can configure jacob too, if you follow the above mentioned instructions.
    Sarah

  • Cannot copy the file from pc shaped runtime (windows) using HOST

    Dear all:

    I write more code to copy to rename a specified file from a pc to another pc.

    PROCEDURE copy_image_file (out_file_name VARCHAR2) IS
    in_file_name VARCHAR2 (100);
    in_file_path VARCHAR2 (100);
    out_file_path VARCHAR2 (100);
    the_command VARCHAR2 (2000);
    BEGIN
    CHECK_IMAGE_FILE;
    in_file_name: = pk_parameter.setting ('IMGSFILE'); - Source file
    in_file_path: = pk_parameter.setting ('IMGSPATH'); - Source path
    out_file_path: = pk_parameter.setting ('IMGTPATH'); - target path

    the_command: = 'move' | in_file_path | in_file_name |                                    ' '|| out_file_path | out_file_name;

    Message ("Moving File...");
    Synchronize;
    Host (the_command, NO_SCREEN);
    /*
    * Check if the command succeeded or not * /.
    IF this is Form_Success THEN
    Message ('error - file is not moved');
    ON THE OTHER
    Message ("file moved successfully");
    END IF;
    END;

    It above coding works fine (managed to pass the file) when I run this code from my own PC (seen developer complete installed), while when I run this code from a Client PC (having occasionally forms run) he executed the successfully but don't move not not the file.

    I would like to know the reason for this?

    Kind regards

    Hassan

    Is this the same thing that Re: check the existnace file before using the HOST command? you forgot to prefix cmd /c in your order I see in your code. What forms version are you on? If you are on the Web, host forms will run on your middle-tier (which is on your developer machine, the same as the customer)...

  • can I delete the files from the backup.backupb folder?

    I'm trying to restore a backup time machine on a hard drive that is smaller than the backup. It is safe for me to delete unnecessary files from the backup.backupb folder?

    Actually, no. Deleting files directly from the sparebundle will lead to file corruption.

    Ref: Pondini - Time Machine troubleshooting

  • Extraction of files from a time capsule that contains data of 3 different MacBooks. If I added a new macbook but I wanted only to select files. How can I find these files?

    If I have 3 different MacBooks stored on time capsule but I want only to add the files selected to a new macbook how I do it,

    find and retrieve files from these devices? How to retrieve the complete set of files for an individual device?

    If I wanted to get back anything, what is the process for this?

    Thank you

    Bill

    The correct method is to migrate. Use the migration assistant in the Utilities folder.

    However migrate doesn't have the fine selection you're after, if you do not want the entire folder like documents.

    You could find to manual aperture and copy the sparsebundle to Time Machine works ok... Use just traverse other disks of the main options of TM TM it in the dock.

    It might not allow you to recover files but I found that I could copy them into TM and then paste the files by jumping out to finder.

    Or you can migrate to another place is to say USB drive plugged into the computer and then retrieve files in a simple copy and paste... Although permissions can be a pain, and you must correct them before you can copy stuff to your own computer files.

  • Cannot transfer files from iPad to MacBook

    Personally, I understand better than anything else of directories.   I guess that when you connect the iPad to the MacBook using the USB connection - you cannot move pictures as you would with any other device connected as a drive.

    Okay, so what now?

    I was with my iPad to take shots (my first mistake).  Due to the number of falls that I ran out of memory and it stopped everything - now I do not know how to remove the iPad videos and placed them on my MacBook.

    At first, when I plugged the iPad for the Macbook using the USB I had an application that seemed to allow you to "import" - I did.  Or do I think that I did.   Where it matters to I don't have any idea.  Directories of meaning for me - but whatever the application is - I had zero indicating where the photos/empty went.  I've been good with that - thinking I could use the find command to locate my videos at a later date.

    But now this mysterious request automatically don't invoke not himself.   = / I cycled the power on my iPad - with no luck.

    I've heard that iTunes could be a portal for the transfer of files form an iPad with other devices.   I opened iTunes on my MacBook with the iPad connected - but nothing obvious jumped out to me (as a directory) that allows me to easily move these videos.

    I guess I should buy some type of camcorder.

    In any case - if there is a simple way to transfer files from an iPad to a Macbook (for example a directory) then let me know.  I'd appreciate it really.

    Thank you

    Please understand that I want to say this quite constructive feedback.  I suggest a change in your way of thinking.

    silver_mica wrote:

    Personally, I understand better than anything else of directories.

    I suggest that you leave the point of view of directory at the door when you work with an iPad and a Mac.  Apple devices tend to use directories to answer the question 'how', something is done.  But the "how" may change from time to time.

    However, if you focus on 'what' to do (for example, move pictures to the iPad for the Mac), you'll realize the functions (applications) on both ends that manipulate your data.

    On the end of the iPad, this app is Photos.  And on the side of Mac, that request is probably too Photos - assuming that your Mac operating system is up-to-date.

    So, check in the Photos of the Mac app and see if your photos are here.  Absolutely, do not worry about the Photos app directories used to store these photos.  If you need to send them elsewhere, export Photos of Macs.

    Import photos and videos from your iPhone, iPad or iPod touch - Apple Support

Maybe you are looking for

  • Can not buy anything

    Hey there, I come from Germany and I have a huge problem. It is no longer the possibility to buy stuff from the iTunes store with "Clickandbuy" (they have changed that on the only options are by credit card, mobile phone (but only from a specific sup

  • What should I do to clear the contents of my iphone

    Where can I find if I find my iPAD on my device, so I can't disable to delete its contents? Thank you

  • Upgrade Vista on the Satellite U200-126

    I would like to tell my experience with the updated BIOS with my Satellite PRO U200-126.I bought this computer last year, this is a Core Duo, not a Core 2 Duo processor. It has been working perfectly with Windows XP Professional.All my problems began

  • the desktop icon

    because my print program crashed I rebooted a version update for the HP 5520 (1) I don't know how to put an icon on the desktop (2) if I search the downloaded programs there is only an empty file Help! Chris

  • Determine which cluster and the array index element was clicked on table clusters

    Hello I'm overload of brain with dynamic events and references and nodes of property etc. I am trying to identify the cluster and the array index element that was clicked on table clusters This gives me the name of the element: Is this reasonable?  H