キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

block values from entering array

Start to learn the given material, you can see the links above ("Looking For Free Training"). It will really help.

Here is an example how to use shift register to exclude for example a certain number from an array:

 

Example_VI_BD.png

0 件の賞賛
メッセージ11/17
1,592件の閲覧回数

This is going to sound silly but I don't see the links, and I guees I interpret your example as not allowing the second indexed position to be passed right.

0 件の賞賛
メッセージ12/17
1,580件の閲覧回数
0 件の賞賛
メッセージ13/17
1,576件の閲覧回数

Oh sorry it was in your original post, thanks a lot, case statements have really been frustrating me on here, I wish if a condition wasn't meet the statement would just do nothing lol.

0 件の賞賛
メッセージ14/17
1,571件の閲覧回数

That or I wish I had a newer version of lab view so I could conditionally iterate through an array much easier as one of the comentors suggested

0 件の賞賛
メッセージ15/17
1,569件の閲覧回数

if you are a student, you can get the newest version of LabVIEW for free:

http://sine.ni.com/nips/cds/view/p/lang/en/nid/210866 

 

Actually i have even got a home licence just for a few usd:

https://www.digilentinc.com/Products/Detail.cfm?NavPath=2,66,1457&Prod=LABVIEW-HE

 

Anyway, if you want to learn LV, you must be familiar with all basics: specially case structures and shift registers.

0 件の賞賛
メッセージ16/17
1,546件の閲覧回数

Just a small correction:

"and I guees I interpret your example as not allowing the second indexed position to be passed right."

No, it is actually the third element, the first is 0, second 1, third 2. LabVIEW is like C language, using zero indexed arrays. (For example Fortran uses 1 indexed, so it starts at 1.)

0 件の賞賛
メッセージ17/17
1,532件の閲覧回数