09-17-2024 09:55 PM
表題の件ですが、添付のような形で実装したところ以下のエラーがでました。
これは、DAQmx Timing.viを使わないといけないということでしょうか?
ただしその場合のDAQmx Timing.viの設定がよく分かりません。
方法を教えて頂けると助かります。
エラーメッセージ---------------
Possible reason(s):
An attempt has been made to configure a trigger without configuring the appropriate sample clock properties or when Sample Timing Type was set to On Demand.
Configure the sample clock type to something other than On Demand to use a trigger.
Property: Start.TrigType
Corresponding Value: Digital Edge
Property: SampTimingType
Corresponding Value: On Demand
Task Name: _unnamedTask<141F0>
End --------------------------------------
Solved! Go to Solution.
09-17-2024 10:11 PM
@kitagawa0 wrote:
Regarding the title, when I implemented it as attached, the following error occurred.
Does this mean that I have to use DAQmx Timing.vi?
However, I don't really understand how to set up DAQmx Timing.vi in that case.
It would be helpful if you could tell me how to do it.
Possible reason(s):
An attempt has been made to configure a trigger without configuring the appropriate sample clock properties or when Sample Timing Type was set to On Demand.
Configure the sample clock type to something other than On Demand to use a trigger.Property: Start.TrigType
Corresponding Value: Digital Edge
Property: SampTimingType
Corresponding Value: On DemandTask Name: _unnamedTask<141F0>
End --------------------------------------
You must configure Timing to use Trigger. You may refer to shipping examples. See How to Search DAQmx Examples in LabVIEW
09-20-2024 12:15 AM
Thank you very much! That was helpful.