05-03-2010 09:32 AM
hello,
i m working on test bench for temperature sensors and i have two differents benches composed with different devices
that have almost similar behavior .
I thought using same 'machine ' to realize calibration with test condition but i meet various troubles when applying
i m on the way to forgive and writing a machine for each bench but i feel frustrate not seeing how to realize this
I feel limited because i use clusters to memorize benches so its not easy to handle
What do you generally do/use ?
Best regards
Tinnitus
05-03-2010 09:38 AM
Check out LVOOP.
LVOOP is implemented using clusters for each class. "Dynamic dispatching" is a feature of LVOOP that allows the "cluster" to be defined at run time so one of your benches would use "Class A"(cluster version A) and teh other bench would use "Class B" (cluster version B).
If the methods required to imepelemtn both benches are the same you will only have to mod CLass A to become Class B and then you will be good to go on bench B.
THere are plenty of intro of LVOOP on this site. Check them out to get started.
Ben
05-03-2010 11:09 AM
Thanks for answering Ben,
do you have some links of LVOOP to put me on the right way 🙂
Best regards
Tinnitus
05-03-2010 11:30 AM
Check this post by Tomi Maila where he showed us how to use LVOOP to drop different types of widgets in a picture.
THat example is what "lit the light bulb" over my head.
If you can get your head around what he did in that example and can extend it for your own shape, you will be on your way.
Ben