Saving text written in a string indicator on the front panel

Hi,
As a new LabVIEW user I'm trying to type a manual to explain how to use the software program I'm writing. I would like to display it on the front panel in one of the tab windows. There is quite a lot of writing and I would like the user to be able to scroll through the text. I tried inserting a string indicator, right clicking on it and selecting 'visible items'>>'scrollbar'. However, when I saved my changes the writing in the indicator was not saved with the rest of the changes. I'd be grateful for any advice.
Thanks,
Adrian
[email protected]

Adrian,
The 'data' in your string indicator was probably not saved as 'default', so that when you closed the VI and re-ran it, it was lost.
For any data (strings, numbers, etc.) that you want to have as default, you will need to rt-click the indicator/control and under data operations, select 'make current value default' (when you have the data entered).
Also - add an Invoke node function to force this indicator to display the default data upon initial running of the VI.
Another way, though, when you have a 'lot' of text, is simply save your info in a text file, and have a VI open the file and display it either as the text file itself, or as input into a string indicator.
Good Luck, Doug

Similar Messages

  • I just upgraded my iPhone4s to iOS7 and now I am unable to make phone calls and send/receive text messages. Network signal indicator on the upper left side of the display shows hollow circles instead of full circles. Any idea how to fix the problem?

    I just upgraded my iPhone4s to iOS7 and now I am unable to make phone calls and send/receive text messaes. Network signal indicator on the upper left side of the display shows hollow circles instead of full circles (but with the network provider name). I checked with my colleagues in the office who use the same network and theirs work just fine on iOS7. Any idea how to fix the problem?

    I have also called my service provider and my service remains active in the network. I tried removing and reinserting my SIM but to no avail.

  • Picture Indicator slows down front panel

    Hello folks,
    I would like to use the picture functions vi's to draw alot of dots on a bitmap.
    Problem is, that after a certain amount of dots (>10k) the vi starts to slow down if I show the indicator of the picture.
    However when I use a picture to pixmap and then redraw the picture from the pixmap the front panel indicator doesn't slow down the vi at all.
    I would be very grateful for a more elegant solution to this problem other than redrawing the picture from a pixmap.
    Best regards,
    Mark
    Attachments:
    DotDrawing.vi ‏12 KB

    Mark,
    When the image has more datapoints than the image has pixels or when the new image overlaps part of the old image, things can slow down.
    But I suspect that the real problem is the re-allocation of memory as the picture string grows.  Open the Draw Point.vi and Set Pen State.vi block diagrams and you will see that each of them does a Concatenate String operation.  Strings are stored in memory as a 4-byte length and an array of characters. Like any other array, the string elements must be in contiguous memory locations. So, as the string grows, frequent memory re-allocations must occur.  This can slow things dramatically.  The way those picture VIs are built there is no way to effectively pre-allocate the memory.
    I do not know how effective it might be, but you could rewrite those VIs to use arrays of U8, Initialize Array, and Replace Array Subset, followed by Byte Array to String.  Then only one memory allocation wold be required.
    Lynn

  • I've got the labview vi written to read my IMU data from a serial port in COM1 and it displays onto the table on the front panel. I'm having trouble getting this data onto an excel spreadshee​t. Any ideas?

    I've got the labview vi written to read my IMU data from a serial port in COM1 and it displays onto the table on the front panel. I'm having trouble getting this data onto an excel spreadsheet. Any ideas? Right now my data will collect one reading instead of continuously reading my IMU which displays data in a continuous stream.
    Thanks
    Attachments:
    Read_IMU_Drew.vi ‏21 KB

    Hi
    Your vi is in 2009 version, which i am unable to open in 8.6
    However, if you want your data to be saved in excel sheet, here is the VI
    Somil Gautam
    Think Weird
    Attachments:
    save to excel.vi ‏12 KB

  • Hi i am new to labview. i want to extract data from a text file and display it on the front panel. how do i proceed??

    Hi i am new to labview
    I want to extract data from a text file and display it on the front panel.
    How do i proceed??
    I have attached a file for your brief idea...
    Attachments:
    extract.jpg ‏3797 KB

    RoopeshV wrote:
    Hi,
    The below code shows how to read from txt file and display in the perticular fields.
    Why have you used waveform?
    Regards,
    Roopesh
    There are so many things wrong with this VI, I'm not even sure where to start.
    Hard-coding paths that point to your user folder on the block diagram. What if somebody else tries to run it? They'll get an error. What if somebody tries to run this on Windows 7? They'll get an error. What if somebody tries to run this on a Mac or Linux? They'll get an error.
    Not using Read From Spreadsheet File.
    Use of local variables to populate an array.
    Cannot insert values into an empty array.
    What if there's a line missing from the text file? Now your data will not line up. Your case structure does handle this.
    Also, how does this answer the poster's question?

  • How can I modify the Stile of a String-Indicator (without the Frame)?

    I only want to see the Text-String on the Frontpanel,
    without the Indicator-Frame.

    Go to the Classic Controls palette, select a Simple String indicator. Then use the paintbrush tool with transparent selected (The T in the upper right hand corner of the color palette) to make the indicator transparent. The text in the indicator will still be visible, but not the indicator frame or background.

  • Print only a specific control or indicator on a front panel to HTML document

    Is there any way to print a specific control or indicator (not the whole front panel) to HTML document? I am trying to print a report that has a graph and some indicator value on it.

    There is a VI called "Append Control Image to Report.vi" which will allow you to do this. It's located in the Functions>>Report Generation pallette. Take a look at this and see if it's what you're looking for.
    J.R. Allen

  • Make string indicator scroll automatica​lly to last entry

    Is it possible to have a small string indicator on the front panel automatically show the last part of a string rather than the first? We have a situation where we are updating a long string (adding to it) and prefer to see the latest additions without using a scroll bar but still (rarely) be able to scroll to the top.
    Thanks, Peg

    Make a property node for the string indicator, set to write, and set the property to "Scroll Position". Then just wire a very large number to it or get the length of your string (string length under string pallete), and wire that in.

  • In Labview, is there an easy way to implement a string input from the operator with a dialog box?

    I have a production test system that I want the operator to enter the serial number through a dialog box. As I've currently done it, there's a string control on the front panel to enter the serial number, but the program will run without it. Any helpful hints would be greatly appreciated.

    make a special vi with only the string as a control and a second string as an indicator connected to it. This string might be hidden after you connect this indicator to the connector. In the vi-properties select dialog and off you go.
    greetings from the Netherlands

  • Placing indicator on front panel in front of control

    I would like to put a transparent control on top of an indicator on the front panel, but the control ends up on the bottom. How do I make the control appear in front?

    Right click on the control then to create - > node of property.On node of property click right then to change into any writing then it is enough to connect true so that the control is visible false invisible.Create a rocker between the two controls and the turns and played

  • Show an Indicator from the frontpanel when a running labview program is minimized?

    Hi Folks
    When a labview program is finish and is made to an executeable program, I want when the program is running to press a  minimize button,
    and whenthe program window is minimized, i want a certain data indicator from the front panel of the minimized Progr. w. to be visible in the minimized program in the Windows XP's Processline . Is it long out or is it possible to solve??
    Regards
    Zamzam
    HFZ

    Gerdw wrote
    Hello Zamzam,
    i think you cannot have an indicator in the Windows process bar.
    But:
    You can change the window title to something meaningful (like: "value= 123.45"). So you can read the actual value of your indicator in the process bar. The property you need is called "Front Panel Window:Title".
    I don't think I understand what you mean by changing the window title. What window are you talking about?  About the Front Panel Window: Title.
     An example for my program  is , if I got a random generator plotted out on a graph or chart, Then i got an indicator for the  values that are been plottet on the graph, and i still need to see this indicator values, even if  i minimize the running VI. That means when i minimize the Running VI. it goes down to the windows process line. There  I need to see the Random nr. generator values.! I dont think its possible in labview. But meaby there's is some methode where I meaby can implement a C program that can manage that! What do you think??
    Regards
    Zamzam  
    HFZ

  • Using same string indicator in different stacked sequences

    Hi guys, I want to use the same string indicator in different stacked sequences. I tried to wire the output of every string constant through the sequence to my string indicator outside the sequence block but then I get an 'Wire connected to an undirected tunnel' error. What is the best way to use the same indicator for all the sequences?
    Solved!
    Go to Solution.

    GerdW wrote:
    GerdW wrote:
    @TiTou:
    Problems with copy&paste?
    not even :-o
    GerdW wrote:
    @TiTou:
    Problems with copy&paste?
    not even :-o
    see : http://forums.ni.com/t5/Feedback-on-NI-Discussion-Forums/Text-lines-and-images-get-duplicated-when-I...
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • How to remove the last line input into a string indicator??

    I am currently working on a program where the user has the ability to create a profile for one of our lab machines to run.  When the user selects what parameters they would like, a string indicator shows the user the last input they set followed by a comma.  For example, if the user selects which profile they want, and the times they would like to set, the following string would be displayed:
    As you can see in the picture above, the profile is updated in the string indicator after every set button is hit.  In the event the user makes a mistake, I want them to have the ability to delete the last line that was added.
    This is the code I developed so far.  The string coming in and leaving is attached to a shift register so it continues to append to the indicator.  I tried in this case to count how many lines have been written in the string so far, and I built an array with the current string.  Using the delete from array.VI I indexed it to the number of lines that was created so that the last line is deleted.  I unfortunately had no luck.  Any suggestions?

    tbob wrote:
    Fonzie1104 wrote:
    Hey Tbob,
    That almost worked.  The only issue though is it leaves a null string in its place without moving everything after up one line.  Also, if i have a parameter repeating multiple times, it doenst seem to work.
    I'm confused.  If you are deleting the last line, how can there be anything after?  What do you mean by a parameter repeating multiple times?
    If you look at my example front panel, you will see that the last line is deleted.  Isn't this what you asked for?
    It's due to the fact that your constant doesn't have a comma in the last line. If you add that in, you should be able to reproduce his problem. This is just a guess though, I didn't actually test it to see.
    Message Edited by for(imstuck) on 06-08-2010 01:24 PM
    CLA, LabVIEW Versions 2010-2013

  • Force a string indicator to scroll to the bottom

    In LV Web UI Builder is there a way to force or programmatically scroll a string indicator to the bottom? 
    I am building a virtual hyperterminal and I am writting a very large amount of data into a string control.  I have the vertical scroll bars turned on, but by default it just shows the information at the top.  I want to include all of the data so that the user can scroll back to see the history, but it would be nice if by default the scroll bar would stay at the bottom.

    I just wanted to confirm there is no way currently to force a string indicator to scroll to the bottom. I will note this down as a product suggestion for the Web UI Builder team.
    Vivek Nath
    National Instruments
    Applications Engineer
    Machine Vision

  • Editing saved text on Element 7

    I have Adobe Photoshop Elements 7. After saving texts on pictures, I can't edit the text at all????  Can saved text even be edited????

    When you look in your layers palette is the layer thumbnail a capital T? If it isn't, the text is simplified and can't be edited with the text tool.
    Edit: If the thumbnail has a capital T, make a note of the font and size. Then reset the Text Tool. It may be corrupt.I didn't catch which version of PSE you have. To reset the tool, select the Text tool and look in the options bar. In older versions of Elements the reset will be the first T on the options bar...not the tool box. It will be a different color than other menu items. Click and select "Reset Tool". If you have PSE 7, Look in the menu bar for a tiny arrow...first or second thing in the options bar with the text tool selected. Click the tiny arrow and select "Reset Tool". If this does not work, next reset the application preferences.
    If it's merged with your photo, you'll have either start from scratch or repair the photo either by using the clone stamp or covering the area with a copy of some "good photo". How you repair really depends on the photo.
    Sometimes you get lucky and can just marquee some good area and feather the selection edges and use the good to cover the lettering.
    Sometimes you can select the letters, expand the selection by 1-2 pixels and then use that selection to copy material to cover the letters.
    Other times you need to do as Hatstead suggests and use the clone stamp to cover the area.

Maybe you are looking for

  • Transferring services and double billing...has it happened to you?

    I moved back in September of 2013. My goal was to keep all of my Verizon services (FIOS, Phone, Internet &Wireless) and continue to remain a happy Verizon customer, I am still a customer but not that happy, Prior to our move we had been a one bill cu

  • Placed native .psd files always "get modifed" when creating pdf

    Just today started this very odd thing. ANY, any native .psd file I place into a new or old InDesign CS4 document, whether the .psd is RGB or CMYK, one layer, multiple layers, will tell me that as soon as I hit the blue "Export" button that "This doc

  • Basic Deployment problem, SQL Server 2000 and wanna create setup

    I have just finished making a small app using Java and using JDBC driver to connect to an SQL Server 2000 that is installed on my PC. I now want to create a setup (using NSIS) of this app and distribute among friends. But my problem is that I have cr

  • Position of women

    Hello, I'm doing a research on the position of the spanish women. I was wondering if you could tell me about your experiences as woman in spain. Thank you,

  • IChat 4.0.9 Mac OS 10.5.8 server settings?

    Hello, I can't seem to chat. I know my buddies are logged in, but their names are grayed out. My name is grayed out to them. I have added iChat to my Firewall to allow incoming connections. The port is set to 443. The server is login.oscar.aol.com --