Jump to content

value Inside Array


Recommended Posts

What you are looking at is an empty array.  If you want to add data, to any array the data must be added at the front, at the end, or inserted in between existing values in the array.  Since you have no existing values in the array, then you can only add values to the front or the end, and both are the same again since the array is empty.

 

Without knowing more about what you actually want my suggestions may not be appropriate.  One suggestion is to just have an array constant with your data in it.  But if you are replacing data this might not be what you want.  Also you may want to initialize an array with some size and then replace elements in the array.  But again if that isn't what you want, then it won't be of any help.

 

In any case the functions you'll want are under the Array palette, checkout Build Array, Insert, Delete, and Initialize array.

 

If you are interested in some free training check out some of these links.  Otherwise try using some of the functions mentioned and post some code of what you've tried.

 

NI Learning Center

NI Getting Started

-Hardware Basics

-LabVEW Basics

-DAQ Application Tutorials

 

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.