Why won't all the array elements display?

Hello,
I am trying to learn about manipulating arrays.  The example finder includes this one," build array_forum.vi", which shows the two modes, concatenate and append, which I can understand, HOWEVER, I cannot figure out how they built this vi.  For example, I can find the Build Array function, but, I cannot understand how they created the "array of numeric data 1"  "array of numeric data 2"...etc, and I cannot find the functions on the palettes that result in the display "build array concatenate inputs".  Where are these blue functions????
Where are these functions found on the palette, and how does one construct them like this?
The other vi shown here, "for loop array_forum.vi" is my attempt to duplicate it, but, it does not show all the elements of the array; instead it displays only ONE element, the last element of the array.  How do I display all the elements of the array I am trying to create using the FOR LOOP?  Am I doing something wrong with the FOR LOOP?
Thanks,
dave
Solved!
Go to Solution.
Attachments:
Build Array_forum.vi ‏12 KB
for loop array_forum.vi ‏7 KB

Hello Tim and Nilquist,
Thanks for your help.  Let me re-state my question.  I have studied the Labview basics, and I understand about REPRESENTATION, data types etc., but, take a look at the attached vi.  In it, I have added an indicator, and the indicator I have added is called ARRAY by default, and it is the shape of a large box.  The original indicators in the original example are small boxes are labelled I-32.  Where did the original indicators come from?  Is my indicator identical to the original ones? I am using LV2011 basic.
Thanks,
DAve
Attachments:
Build Array_forum_2.vi ‏12 KB

Similar Messages

  • Why won't all the photos from iPhoto sync onto my iPhone 5?

    I am trying to put all the photos from iPhoto on my Mac onto my iPhone 5. Through iTunes, I select sync photos with iPhoto, then sync all photos, albums, events and faces. There are 285 photos in my iPhoto library and I would like to sync them all, but after the sync when I look at the photos on my phone, only 187 synced. What am I doing wrong?

    I find the easiest way to transfer photos from iphoto or your computer in general onto your iPhone is to select the ones you want and click share then either iMessage or email them to yourself, its much faster and I don't know about you but i find iTunes to be a real pain when you sync photos because it always messes up your albums on your phone!

  • WHY WON'T ALL THE BOOKS IN MY ITUNES LIBRARY SYNC TO MY IPOD CLASSIC

    When I sync all audiobooks to my ipod not all are synced. How do I get all my books onto my ipod? Note: I cannot drag and drop. doesn't work

    I've had my iPhone for 2 years. I had the same problem and it would backup the phone but would not add new music or delete music I wanted to remove. After completely erasing the phone and restoring to an older backup (1 month old) it finally allowed me to sync and added all the music and apps. It just took a couple hours the first time. I have synced a few times since then with no problems. Not a great solution but it seemed to work.

  • Why won't all the music from my iPhone sync to my iTunes on my macbook?

    PLEASE HELP!

    It's a one way sync itunes to iphone for music, unless it is purchased music.

  • The below vi is not giving me what I want. If I select 2 with maximum number of 3 then there are 3 array elements display that is correct but if I select 8 with the same maximum number of 3 then only 1 array element display. Why is that?

    The below vi is not giving me what I want. If I select 2 with maximum number of 3 then there are 3 array elements display that is correct but if I select 8 with the same maximum number of 3 then only 1 array element display. Why is that?
    Attachments:
    test2.vi ‏29 KB

    It's because in case 2 you hold the array build result from the previous loop iteration in a shift register...in case 8 you do not...
    You say that if you set the maximum number to three it will produce an array with three elements, that is not correct, it will run when the iteration index is 0,1,2 and 3...resulting in 4 elements. If you want 3 you need to decrement the maximum number to 2. The same goes for case 8.
    MTO

  • Why won't voice generated text not display as I speak?

    Why won't voice generated text not display on the screen as I speak?

    All you get in 10.6.5 is spoken COMMAND recognition.
    Dictation requires 10.8 Mountain Lion or later:
    Mac Basics: Dictation lets you speak text instead of typing

  • Why won't all of my smart playlists sync from itunes to my ipad?

    Why won't all of my smart playlists sync? They show up in the playlist screen of my ipad music app. When I click on the playlist, there are no songs listed. I sync it again, and the playlist now shows zero songs in the list. I keep trying to sync it, and it goes back and forth from showing there are 60 songs in the playlist, which I can't play, to showing zero songs. Please help.

    Yes, sorry, you are correct, it was iTunes Match. I purchased storage on iTunes Match (probably a bad idea), because I had over 1000 songs on my i-phone 4S -which is eating up my storage space. Well, anyway...After I purchased it, I followed the instructions: go to: Settings, "open" music, "Turn on" iTunes Match. After I did that, I opened up the Music App -on my phone -ALL of my playlists were gone and only 208 songs showed... I messed up my phone once before and I had to log into my i-Tunes account (on my computer) and "reset" to another date. I would like to do that again -if possible...
    Please help!

  • How can I set the caption text of picture controls inside an array or how can I choose which array element is assigned using the array elements caption text property.

    I have 8 picture controls inside an array and I would like to set the caption text of these controls.
    I have used the property node of the array and used the array elements property caption text to set the text.
    The problem is however that I set the same text to all the picture controls inside the array.
    My question is how to set caption text of specific elements (Picture control) that I have so far only been able to access using the array elements caption text property.

    Some more help
    1 You could use the caption of the array and place it in front of the selected picture and update that using property nodes.
    2 Like Norbett said if you use a cluster of pictures then their caption can be updated individually.
    Here is a an example that demonstrates the above
    David
    Attachments:
    Modify the Captions Of Pictures.vi ‏83 KB

  • Why won't all my iTunes upload onto iClouds ?

    Why won't all music that I have bought from iTunes upload unto iCloud ? I have paid for iTunes, iCloud and iMatch. What is the problem ?

    Welcome to the Apple Community.
    What formats are the files in, some formats are not accepted, nor are files over 200 MB or those encoded with bitrates less than 96kbps.

  • How to find out all the text elements in the report using Java?

    How to trace the contents of an rpt file?
    I am able to open the rpt file in my report viewer but can not trace it using the JAVA code.
    Actually, I need to find out all the text elements of rpt (Report) file and replace them with the contents of resource bundle.
    My Java code to open a report is given below:
    import com.crystaldecisions.reports.sdk.ISubreportClientDocument;
    import com.crystaldecisions.reports.sdk.ParameterFieldController;
    import com.crystaldecisions.reports.sdk.ReportClientDocument;
    import com.crystaldecisions.sdk.occa.report.data.ConnectionInfo;
    import com.crystaldecisions.sdk.occa.report.data.ConnectionInfos;
    import com.crystaldecisions.sdk.occa.report.data.Fields;
    import com.crystaldecisions.sdk.occa.report.data.IConnectionInfo;
    import com.crystaldecisions.sdk.occa.report.data.ParameterField;
    import com.crystaldecisions.sdk.occa.report.data.ParameterFieldDiscreteValue;
    import com.crystaldecisions.sdk.occa.report.data.Values;
    import com.crystaldecisions.sdk.occa.report.lib.IStrings;
    import com.crystaldecisions.sdk.occa.report.lib.PropertyBag;
    import com.crystaldecisions.sdk.occa.report.lib.PropertyBagHelper;
    import com.crystaldecisions.sdk.occa.report.lib.ReportSDKException;
    import com.crystaldecisions.sdk.occa.report.reportsource.IReportSource;
    public String viewRpt()
                   //1.) Setting Database Infos
                            IConnectionInfo iConnectionInfoObj=setDatabaseConnectionInfos();
                   //2.) Setting Report Path
                   String reportPath=u201DE:
    was60
    rptFilesLocation
    u201D;
                   reportPath=(reportPath!=null)?                                             reportPath:AppConstants.CONSTANTS.BLANK;
                   String reportName="report1.rpt";
                   String reportFullPath = reportPath +   rptName;
                 //3.) Setting Report Source
                             ReportClientDocument reportClientDoc = new ReportClientDocument();
                                              reportClientDoc.open(reportPath, 0);
                  IReportSource reportSource = reportClientDoc.getReportSource();
                  setReportSource(reportSource);
                  reportClientDoc.close();
              //4.) Setting the Fields Starts
              setFieldsCrystal(null);
              Fields fields = new Fields();
              ParameterField pfield1 = new ParameterField();
              Values vals1 = new Values();
              ParameterFieldDiscreteValue pfieldDV1 = new ParameterFieldDiscreteValue();
              pfield1.setName("@parameter1");
              pfieldDV1.setValue(u201Cvalue1u201D);
              vals1.add(pfieldDV1);
              pfield1.setCurrentValues(vals1);
              fields.add(pfield1);
              pfield1 = new ParameterField();
              vals1 = new Values();
              pfieldDV1 = new ParameterFieldDiscreteValue();
              pfield1.setName("@parameter2");
              pfieldDV1.setValue(u201Cvalue2u201D);
              vals1.add(pfieldDV1);
              pfield1.setCurrentValues(vals1);
              fields.add(pfield1);
              setFieldsCrystal(fields);
              //Setting the Fields Ends
    The sample jsp code to view the report is as follows:
    <%@taglib uri="http://www.businessobjects.com/jsf/crystalreportsviewers"
         prefix="bocrv"%>
    <bocrv:reportPageViewer viewerName="CrystalViewer"
                                                 reportSource="#{CrystalReportBeanObject.reportSource}"
                                                 displayToolbarRefreshButton="false"
                                                 allowDatabaseLogonPrompting="false"
                                                 allowParameterPrompting="false"
                                                 databaseLogonInfos="#{CrystalReportBeanObject.connectionInfosCrystal}"
                                                 parameterFields="#{CrystalReportBeanObject.fieldsCrystal}"
                                                 displayGroupTree="false" displayToolbarLogo="false"
                                                 displayToolbarToggleTreeButton="false"
                                                 enablePageToGrow="false" height="540"
                                                 zoomPercentage="100" width="750"
                                                 allowDrillDown="false"
                                                 displayToolbarPrintButton="true"
                                                 printMode="PDF"
                                                 ></bocrv:reportPageViewer>
    Edited by: JayKumarSharma on Mar 23, 2011 12:42 PM

    This is how you retrieve all the text fields in the reort:
    ReportObjects reportObjects = (ITextObject) oReportClientDocument.getReportDefController().getReportObjectController().getReportObjectsByKind(ReportObjectKind.text);
    for(int i=0; i< reportObjects.size();i++)
    ITextObject textObject = (ITextObject)reportObjects.get(i);
    // use ReportObjectController to modify the text object.
    If you want to modify the contents of the text element, you can do it as follows:
    TextObject oTextObject = new TextObject();
    Paragraphs oParagraphs = new Paragraphs();
    Paragraph oParagraph = new Paragraph();
    ParagraphElements oParagraphElements = new ParagraphElements();
    ParagraphTextElement oParagraphTextElement = new ParagraphTextElement();
    oParagraphTextElement.setText("This is the new text field");
    oParagraphTextElement.setKind(ParagraphElementKind.text);
    oReportClientDocument.getReportDefController().getReportObjectController().modify(textObject, oTextObject);
    oReportClientDocument.save();

  • How to save the array elements

    hi,every body
    I need to save the array elements,for later use,can you tell me how?

    here you go.
    Message Edited by Root Canal on 10-21-2008 02:50 PM
    global variables make robots angry
    Attachments:
    write some stuff and read some stuff.vi ‏47 KB
    write some stuff and read some stuff.PNG ‏19 KB

  • Names of all the interface elements?

    In iMovie help, it will say such things as “in the project browser” or “in the clip browser” but it does not identify these areas of the interface. I looked at the opening screens of iMovie help, and I cannot find a section where the various interface elements are identified.
    It would be nice if, when it mentioned a certain interface element, you could click on that text and instantly see an image of the element and where it is located, but I have submitted a suggestion to Apple.
    In the meantime, is there an area in iMovie help where it identifies the names of all the interface elements?

    iMovie 11 tutorials:
    http://help.apple.com/imovie/
    http://www.apple.com/ilife/tutorials/#imovie
    and also this:
    http://www.kenstone.net/fcp_homepage/imovie_09_stone.html

  • Why is Fastball "All The Pain Money Can Buy" not on itunes

    Can anyone tell me why Fastball's "All The Pain Money Can Buy" album is not on iTunes ?
    Dissappointed.......

    You can request that content be added to the Store, if you like.
    Here's a link to the iTunes Store content request form:
    http://www.apple.com/feedback/itunes.html

  • Windows Update for windows 7 won't update the Intel Corporation - Display - Intel (R) HD Graphics

    Hi there, a couple of times the windows update on my windows 7  won't update the Intel Corporation - Display - Intel (R) HD Graphics.
    What could be the problem?
    How can this be solved?

    Hello palette35,
    Welcome to the community.
    You’re having problems with windows not updating the graphics.
    It could be security setting blocking the update
    You can go to HP.com and download the driver directly.
    Here is a link to the site. You’ll need your product number.
    Let me know if this helps.

  • Program to get all the query elements with UIDs with EN texts of a BW query

    Hi All,
    Need a program to get all the query elements with UIDs with EN and Other language texts, of a BW query.
    We are doing a global implementation.
    We are implementing Translations in French.
    We need to see, the list of all UID's of a query, their EN texts and the FR texts.
    Tried a bit, we are having the problem in getting the UIDs of the structure elements.
    Thanks in advance,
    Best Regards,
    - Shashi

    Hi ,
    Below is the list of important tables related to query.
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    RSZCHANGES Change history of reporting components
    Hope this will help you...
    Thanks,
    Jitendra

Maybe you are looking for

  • SharePoint Foundation 2013 - Wiki Page Template

    Hi there, is there a way to have templates for Wiki pages with SharePoint 2013 Foundation? We have a specific layout and want to have it on every new wiki page. Thank you!

  • Check the status expdp datapump job

    All, I have started expdp (datapump) on size of 250GB schema.I want to know when the job will be completed. I tried to find from views dba_datapump_sessions and v$session_longops,v$session.But but all in vain. Is it possible to find completion time o

  • Date Chooser component

    I have a couple of questions about this component. First ...is it possible to style different days on the date chooser. For instance I would like to have days before today's date as disabled but I also want to do something like disabledRanges="{[new

  • Trying to not wait on a server socket

    Hi! I need my code to not sit and pause on an accept command for server sockets, but still continue listening for incoming connections. How do I do this? Thanks!

  • Using AirPort Utility 5.3.1 or later to make a copy of the Time Capsule disk

    Can I use AirPort Utility 5.3.1 or later to make a copies of specific folders within the Time Capsule disk? http://support.apple.com/kb/HT1281 I see this link that explains how you can make an archive of TC files directly to an external USB (greatly