| The Operate property specifies if the chasing is on or off. When the Operate property is set to 1 the chasing goes at the speed and direction indicated by the Speed property. When the Operate property is set to 0 the the chasing stops. Note that whatever pattern was current at the time the Operate property switches to 0 will remain. The output pattern used for the chase is determined with the Phasing property. One of three different pattern can selected for the four lights and one pattern for three lights. If the lights need to be turned off, the the Blank property can be set to 1. When operating, a 0 in the Speed property will cause the chasing to be at a full stop. If the Speed property is greater than 0, then the DC Chasing will go forward at a speed specified by the Speed property. The higher the number (up to 127), the faster the chasing will turn. If the Speed property is less than 0, then the DC Chasing will go backwards at a speed specified by the Speed property. The lower the number (down to negative 128), the faster the chasing will turn in reverse. When the Blank property is set to 1, all of the outputs will be set to off. If the InvertOut property is set, then setting Blank will set all of the outputs to on. The IOPack property selects which pack of four I/O lines will be connected to the light drivers. Whether or not the light drivers are inverting or non-inverting can be selected with the InvertOut property. If the drivers are non-inverting, then the InvertOut should be set to 0, If the drivers are inverting then it needs to be set to 1. The BitShifter property is an instance of the oBitShifter object which is created when the oChaser4 object is. The oChaser4 object configures the BitShifter object in such a way that it will do continuous shifts. Attributes of the chasing operation can be adjusted by directly manipulating the BitShifter object. Note that doing so may change the way the chasing behaves to something different than the way described in this document. (see oBitShifter object for more detail) |