HMI_Slider: "SignalIntStart" is not used
Hello,
I want to use the HMI_Slider multiplexed. Basicially one slider for several signal sources.
Now I realized that the property "SignalIntStart" is unused.
I wanted to use this Signal to manipulate the slider value when multiplexed signal has changed.
Or do I misunderstand something?
Antwort
I did a work-around to solve this issue by using the property "Value" and public function "Init" of HMI_Slider.
Is it possible to use the Hmi_Slider with changing decimals? Currently it's only showing decimals but I can't change it with the slider.
Could you also add a "HMI_ValueBox" or something where it is possible to enter values by keyboard?
Best regards
Andreas
Hi,
currently it isn't possible to enter values by keyboard using HMI-components. Those components only using signals from the PLC to set or get values. For having an element to enter values you have to set up your own UI using unity standard UI elements like canvas etc.. An example in realvirtual you'll find in realvirtual/UI. This is where our UI is implemented.
Thanks for the hint concerning "SignalIntStart", I'll fix this with the next release.
Best regards
Christin
Thank you for your reply.
Do you know if it is possible to change the decimals also?
I can't change the value by the slider to e.g. 245,1.
Customer support service by UserEcho
Hi,
currently it isn't possible to enter values by keyboard using HMI-components. Those components only using signals from the PLC to set or get values. For having an element to enter values you have to set up your own UI using unity standard UI elements like canvas etc.. An example in realvirtual you'll find in realvirtual/UI. This is where our UI is implemented.
Thanks for the hint concerning "SignalIntStart", I'll fix this with the next release.
Best regards
Christin