03-06-2007 09:57 AM
03-07-2007 05:37 PM
03-08-2007 04:13 AM
03-08-2007 08:09 AM - edited 03-08-2007 08:09 AM
Hi Anke,
you said, you don't want to discuss architectural issues but is it really neccessary to have thos connects / disconnects in parallel?
But you're right, it sounds strange. Can you post an example screenshot of the block diagram? How did you distribute the SE-Reference to th VIs?
BTW:choosing the multiconnect option can resolve the errors you experience when performing consecutive "Open Routes" respective "Close Routes"
Oli
OK, seems to me, I've missed Chad's anwer (I hate this browser )..... sorry
Message Edited by Oli_Wachno on 03-08-2007 03:12 PM
03-08-2007 09:15 AM
03-09-2007 06:51 AM
03-09-2007 09:10 AM
Hi Anke,
to be honest, I'm also not very happy with this multiconnect mode, so I don't use it
Regarding the synchronization issue, it would be good to know which priority the monitoring tasks have and f there are constraints on the total testing times of your DUT. For eample, I can imagine having a "monitoring daemon" that runs time triggered on one hand, but keeps in standby / suspend mode as long as there is no semaphore. This can be delivered for example using a named single-element queue: upon completion or before start, your test writes an element to the named queue, idles for an acceptable amount of time (depending on your allowable test times, if you have mechanical loading/ unloading to wait for, put it there) and then check the queue for an available element (and then remove it). The monitoring daemon runs in parallel monitorig the named queue on a time triggered base (e.g. activate the checking of the queue every 2 minutes, remove the element to lock the NISE for the tests, put back the queue-element after completion and go to standby again for the next two minutes).
Does that make sense / did I explain that clearly enough (I fear I didn't )?
Have a nice weekend!
Oli
03-09-2007 03:43 PM
03-27-2007 10:44 AM
03-28-2007 06:03 AM