ā04-03-2014 02:25 AM
when i add a "time" project in my vi,there was wrong----i cannot stop it when i press stop".
can you help me ? what's wrong with it ?
--------------from 1110340027
Solved! Go to Solution.
ā04-03-2014 03:19 AM
hehe
ā04-03-2014 03:21 AM - edited ā04-03-2014 03:41 AM
Hi honeyshine,
when you connect a "500" to the "duration" input of the ExpressVI I guess you need to wait for 500s for the next iteration. Due to DATAFLOW you will probably have to wait for another iteration of the loop before your VI actually stops - so worst case would be a wait of 1000s or ~16minsā¦
Next time you should attach unscaled versions of your images!
from 1110340027
What's the meaning of that number?
ā04-03-2014 03:41 AM
i have tried many ways but i not know the reason
ā04-03-2014 03:42 AM
500 means 0.5min ,it's not right?
ā04-03-2014 03:43 AM
ā04-03-2014 04:39 AM
i mean the mumber 500 is 0.5s ,not 500s
ā04-03-2014 04:42 AM
ā04-03-2014 06:46 AM
The input to that function is SECONDS, not ms. If you want 500ms, you need to put in 0.5.
ā04-03-2014 11:23 PM
thank uļ¼