12-11-2012 07:26 AM
Hi everyone,
I want to customize the current display template named "Numeric Control - Medium" in order to make it show an hexadecimal value. Attached, you can find a screen of what I've done, but it does not work yet. I wonder if some of you have some ideas ?
Regards,
Nicolas Kaminski
12-19-2012 09:42 AM
No idea?
12-19-2012 11:34 AM
What you are trying looks pretty sound. I think the issue might be that you changed the data type of the Numeric Control from double to U16, and the display template support VIs are expecting to find and interact with a double representation numeric control.
Since a double representation numeric control can't use Hex Display, you might just leave the Numeric Control as a double, but hide it and use a secondary control to display the hex status.
12-21-2012 04:11 AM - edited 12-21-2012 04:39 AM
Hi Jarrod,
Thank you for your reply. I've tried what you advise and it seems to be interresting. But there is still a problem. If I change manually the value in the new control (I've hid the "increment/decrement buttons for the new control and let the ones from the first control), the value is not send to the channel.
For a better comprehension of what I've done, attached you'll find my hexa numeric control.
Regards