05-15-2019 06:48 PM
解決済! 解決策の投稿を見る。
05-15-2019
08:55 PM
- 最終編集日:
05-15-2025
01:00 PM
、編集者:
Content Cleaner
Sunnyさんへ、
英語で書いていますが、ウェブサイトのものはNIから、日本語で読めます。
質問のイディアはできます。
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P7OfSAK&l=en-US
In the VI snippet above, the top loop produces data. The bottom loop dequeues this data, and can then use it, even though it is still being created in the top loop.
The error wire is used to stop the bottom loop. This is a simple solution for small VIs, but for more complicated systems you should consider using a "stop" message.
This is an example of a Producer/Consumer architecture.