在 12-08-2009 05:18 PM
您好!
由於論文實驗需要使用LABVIEW撰寫一個擷取程式,
實驗量測流程如下:
Signal→Force washer load cell→Amplifier→NI DAQ 6016 Card→PC
不過我對於LABVIEW軟體撰程式寫不熟練,
因此可否麻煩您幫我撰寫一個目標是『每五分鐘擷取一次LOAD CELL信號』擷取程式呢?
期待您的協助,感激不盡!
張同學
12-08-2009 07:18 PM - 已編輯 12-08-2009 07:19 PM
One of many ways is using Elapsed Time function. By setting the Time Target (s) to 5x60=300 (i.e. 5 minutes), the Elapsed Time function will set its Time Has Elapsed output to True at when the Time Target (s) is reached. The Elapsed Time function is then reset for next round... so on and so forth.
PS: attached is a quickly done up reference code. please try understand it and do the rest of the code i.e. DAQ etc. on your own.
在 12-09-2009 07:07 PM