From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help.

Look on attach vi. Can I do it without case?


[See first answer for additional information]
0 Kudos
Message 1 of 6
(3,060 Views)
[Attachment(s) for question]
0 Kudos
Message 2 of 6
(3,060 Views)
Yup. Here it is. I tried to save it as 5.0... let me know if it
doesn't work.

I even got it to use the default value w/o having to limit the input.

--
Rick
rick@csciences.com

Chesapeake Sciences Corp.
1127B Benfield Blvd Millersville, MD 21108

Tel: (410) 923-1300 x3430 Fax: (410) 923-2669
0 Kudos
Message 3 of 6
(3,060 Views)
Hi Labviewers,

my suggestion is also attached... 😉

--
Markus Buchner
European Media Laboratory
Schloß-Wolfsbrunnenweg 33
69118 Heidelberg
Germany

Tel. 06221-9056618
Priv. 06221-455664
0 Kudos
Message 4 of 6
(3,061 Views)
I am using NI's reader/poster and I don't know how to make attachments.

I like Markus Buchner's indexing array the best due to it's ease of growth
and ability to be understood.

Another way to go would be to use a formula node. Popup and add input called
Input, add output called Output, and use this formula:
Output=Input==0?1.56:(Input==1?5.89:2.68);

This would probably be among the least easy to understand or grow.

Good question!

Bob Young
0 Kudos
Message 5 of 6
(3,060 Views)
Hi. I can not read your example.vi . It had made in LabVIEW 5.1, but I have 5.0
only. 😞
But I have understood.

"Robert Young" robert.young wrote:

> I am using NI's reader/poster and I don't know how to make attachments.
>
> I like Markus Buchner's indexing array the best due to it's ease of growth
> and ability to be understood.
>
> Another way to go would be to use a formula node. Popup and add input called
> Input, add output called Output, and use this formula:
> Output=Input==0?1.56:(Input==1?5.89:2.68);
>
> This would probably be among the least easy to understand or grow.
>
> Good question!
>
> Bob Young
0 Kudos
Message 6 of 6
(3,060 Views)