LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing the range of a digital Input by the choose of a ring

Hello, I hope you can help me.
My problem: I have a cluster where the user can make the settings. I have a digital input and a ring. When the user now choose a value from the ring, the range of the digital input should be changed to another. For example you choose no. 0 (m³/h) and the digital input should have the range from 200-1000. If you choose now no. 1 (m/s) the value change from 0,0 to 20,0 (one digit). How can I realize that?
Thank you for your help 🙂
0 Kudos
Message 1 of 5
(2,791 Views)
Hi Sebastian,
you should use the Range property of the numeric control inside the cluster.
To create a property of a specific item in a cluster rigth click on it from the front panel and use Create Property Node.
See example,
Alberto
Message 2 of 5
(2,791 Views)
Thank you Alberto

You really helped me very much. But I have a problem by creating the proprty node. I can't conntect the node to my numeric control. I only can choose controls out of my cluster. How can I choose the controls in the cluster?

Thank you very much
0 Kudos
Message 3 of 5
(2,791 Views)
Hi again,
you have to create manually the property node of the numeric control inside the cluster:
- Go on your front panel
- Right click on the numeric control in the cluster
- Select Create-Property Node
In your diagram you will see the property of the numeric control.
Let me know if you need more help,
Alberto
0 Kudos
Message 4 of 5
(2,791 Views)
Thank you very much. Now I've found, how to create it. You helped me really a lot.
Greetings from a beginner in LabView
0 Kudos
Message 5 of 5
(2,791 Views)