FBPL Command Reference

Table Of Contents
226
11.30 LED1, LED2, LED3
Description
Control LED on/off. This attribute is write-only. Specify 1 to light on LED and 0 to turn off LED. Before using
this command, make sure you cancel the default LED functions. See the SET LED command.
Syntax
LEDm = n
Return Value
Description
m
m=1, LED1
m=2, LED2
m=3, LED3
n
0: turn off LED
1: light on LED
Model
LED1
LED2
LED3
LED4
LED5
LED6
LED7
LED2 & LED3
TD-4T series
Note: For this series, the LED1=LED2
GREEN
GREEN
RED
ORANGE
RJ series
GREEN
GREEN
RED
BAT1
BAT2
BAT3
WIFI/BT
ORANGE
TJ series
GREEN
GREEN
RED
ORANGE
Example
Sample code
DOWNLOAD "DEMO.BAS"
SIZE 3,3
GAP 0.12,0
SPEED 4
DENSITY 8
DIRECTION 1
REFERENCE 0,0
SET CUTTER OFF
SET PEEL OFF
SET LED1 OFF
SET LED2 OFF
SET LED3 OFF
LED1=0
LED2=1
LED3=0
EOP
DEMO