- Manuale introduttivo
- Utilizzo del software
- OPC UA
- Oggetti grafici e di layout
- Sessioni e impostazioni locali
- Sviluppo di soluzioni
- Sviluppo di progetti con C#
- NetLogic
- Metodi ed eventi in C#
- Riferimento API C#
- Esempi di applicazione
- Esercitazione dell'interfaccia utente
- Esercitazione sui collegamenti dinamici
- Esercitazione sui logger
- Esercitazione sugli allarmi
- Esercitazione sulle NetLogic
- Riferimento su oggetti e variabili
Create linear gauges
Create linear gauges that enable you to view and control specific motor configuration settings.
MANCIA:
The gauges duplicate the functionality of the spin boxes in the default recipes editor widget.
- Create max RPM gauge:
- In theProject viewpane, right-clickMainWindow (type)and select
- Hover-over the gauge, select , and enterMaxRPMGauge.
- In thePropertiespane, create a dynamic link between theValueproperty and .For more information about dynamic links, see Create dynamic links.
- Create max RPM label:
- In theProject viewpane, right-clickMainWindow (type)and select
- Hover-over the gauge, select , and enterMaxRPMLabel.
- In thePropertiespane, set theTextproperty value toMax RPM.
- Create min throttle gauge:
- In theProject viewpane, right-clickMainWindow (type)and select
- Hover-over the gauge, select , and enterMinThrottleGauge.
- In thePropertiespane, create a dynamic link between theValueproperty and .For more information about dynamic links, see Create dynamic links.
- Create min throttle label:
- In theProject viewpane, right-clickMainWindow (type)and select
- Hover-over the gauge, select , and enterMinThrottleLabel.
- In thePropertiespane, set theTextproperty value toMin Throttle.
Fornire un feedback