JB.TcHmiSimpleRangeSlider
2.0.0
dotnet add package JB.TcHmiSimpleRangeSlider --version 2.0.0
NuGet\Install-Package JB.TcHmiSimpleRangeSlider -Version 2.0.0
<PackageReference Include="JB.TcHmiSimpleRangeSlider" Version="2.0.0" />
<PackageVersion Include="JB.TcHmiSimpleRangeSlider" Version="2.0.0" />
<PackageReference Include="JB.TcHmiSimpleRangeSlider" />
paket add JB.TcHmiSimpleRangeSlider --version 2.0.0
#r "nuget: JB.TcHmiSimpleRangeSlider, 2.0.0"
#:package JB.TcHmiSimpleRangeSlider@2.0.0
#addin nuget:?package=JB.TcHmiSimpleRangeSlider&version=2.0.0
#tool nuget:?package=JB.TcHmiSimpleRangeSlider&version=2.0.0
JB.TcHmiSimpleRangeSlider for TwinCAT HMI
Simple range slider control with step size that uses the ui-range
Installation
Easiest way to install this package is inside your TwinCAT HMI Project. Right click References and click "Manage NuGet Packages.." then browse for the file and install it!
Configuration
When you bind your symbol to the control. Make sure the databinding is TwoWay so the control can change the value of the binding.
To change the binding mode, Right Click the symbol and chose Edit symbol..
The control also have two custom events.
Learn more about Target Frameworks and .NET Standard.
-
native 1.12 tchmi
- Beckhoff.TwinCAT.HMI.Framework (>= 14.3.154)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated framework to 14.3.154 and TypeScript to 5.3.2 and added a new event that triggers for every tick.