07-03-2024 03:09 AM
Hello
i have to do a personalized control who look like :
The problem is that the first test model use the click zone and, it's not good (click at the top to turn clockwise, at the bottom anti-clockwise). In that case it's possible to go from P1 directly to P3 (it's not a possible value).
I would like to be able to customize a "dial" type ctrl which already integrates this function
If I customize a ctrl dial, by changing the image of the line to another (to do the thin rectangular part with the white line) the image does not rotate on itself like the original line!
ideas ? suggestions? thanks in advance
Solved! Go to Solution.
07-03-2024 03:23 AM - edited 07-03-2024 03:24 AM
Hi vincent,
@vincent69 wrote:
ideas ? suggestions? thanks in advance
(One more idea: you could hide this implementation inside a XControl…)
07-03-2024 03:28 AM
thank you...
if i can " hide this implementation inside a XControl" it wil be OK ...but i dont know how to do that...
07-03-2024 04:23 AM - edited 07-03-2024 04:24 AM
Hi vincent,
@vincent69 wrote:
if i can " hide this implementation inside a XControl" it wil be OK ...but i dont know how to do that...
XControls are considered "for experienced LabVIEW users" and aren't recommended for general use.
Depending on your knowledge in LabVIEW I recommend to implement the control (or combination of controls) in a regular VI.
Once you done with this you could start with the example XControl coming with LabVIEW and try to understand it.
You will find the example with File -> "New…", then select the "Other Files" subtree:
When you (really) know how the example works you could start to create your own XControl…
07-05-2024 12:52 AM
Thank you so much!
i have Discover xcontrols!
realy usefull ! my switch is done !