LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PID制御の並列制御

Solved!
Go to solution

一つのFlat Sequence Structure内で二つのPID制御を並列に行うことは可能でしょうか?

0 Kudos
Message 1 of 4
(213 Views)
Solution
Accepted by テュポーン

Hi new member from Japan,

 


@テュポーン wrote:

Is it possible to run two PID controls in parallel within one Flat Sequence Structure?


Sure.

But why do you want to use a sequence structure at all?

 

And why do you need to write your text in extra large?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(203 Views)
Solution
Accepted by テュポーン

返信ありがとうございます。
実行するプログラムの順番を決めたかったのでシーケンス構造を使いました。また特大でテキストを書いたのはミスです。

0 Kudos
Message 3 of 4
(192 Views)

Hi,

 


@テュポーン wrote:

Thank you for your reply.
I used the sequence structure because I wanted to determine the order in which the programs would be executed. Also, it was a mistake to write the text in oversized font.


To enforce execution order you should learn about DATAFLOW. All you need are wires, no sequence frames!

 

And I consider it also a mistake to write Japanese in the worldwide English board. There's a dedicated Japanese regional board!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(182 Views)