077 - Circular Display - Rotate Clockwise

Summary - Circular LED display routine that turns on an LED in a clockwise direction.

Syntax:

77 <BYTE2> <BYTE3><BYTE4> (decimal format)

Where:

BYTE2: Period (ms) the LED is on / off - Default 30ms

BYTE3: (No Function)

BYTE4: 0= one shot

255 = Continuous

Response from IRCF360:

No Response on serial port (unless command 10 was previously sent to IRCF360 to request an echo of each command)

Circular Display Feedback:

LEDs will turn on in turn

Description:

Will trigger the Circular display to turn on one led in a clockwise direction. The time each LED is illuminate is determined by BYTE2

It is used as a visual indicator and to give an indication of a specific state or mood.

Technical Features

None

Example Code:

Example PICAXE Code

COMMAND_77:

SEROUT b.2,T9600_8, (77 ,255,0,255)

LOOPING:

GOTO LOOPING

Videos: