LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

build array

in fact i do nt want a multiple of 5 i just wanted to test working of buid array vi. the problem i am having is that i am running a loop and comparing two variables i want if two variables are equal than i could save the iteration terminal in the vi and for this i used build array function but i does not  work . i wanted to save value of iteration terminal on matching two variables but  build array always containzero.
0 Kudos
Message 11 of 13
(1,039 Views)

@Dost wrote:
in fact i do nt want a multiple of 5 i just wanted to test working of buid array vi. the problem i am having is that i am running a loop and comparing two variables i want if two variables are equal than i could save the iteration terminal in the vi and for this i used build array function but i does not  work . i wanted to save value of iteration terminal on matching two variables but  build array always containzero.

You need to read out the final array from the shift register! You accidentally create a 2D array and the data is in the first column instead of the first row that you show on the front panel (Array 2). See attached modification (LabVIEW 7.1).

Message Edited by altenbach on 09-04-2005 10:49 AM

0 Kudos
Message 12 of 13
(1,036 Views)
Dost,
 
The reason your attachments do not show up is the fact that your posts seem to contain a lof of extra html garbage code for some reason. Some of the hidden code suggest that you might run (or be infected by) hotbar spyware!
 
Not many people in their right mind would run something like this. I would suggest you try to uninstall it. I would highly recommend to install and run an antispyware program such as e.g. Microsoft Antipsyware, the beta is freely downloadable from www.microsoft.com/spyware. It is a fantastic program and is basically the very highly rated program previously known as GIANT antispyware. Good luck!
 
(Other recommended antispyware programs are Adaware and spybot S&D. Don't try to use any other spyware programs without first checking with Eric L. Howes site. Many others are suspicious.)
 
Good Luck! 🙂
Message 13 of 13
(1,024 Views)