076 - Circular Display - Ping Pong

Summary - Displays a 'ping-pong' pattern on the circular display (see videos)

Syntax:

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

Where:

BYTE2: Speed (ms) default 100

BYTE3: On time duration (ms) ,

BYTE4: 0 (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 flash on/off in a ping-pong routine

Description:

Will trigger the Circular display to turn on one led in a clockwise and then an anticlockwise direction in a ping-pong like fashion.

It is used as a visual indicator and to give an indication of a specific state or mood.The speed is determined by Byte2 where default is 100ms

Technical Features

None

Example Code:

Exmaple PICAXE Code

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

Videos: