LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programming advice

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

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 1 of 4
(2,973 Views)

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 4
(2,967 Views)

Thanks for answering Ben,

 

do you have some links of LVOOP to put me on the right way 🙂

 

Best regards 

 

Tinnitus

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 3 of 4
(2,939 Views)

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 4
(2,929 Views)