How to read a comment from an lvm?

Hello

I created an lvm using the writing on file express vi measure and I added a comment.

To simplify the created lvm line was:

test 5

where 5 is a random value and test the comment I entered.

My question is how can I read this comment.

When I use the express vi can read the file, comment out

Returns empty.

Thank you.

Hey epik78

When I run your code I got the same performance your described. Try selecting "A header only" or "A header by segment" under the section headers of Segment write set in the window of measurement file and you should be able to recover this comment when you read from this file.

I hope this helps.

-Ben

Engineering applications

National Instruments

Tags: NI Software

Similar Questions

  • How to read the data from a channel named in windows using labview

    Hello

    I need to read the channel named in windows data. The pipe is created by python by another application. This application post permanent data on the pipe. But I don't know how to read data using labview. is it possible to read the data from different application? If possible, how to start?

    Thanks in advance

    concerning

    RJ

    Hi Rolf,.

    It's just, because of driving is not initialized completely, pipe read returns error 42, I added 2 seconds late, then its work perfect.

    Thank you very much.

    Concerning

    RJ

  • e. support Messaging - how to read my emails from another computer?

    How do I read my emails from someone elses computer

    You are using Internet Explorer go on the webmail messaging service provider portal.
     
    Gary van, Microsoft MVP (Mail)
    ------------------------------------------------------

    "pouakid" wrote in the new message: * e-mail address is removed from the privacy... *
    How do I read my emails from someone elses computer

    Gary van, MVP (Mail)

  • How to automatically remove comments from model in the page created from template?

    Hi all

    I would like to eliminate generated Dreameaver of comments in published pages.

    Beast, perhaps, but they are really a loss (of space, bandwidth, etc.).

    Does anyone know if there is a way to automatically eliminated in the pages that are generated from a model?

    For example, on this page:

    http://Libri-belli-Ma-anche-romanzi-Brutti.it/Daria-Bignardi-Acustica-Perfetta.html

    a comments from the original model.

    <h1><!-InstanceBeginEditable name = "Autore + Titolo"->Daria Bignardi: craftmanship the Acustica<! - InstanceEndEditable - >< /h1 >

    Someone at - it a suggestion on how they can be quickly withdrawn before publication on the server?

    Thanks all!

    Riccardo

    No, can't be done.  Markup DWT tells the program that it is a model.  FrontPage/Expression Web also has the TPL files and uses a similar markup for its models.  Only way to get rid of it is to move to a language server as PHP or CMS solution that includes uses side.

  • How to read a number from a web page

    Hello everyone
    I need to read a number from a Web page. This number is the price of electricity online that is updated every 5 minutes. I need to use this award as a parameter in my controller

    any suggestion will be appreciated in advance

    Reza

    Just read the Web page as a text file and analyzed as mentioned here

  • How to read a value from a cell in a row

    Hello;

    I need the name of a function that is able to read a value from a cell in a row. the line contains multiple values.

    If you can post for me, I grow


  • How can I remove comments from the users and groups

    I have my in my users and groups in the system preferences a user snd invited another user

    How can I remove them

    Go to Preferences system-> users and groups, and then press the lock to allow you to change the settings. Then choose 'user comments' in the sidebar and uncheck "Allow clients to connect to this computer". This will not make this option disappear, but after that you will not be able to use the Guest user.

    «Respect for the other user, simply choose it in the sidebar and press on the '-' button.» Make sure that no one uses this user.

  • How to read the text from a DOS window in real time?

    I call an executable file that downloads a file to flash memory.  This program displays status information in real time as the percentage of completion in one window BACK.   It also makes account of the CRC of the file as it downloads.  I am currently redirect the output of the DOS window in a text log file.  This works fine for obtaining of the CRC when the file is actually downloading but the operator loses the visibility of the State in the percentage of download.  Is there a way to read text information in a DOS window with my request of LabWindows/CVI real-time?

    Hi Brent,

    If redirect you the output from the first application in a log file, you would be able to read the contents of the file streaming to your second request, and whenever the content changes (such as the download value percentage), couldn't display you this information immediately with the second request in one window DOS or some other GUI?

    Luis

  • How to read in data from MySQL to Authorware?

    Hello

    I'm reading in my authorware (MySQL) database values, but the best I can do is either true or false.
    I would like to be able to get data from the database and return to AW as a string. Does anyone have experience with this? If anyone can lend a hand in this company?

    Thanks in advance for your help,

    Brad

    You'll need some sort of middleware of script, such as PHP or your ASP.
    script will need to:

    * connect to the database
    * query the database
    print the query results

    I use ReadURL to send variables AW to my PHP script, script recovers
    These values and assigns the variables used in the query. Print
    results are returned to the ReadURL. You can also use PostURL.

    In AW, my code for retrieving information from the database looks like this:

    ==================
    Action: = '? action = getData.
    query: = '& student_data_id =' ^ student_data_id
    URLString: = db_loc ^ 'retrieve_data.php' ^ action ^ query
    queryString: = ReadURL (URLString)
    ==================

    I Specifies an action so that the script can contain code for more than one
    the purpose of the trip. My PHP script looks now like the return line (the spirit):

    ==================

    include a script not cached
    include (' lib/no_cache.php');

    connect to the database
    require_once ($_SERVER ['DOCUMENT_ROOT'].)
    '/.. (/ php_secure_scripts/check21/mysql_connect.php');

    create empty var for the holding of output to send to the Authorware
    $output = NULL;

    define queries
    If ((isset($_GET['action'])) & ($_GET ['action'] == 'login')) {/ / set}
    connection request
    $salt = get_salt();
    $query = "SELECT student_id, first_name, last_name, INST_ID select OF.
    students WHERE username = ' {$_GET ['username']} "AND
    password = ENCODE ("{$_GET ['password']}', '$salt'");

    } else if ((isset($_GET['action'])) & ($_GET ['action'] == 'getUserInfo'))
    {/ / set getUserInfo}
    $query = "SELECT inst_name, e-mail, student_data_id, active COURSES."
    LEFT JOIN students student_data USING (course_id) LEFT JOIN to HELP
    (student_id) Using (select INST_ID) WHERE LEFT JOIN institutions
    students.student_id = {$_GET ['sid']} AND courses.sku = {$_GET ['SKU']} ";

    } else if ((isset($_GET['action'])) & ($_GET ['action'] == 'getData')) {}
    query Set getData
    $query = "SELECT course_data, quality, increased FROM student_data WHERE."
    student_data_id = {$_GET ['student_data_id']} ";

    } else {}
    Exit();
    ECHO '.

    No selected query.

    ";
    }

    query the database
    $result = @mysql_query ($query);

    $row = mysql_fetch_array ($result, MYSQL_ASSOC);

    foreach ($row as $key-online $value) {}
    $output = $output. "&" . $key. "=" . $value;
    }

    print $output;

    Close the database
    mysql_close();
    ?>
    ==================

    The returned data is saved in my AW variable called 'queryString' which
    I then analyze in AW. My database connection code is kept in a separate script
    in a location on the server that is not available for browsers. The script
    also contains a custom function that returns a "germ" for the password
    encoding.

    If you need a good book to learn PHP & MySQL, I recommend 'PHP and MySQL '.
    for dynamic Web Sites"by Larry Ullman.
    http://www.Amazon.com/GP/product/0321336577/SR=1-1/QID=1144427020/ref=pd_bbs_1/103-2954060-1860665? % 5Fencoding = UTF8 & s = books

    I hope this gets you on your way!

    --
    _______________________

    Paul Swanson
    Portland, Oregon, United States
    _______________________

    "bradsteele" wrote in message
    News:e161n1$o76$1@forums. Macromedia.com...
    > Hi,.
    >
    > I'm reading in my authorware (MySQL) database values, but
    the
    > I am able to get better is true or false.
    > I would like to be able to get data from the database and return
    for AW

    > string. Does anyone have experience with this? If anyone can lend
    one
    > hand in this company?
    >
    > Thank you in advance for your help.
    >
    > Brad
    >

  • How a 'reader' disappears abruptly from your system?

    My D drive is my DVD player. titlee thereforthe if I need to recover my whole system and start over, I use D drive.  Well, drive D no longer exist according to Windows.  I've done everything I know how to do and I can't do back because it does not recognize the drive in that I would put my DVD systems or any other DVD that could solve this problem.  Someone, Please HELP.

    I have a pretty good security pack (Kaspersky) and I didn't have any problem when I discovered that the D drive disappeared.

    Hi Charlene,

    Are you referring to a laptop or desktop?

    Check your BIOS to see if you have the drive detected it. Consult the manual of your motherboard or when you start your computer check the screen key to enter setup screen. Perhaps del or F1 or F2 or F10.

    Windows startup, check device manager to see if your DVD is listed here. To check that you have to click on Start-> settings-> Control Panel-> system-> hardware-> Device Manager. Also check the drive in computer management (click Start-> Run Type &--> compmgmt.msc-> ok-online storage-> disk management.

    May be a problem with the defective drive or the bad power connection (in the case of desktop).

    I hope this helps.

  • How to read a string of file &amp; assign val to a variable in the batch file

    Hello

    How to read a string from a file and assign the value to a variable, then return the value on the screen in the windows batch file?

    Any suggestions?

    Thank you.

    Try again with

    off @echo
    for /F "delims =" % in ('findstr /i OPEN status.log") set var = %% a
    % Var Echo%

  • How better to import everything from WaveBurner a reader to one empty WaveBurner on another drive?

    I have a large amount of CD I put together in WaveBurner on an internal drive which is full. I know there is an import button to import audio files.

    But I want not just audio files, but all projects, so I can still work on them.

    How better to import everything from WaveBurner a reader to one empty WaveBurner on another drive?

    I thank very you much for your time and patience.

    Since no one answered my call, I sat and researched and studied WaveBurner behavior and I can myself answer my question and solve. Since there were a lot of people asking similar questions on WaveBurner files I will post what I learned.

    Whenever you drop your audio files in the list window to make your WaveBurner CD copy not copy your audio files, but relies on the original audio file, where they are located. So whenever you move the files orig. and you open WaveBurner, it can't find those and displays an error window to suggest it will search for the missing file or if you know where he is now lets you find manually. WaveBurner usually place the .wb3 project file that contains everything including your home folder.

    For this reason, I reserve now an audio file WaveBurner also folder in my home folder. In order to save themselves from WaveBurner cannot find the audio file, all audio files that I do, I put in my folder of audio files WaveBurner first, then copy them in WaveBurner from there.

    When I need to use a bigger hard drive I copy .wb3-WaveBurner projects based, but also my

    Sound folder WaveBurner for the home folder on the new hard drive.

    WaveBurner is now all audio files without problem.

    I hope that this will be a unique problem to someone else. Happy WaveBurning.

    W.W.

  • How to read messages from a blocked number?

    How to read messages from a blocked number?

    You do not have.

    You need to unlock and then you can read the messages that comes after unlock it.

  • How can I get something from my google reader in ibooks?

    How can I get something from my google reader in ibooks?

    If it's a PDF file, you can use the Google Drive app iOS to open the PDF file, then look at the top of the screen to the 'Open in iBooks' button press anywhere in the PDF file.

  • How to read from the beginning to reference trigger?

    Hello!

    I develop a system a little on a NI DAQmx 6025 and want to know how can I get data from an early relaxation of reference.

    I use "AcqVoltageSamples_IntClkDigStartAndRef.2008" to control the unit in c#

    If I set up the Starttrigger only, I can trigger... (the measure is to start by climbing aboard PFI0)

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    myTask.AIChannels.CreateVoltageChannel (physicalChannelComboBox.Text,"", (AITerminalConfiguration)(-1), rangeMin, rangeMax, AIVoltageUnits.Volts ");

    myTask.Timing.ConfigureSampleClock ("", sampleRate, SampleClockActiveEdge.Rising, SampleQuantityMode.FiniteSamples, 1000);

    myTask.Triggers.StartTrigger.ConfigureDigitalEdgeTrigger ("/ PFI0/Dev1", DigitalEdgeStartTriggerEdge.Rising);

    Reader = new AnalogMultiChannelReader (myTask.Stream);

    ...

    drive. SynchronizeCallbacks = true;

    drive. BeginReadWaveform (-1, New AsyncCallback (myCallback), null);

    ... MyCallback...

    data = reader. EndReadWaveform (ar);

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Now, I want to stop my measurement by the trigger of the reference, so I set up the Referencetrigger on the same source (PFI0)

    myTask.Triggers.ReferenceTrigger.ConfigureDigitalEdgeTrigger ("/ PFI0/Dev1", DigitalEdgeReferenceTriggerEdge.Falling, 10);

    (This line is after the configuration StartTrigger)

    If I start the task and give the triggersignal, the measurement starts. But now the measure must stop if I start PFI0 again!

    I don't know what I have to do to become a measure from the beginning to trigger Stop... I mean PFI0 PFI0 rising Edge edge

    Thanks for the support!

    Suchen für alle die noch immer nach einer Antwort, ich habs jetz!

    For all who are looking for this answer, I get it now!

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    myTask = new Task ("aiTask");        Create a new task
    Initialize local Variables
    Double sampleRate = Convert.ToDouble (rateNumeric.Value);
    Double rangeMin = Convert.ToDouble (minimumValueNumeric.Value);
    rangeMax double = Convert.ToDouble (maximumValueNumeric.Value);
    Create a virtual channel
    myTask.AIChannels.CreateVoltageChannel (physicalChannelComboBox.Text, "", (AITerminalConfiguration)(-1),
    rangeMin, rangeMax, AIVoltageUnits.Volts);
    Set up sync Specs
    myTask.Timing.ConfigureSampleClock ("", sampleRate, SampleClockActiveEdge.Rising, SampleQuantityMode.FiniteSamples, 1000);
                
    Configure start and reference triggers
    myTask.Triggers.StartTrigger.ConfigureDigitalEdgeTrigger ("/ PFI0/Dev1", DigitalEdgeStartTriggerEdge.Rising);
    myTask.Triggers.ReferenceTrigger.ConfigureDigitalEdgeTrigger ("/ PFI0/Dev1", DigitalEdgeReferenceTriggerEdge.Rising, 100);

    Check the task
    myTask.Control (TaskAction.Verify);
    Create the object reader
    Reader = new AnalogMultiChannelReader (myTask.Stream);
    Start the task, and set the playback position
    myTask.Start ();
    myTask.Stream.ReadRelativeTo = ReadRelativeTo.CurrentReadPosition;

    AnalogWaveform[temp];

    {while(!myTask.IsDone)}
    Temp = reader. ReadWaveform (60000);
    }

    myTask.Dispose ();

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Mit dieser Lösung kann man von mension zu messen mension.

    With this resolve you can measure from edge to edge.

Maybe you are looking for

  • "no valid disc" when you try to restart computer, windows 98

    My old computer crashed a few years ago. It has windows 98 on it, but the files are corrupt. I bought another copy of windows 98 because I lost the old. I would like to install it. There are probably several steps I must take to do this, so if you co

  • KB2286198 update does not install?

    I am running "Vista" Home Basic with SP2 installed. This is an authentic copy! All of my updates installed except for the new security patch called KB2286198 'Windows shortcut Exploit "...   I downloaded the standalone exe and tried to install that,

  • After System Restore Windows XP behaves strangely, said wininet.dll must be installed

    original title: XP startup problem My computer was slow, so I did system restore at an early date.  The system worked better, so I system restored recently.  Now the computer will just go up to my screensaver.  Does not start.  I can access taskmaste

  • A Gemplus card driver problem

    Hello I need a help. I got a GemClub-memo card to work on. Whenever I connect it to my machine windows via a reader from SCM, it's show could not load the driver for card while the card reader is successfully launched. I am able to communicate the ca

  • How to add items to the list of object field

    I have an array of strings as shown below. String s [] = {'a', 'b', 'b', 'b', 'b', 'b', "a"}; I want these elements in the field of the Objecat list with output picking up the elements of a String array. in other words, the ListField should only cont