JB.TcHmiSimpleDoubleRangeSlider 1.1.0

dotnet add package JB.TcHmiSimpleDoubleRangeSlider --version 1.1.0
NuGet\Install-Package JB.TcHmiSimpleDoubleRangeSlider -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JB.TcHmiSimpleDoubleRangeSlider" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JB.TcHmiSimpleDoubleRangeSlider --version 1.1.0
#r "nuget: JB.TcHmiSimpleDoubleRangeSlider, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JB.TcHmiSimpleDoubleRangeSlider as a Cake Addin
#addin nuget:?package=JB.TcHmiSimpleDoubleRangeSlider&version=1.1.0

// Install JB.TcHmiSimpleDoubleRangeSlider as a Cake Tool
#tool nuget:?package=JB.TcHmiSimpleDoubleRangeSlider&version=1.1.0

JB.TcHmiSimpleDoubleRangeSlider for TwinCAT HMI

Simple double range slider control that uses the ui-range

Simple Double Range Slider

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!

enter image description here

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..

Properties

The control also have a custom events that fires on change.

Events

Styling / Themes

If you want to change the CSS styles of the control you can do so by adding an CSS-file to your TwinCAT HMI Project.

enter image description here

Here is the list of the available CSS variables that the control uses; ui-range css variables

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 288 5/24/2023
1.0.0 469 10/15/2021

Updated packages to 760.37 and disabled the new SystemKeyboard to be triggered when using this control.