From: nyc on
I am trying to work my way through the tutorial Creating New Front Panel Objects with LabVIEW XControls.
 
It seems to leave out some steps. I'm having trouble understanding what I am suppose to do.
 
1.) in the Facade ability section, am I suppose to replace the Data In and Data Out controls with the Slide control
and add a boolean checkbox?
 
2.) what is the c --> f  VI that is shown in the Exec State Change section?
where am I to get that?
 
From: Robst on
Hi:

The Facade VI has three inputs and three ouput, as show in the block
diagram, and ALSO has an slider an a checkbox. The Data In and Data Out
controls are not shown in the Front Panel Images.

The C-->F and F-->C VI's shown in the screenshots are VI's that
convert from Celsius Degrees to Farenheit degrees and viceversa. Quite
easy  :smileywink:

Hope this Helps.
From: nyc on
thanks.
 
1.)  what about the thermometer?
 
2.)  do I have to manually add the "Thermometer":Value Change case?