Looping Analog Counter for Crestron
Version Number: 2.0
Price:
Free
This module allows you to move through an enumerated list within a set upper and lower limits.
Looping Analog Counter for Crestron
Download Version: 2.xOpen Full Documentation Article
This module allows you to move through an enumerated list within a set upper and lower limits.
Once the count increments to the MAX# value, the next pulse or UP will set the count back to the MIN# value.
And vise-versa, Once the count decrements to the MIN# value, the next pulse of DOWN will set the count back to the MAX# value.
The module will also auto senses any change to the tracked signal, this is useful for simple preset selection via say a keypad value.
Very useful for using an Up/Down or Channel +/- to cycle through a list of valid favorites, source ID's or any other enumerated list.
Module Signals List | ||
---|---|---|
Name | Type | Description and Usage |
INPUTS | ||
UP | DIGITAL |
PULSE to increment the value of CURRENT# by 1. |
DOWN | DIGITAL | PULSE to decrement the value of CURRENT# by 1. Once the CURRENT# value reaches the MAX# value the next PULSE will cause the CURRENT# value to be set to the MIN# value. |
MIN# | ANALOG | RANGE 0,999 MIN# must be < MAX# |
MAX# | ANALOG | RANGE 1,1000 MAX# must be > MIN# |
OUTPUTS | ||
CURRENT# | ANALOG | Tracked analog value based on the MIN#/MAX# settings. Changes are automatically updated, so the signal can be modified by other presets or devices. The module will also auto correct the CURRENT# (if modified by outside signals) back into the scoped range |