05-17-2023 07:16 AM
はじめて質問させていただきます。
現在Labviewでプログラムを組んでおり、困った状況にあります。
プログラム中でwhileループでコネクタの一部をシフトレジスタに変更したいのですが、ループの枠が非常に大きく
"Replace with shift register"を選択して片方のコネクタを選択しようとしても、もう片方のコネクタが画面外にあり、加えて画面の移動ができないため、シフトレジスタの設定ができません。
どうすれば、こういった状況でシフトレジスタの設定ができるのでしょうか。
初歩的な質問かと思いますが、解決策が思いつかないため、教えていただけると幸いです。
Solved! Go to Solution.
05-17-2023 08:29 AM
Hi Hiro,
@hiro1192 wrote:
I will be the first to ask a question.
I am currently programming with Labview, and I am in a troubled situation.
I want to change a part of the connector to a shift register in the while loop in the program, but the frame of the loop is very large.
Even if you select "Replace with shift register" and try to select one connector, the other connector is outside the screen and you cannot move the screen, so you cannot set the shift register.
How can I configure the shift register in this situation?
I think it's a rudimentary question, but I can't come up with a solution, so I'd appreciate it if you could tell me.
The main question is: why is that loop so large that you cannot place the shift register without scrolling the diagram?
Suggestions:
05-17-2023 10:20 AM
Hi GerdW.
Thank you for your courteous response.
I tried to minimize the size of the while loop, but due to the multitude of wires, it becomes challenging to distinguish between them when they are tightly packed together. Increasing the gap between the wires results in a larger loop size, which is not desirable. Although reducing the loop size is currently proving to be challenging, I was able to resolve the issue by utilizing the second method you proposed.
Thank you for your help.
sincerely yours,
Hiro