Control (for sliders)

<< Click to Display Table of Contents >>

Navigation:  Project > Screens > Properties >

Control (for sliders)

Previous pageReturn to chapter overviewNext page

The Control property  allows to write value to the tag of the object . To configure the Control property click Control tab in the Object property window.

 

controlsliders

 

Property

Description

Tag

Select the tag which value will be changed.

Minimum*

Enter minimum value of the object’s control.

Maximum*

Enter maximum value of the object’s control.

Snap to ticks

Check it if you want to bind control’s value to scale ticks.

Decimal position

Enter decimal position of displayed numeric text.

* These properties you can use in ST scripts by using minimum or maximum properties keywords. For example:

Objects.Slider.maximum = 200;