LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

シフトレジスタ

シフトレジスタを使用して、ループ前の値と後での値を比較し、ある値以下になると終了したいのですが、ループ前の値をどのように保存すればよいかお教えください。

 

 

0 Kudos
Message 1 of 5
(2,568 Views)

Google translate:

Using a shift register, comparing the values before and after the loop, I want to end below a certain value, please tell me face How do I save the value before the loop.

 

 

Simply wire the start value through or around the loop (if i misunderstood a .vi showing the issue can be helpful).

/Y

 

Google'd back:

単に介して、またはループの周りの開始値式(I誤解している場合役立つことが問題示す

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 5
(2,561 Views)

thank you for your information.

the vi is curve fitting. I would like to end the calculation at the point of no difference of the five life times of a reaction. The vi is a little bit complex. So I hesitate to send it to you as the attachments. 

0 Kudos
Message 3 of 5
(2,555 Views)

I would like to senda part of the vi. The lowest shift-register hsould use the comparison between before and after.

I expext you may help me about it.

 

With my best wishes,

SunnyMyung

0 Kudos
Message 4 of 5
(2,548 Views)

Do you want to stop calculating when the 5 doubles (are they the life times?) are equal in between loops?

I imagine 2 solutions, basically the same:

- build an array connected through a shift register, compare the new with the old array (the one coming from the shift register)

- Same thing, but with all wires compared separately. (using the existing shift registers)

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 5
(2,539 Views)