ludovicosilvestri / Giorgio

Library of Lucid components
0 stars 0 forks source link

DAQCascade512II_proceed.vi_"is started?" #60

Closed aqeisari closed 9 years ago

aqeisari commented 9 years ago

After the first "1 second acquisition" loop, the camera sends stop message due to the false flag of "Is started.vi". Does anybody have an idea what can be the problem?

marcelvanthoff commented 9 years ago

Is the Parent method called before or after your code in the Start method? The parent (Murmex) sets the "Is started" flag in the Start method, so read this flag only after execution of the parent. Does that make sense for you?

aqeisari commented 9 years ago

yes, it is solved.