取消
显示结果 
搜索替代 
您的意思是: 

Capture store and retieve array

I am connected to an insturment which whenever I send a trigger I output an array to my labview code. I can currently see the array that is sent to labview. I would like to be able to use a boolean switch to capture and store an output array whenever the boolean switch value is true. I would then use this stored array to do calculations. If the boolean value is false it does not matter what happens to the array.
0 项奖励
1 条消息(共 2 条)
2,455 次查看
A very simple way is to put your file write (i.e. Write to Spreadsheet function) inside a case statement. Wire a Boolean to it. I show that in the picture attached. It can also be done as an event or in a state machine. There's a bunch of shipping examples that show the basics of case statements and file i/o.
0 项奖励
2 条消息(共 2 条)
2,455 次查看