You are on page 1of 75

Subscribe to DeepL Pro to translate larger documents.

Visit www.DeepL.com/pro for more information.

XCore FTII
Series

Alarm type

thermal

imaging

camera user

operating
instructions

V1.0.7

Yantai Arrow
Photoelectric
Technology Co.
www.iraytek.com
XCore FTII series alarm type thermal imaging camera user instruction manual

Table of Contents Table of Contents


1. Serial port settings ..................................................................................................................................................... 1

2. Movement component command & message format ................................................................................... 1

2.1 Movement component receive command format ............................................................................................. 1

2.2 Movement component reply status message command format ..................................................................... 2

2.3 Movement components receive commands and status information ............................................................... 4

2.3.1 Basic settings..................................................................................................................................................... 4

2.3.2 Video Settings.................................................................................................................................................... 7

2.3.3 Gain control ..................................................................................................................................................... 14

2.3.4 Motor Control................................................................................................................................................... 16

a. Basic settings ......................................................................................................................................... 16

b. Spotlight on motor settings ................................................................................................................... 18

c. Focusing (zoom) motor setting............................................................................................................. 19

d. Dual field of view motor setting ............................................................................................................ 21

e. Preset Bit Setting ................................................................................................................................... 22

2.3.5 Temperature measurement instruction......................................................................................................... 23

a. Parameter Setting.................................................................................................................................. 23

b. Area temperature measurement parameter setting........................................................................... 26

c. Whole frame parameter setting ............................................................................................................ 27

d. Secondary calibration function ............................................................................................................. 30

e. Strong light protection setting............................................................................................................... 31

2.3.6 Cloud Station Control ..................................................................................................................................... 32

2.3.7 Advanced Features......................................................................................................................................... 33

a. Calibration ............................................................................................................................................... 34

b. Other settings......................................................................................................................................... 36

3. Company Information ............................................................................................................................................. 37

Version I July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Ltd. 2019 All rights reserved. (hereinafter referred to as "the Company" or "Arrow").
Without written permission, no one is allowed to copy, photocopy, translate, or distribute all or part of
this manual.

The products described in this manual are for sale and use in mainland China only. This manual is
intended to be used as a guide. The photographs, graphics, diagrams and illustrations provided in this
manual are for explanation and illustration purposes only and may differ from the specific product,
please refer to the actual product. Every effort has been made to ensure that the contents of this
manual are accurate. We make no representations or warranties, express or implied, with respect to this
manual.

Due to product version upgrade or other needs, Arrow may update this manual, if you need the latest
version of the manual, please contact our company. We recommend you to use this manual under the
guidance of professional staff.

Version History

Versions Time Description


V1.0.0 2019-12 Initial Version

V1.0.1 2020-11 Long focus short focus command and generation movement alignment

V1.0.2 2021-01 Automatically send information changes after a strong light trigger

V1.0.3 2021-04 Additions to the digital video section

V1.0.4 2021-06 Add some lens control commands

V1.0.5 2021-07 The commands are distributed by functional modules, and some of the wrong
and doubtful commands are fixed.
V1.0.6 2021-08 Set the return value modification of the focus function

V1.0.7 2021-12 Image enhancement, image filtering instruction proofreading; fire point
threshold reading instruction modification

Version II July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

1. Serial port settings


Table 1 Serial port default settings
Baud rate Transmi Calibrat
ssion ion
format method
115200bps 8bit data bits 1bit Start bit 1bit stop bit No
calibratio
n
Note: For each byte of information, the lowest bit (LSB) is transmitted first.

2. Movement component command & message format

2.1 Command format for movement component reception

Table 2 Common 01 Command Set Receive Command Format


Comm Comm Operati Param Para ... Param Check
Comm Numbe Command
and and on eter 0 mete eter n digit
and r of tail
word 0 word 1 word r1
header bytes This part is
the command
body
0x00
0xAA 0xXX 0x01 0xXX 0xXX 0xXX 0xXX 0xXX 0xXX 0xEB 0xAA
0x01
Notes:
(1). The above description involves numbers and letters in hexadecimal byte format, which will not be repeated
subsequently;
(2). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(3). (a) The check digit is the sum of all bytes preceding the check digit of the command and then the remainder of
256;
(4). commands and parameters are detailed in the movement component reception commands and status
information;
(5). If the parameter is a 16bit or 32bit data, please put the lower byte first, such as bit0~bit7, bit8~bit15,
bit16~bit23, bit24~bit31.
(6). Command head fixed to 0xAA and command tail fixed to 0xEB 0xAA;
(7). Command word 0 is 0x08 indicates the movement extension instruction.
Table 3 Extended 07 Command Set Receive Command Format
Comm Comm Operati Param Para ... Param Check
Comm Numbe Command
and and on eter 0 mete eter n digit
and r of tail
word 0 word 1 word r1
header bytes This section is

Version 1 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

the command
body
0x00
0xAA 0xXX 0x07 0xXX
0x01 0xXX 0xXX 0xXX 0xXX 0xBA 0xEB 0xAA

Notes:
(1). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(2). (a) The check digit is the sum of all bytes preceding the check digit of the command and then the remainder of
256;
(3). commands and parameters are detailed in the movement component reception commands and status
information;
(4). If the parameter is a 16bit or 32bit data, please put the lower byte first, such as bit0~bit7, bit8~bit15,
bit16~bit23, bit24~bit31.
(5). Command head fixed to 0xAA and command tail fixed to 0xEB 0xAA;
(6). Command word 0 is 0x01 indicates the movement common command.

Version 2 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Table 4 Extended 08 Command Set Receive Command Format


Comm Comm Operati Param Para ... Param Check
Comm Numbe Command
and and on eter 0 mete eter n digit
and r of tail
word 0 word 1 word r1
header bytes This part is
the command
body
0x00
0xAA 0xXX 0x08 0xXX
0x01 0xXX 0xXX 0xXX 0xXX 0xBA 0xEB 0xAA

Notes:
(1). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(2). (a) The check digit is the sum of all bytes preceding the check digit of the command and then the remainder of
256;
(3). commands and parameters are detailed in the movement component reception commands and status
information;
(4). If the parameter is a 16bit or 32bit data, please put the lower byte first, such as bit0~bit7, bit8~bit15,
bit16~bit23, bit24~bit31.
(5). Command head fixed to 0xAA and command tail fixed to 0xEB 0xAA;
(6). Command word 0 is 0x01 indicates the movement common command.

2.2 Movement component reply status message command format

Table 5 Common 01 Command Set Reply Status Message Command Format


Com Opera Retur Retur ... Retur Check
Comm Numbe Command
mand tion n n n digit
and r of tail
word word Value Value Value
header bytes This part is
the command
body
0x55 0xXX 0xXX 0x33 0xXX 0xXX 0xXX 0xXX 0xXX 0xEB 0xAA

Notes:
(1). The status message returned by the movement component reflects the completion of the execution of
commands within the movement component;
(2). For the command word and return value, please refer to the table of received
commands and status information of movement components. The lower byte
of the return value comes first; for example, if 512 corresponds to 0x200 in
hexadecimal, the return values are 0x00 and 0x02 in that order;
(3). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(4). If the return value is a 16bit or 32bit data, please put the lower byte first, such as
bit0~bit7,bit8~bit15,bit16~bit23,bit24~bit31.
(5). command word corresponding to the command issued by the user, with the operation word fixed at 0x33;
(6). The command header of the return message is fixed to 0x55 and the command tail of the return message is

Version 3 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

fixed to bits 0xEB,0xAA;

Table 6 Extended 07 Command Set Reply Status Message Command Format


Comm Comm Opera Return Return ... Retur Check
Comm Numbe Command
and and tion Value Value n digit
and r of tail
word 0 word 1 word Value
header bytes This part is
the command
body
0x55 0xXX 0x07 0xXX 0x33 0xXX 0xXX 0xXX 0xXX 0xXX 0xEB 0xAA

Notes:
(1). The status message returned by the movement component reflects the completion of the execution of
commands within the movement component;
(2). For the command word and return value, please refer to the table of received
commands and status information of movement components. The lower byte
of the return value comes first; for example, if 512 corresponds to 0x200 in
hexadecimal, the return values are 0x00 and 0x02, in that order;
(3). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(4). If the return value is a 16bit or 32bit data, please put the lower byte first, such as
bit0~bit7,bit8~bit15,bit16~bit23,bit24~bit31.
(5). Command word 0 is 0x08 for the extended inherent return command, command word 1 corresponds to the
command issued by the user, and the operation word is fixed at 0x33;

Version 4 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

(6). The command header of the return message is fixed to 0x55 and the command tail of the return message is
fixed to bits 0xEB,0xAA;

Table 7 Extended 08 Command Set Reply Status Message Command Format


Comm Comm Opera Return Return ... Retur Check
Comm Numbe Command
and and tion Value Value n digit
and r of tail
word 0 word 1 word Value
header bytes This part is
the command
body
0x55 0xXX 0x08 0xXX 0x33 0xXX 0xXX 0xXX 0xXX 0xXX 0xEB 0xAA

Notes:
(1). The status message returned by the movement component reflects the completion of the execution of
commands within the movement component;
(2). For the command word and return value, please refer to the table of received
commands and status information of movement components. The lower byte
of the return value comes first; for example, if 512 corresponds to 0x200 in
hexadecimal, the return values are 0x00 and 0x02, in that order;
(3). The number of bytes is the sum of all bytes from command word 0 (inclusive) to the check digit (inclusive);
(4). If the return value is a 16bit or 32bit data, please put the lower byte first, such as
bit0~bit7,bit8~bit15,bit16~bit23,bit24~bit31.
(5). Command word 0 is 0x08 for the extended inherent return command, command word 1 corresponds to the
command issued by the user, and the operation word is fixed at 0x33;
(6). the command header of the return message is fixed to 0x55 and the command tail of the return message is
fixed to bits 0xEB,0xAA;

When the user controls the movement component, if the command word returned by the movement
component to the host computer is 0xFF and only one byte has a return value as shown in Table 4, it
indicates a communication protocol error, and the user can find the cause of the error according to the
table.

Table 8 List of return value errors


Retur Reason for error
n
Value
0xF1 Command send timeout

0xFB No command word

0xFD DRC checksum byte error

0xFF Baotou 0xAA error

Version 5 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

2.3 Movement components receive commands and status


information

2.3.1 Basic Settings

Read PN code

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x70 0x00 0 None 20
Moveme AA 04 01 70 00 1F EB AA
nt
reception
55 17 70 33 46 54 49 49 36 34 30 30 30 31 59 30 37 35 31 32 33 43 59
Moveme
4E DB EB AA
nt Reply
NT
oteh:ePNcodein
thexampF
isleTI640001Y075123CYN
,threvtuarnluo
2e0
fbytein
0sx00meansunusedbytesRead
. SN code

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x71 0x00 0 None 20
Moveme AA 04 01 71 00 20 EB AA
nt
reception
55 17 71 33 41 39 32 36 31 30 30 35 00 00 00 00 00 00 00 00 00 00 00 00 00
Moveme
00 00 00 00 00 00
nt Reply
00 B8 EB AA
No
Tteh:eSNcodein
thexampisA
le9261005,andthe
rtu
va
rnluo
0
efx00in
20bytem
seansunusedbyte.Read
s focal plane width

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x72 0x00 0 None 2
Moveme AA 04 01 72 00 21 EB AA
nt
reception
Moveme 55 05 72 33 80 02 81 EB AA

Version 6 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

nt Reply
NoT
teh
:ewid
o
thth
fe
op
ca
llnin
th
eexampis6
le40(0280H
.) Read the focal plane height

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x73 0x00 0 None 2
Moveme AA 04 01 73 00 22 EB AA
nt
reception
Moveme 55 05 73 33 00 02 02 EB AA
nt Reply
NoT
teh
:efop
ca
llnw
eid
thth
n exampis5
le12(0200H
.) Background correction

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x02 0x02 2 1
Moveme AA 06 01 02 02 00 02 B7 EB AA
nt
reception
Moveme Success: 55 04 02 33 01 8F EB AA
nt Reply

Version 7 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Failure: 55 04 02 33 00 8E EB AA
Shutter Correction

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x02 0x02 2 1
Moveme AA 06 01 02 02 02 01 01 B7 EB AA
nt
reception
Success: 55 04 02 33 01 8F EB AA
Moveme
Failure: 55 04 02 33 00 8E EB AA
nt Reply

Set manual/automatic shutter correction

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x00 Manual
0x01 0x01 0x01 1 1
0x01
Automatic
Manual: AA 05 01 01 01 00 B2 EB AA
Moveme
Auto: AA 05 01 01 01 01 01 B3 EB AA
nt
reception

Automatic shutter interval setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x03 0x01 1 Unit min 1
Moveme AA 05 01 03 01 03 B7 EB AA
nt
reception
Success: 55 04 03 33 01 90 EB AA
Moveme
Failure: 55 04 03 33 00 8F EB AA
nt Reply
NoT
teh
:eexampsleth
se
tim
interval
e to
3m.inAuto shutter time
interval reading

Comma Comm Opera Number Parameters Return


nd and tion of value bytes

Version 8 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

word 0 word 1 word paramete


rs bytes
0x01 0x03 0x00 0 None 1
Moveme AA 04 01 03 00 B2 EB AA
nt
reception
Moveme 55 04 03 33 03 92 EB AA
nt Reply
NoT
teh
:etim
in
fo
the
trrvp
th
in
alyexamp3
islem.inAuto shutter focal plane
degree interval setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x04 0x01 1 Unit 0.1℃ 1
Moveme AA 05 01 04 01 05 BA EB AA
nt
reception
Success: 55 04 04 33 01 91 EB AA
Moveme
Failure: 55 04 04 33 00 90 EB AA
nt Reply
NT
oteh:eexampslethsfo
plane
ecal temperature interval 0
.5
to°C.The vsa
elu
tin0e
g5istha
ecteum
alpevratu
lm
b
rey10uAutomatic
.ltiplied shutter focal plane
temperature interval reading

Comma Comman Operatio Number of Parameters Return value


nd word d word 1 n word parameters bytes
0 bytes

Version 9 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

0x01 0x04 0x00 0 None 1


Moveme AA 04 01 04 00 B3 EB AA
nt
reception
Moveme 55 04 04 33 05 95 EB AA
nt Reply
NT
oteh:efo
pclante
lmpeinterval
rature for the rein
thpelyxamp.0
5
isle°C.The revtuarnlu0e5istha
ecteum
alpevratu
lm
b
rey10u.Auto
ltiplied shutter movement temperature interval
setting

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0x01 0x0D 0x01 1 Unit 0.1℃ 1
Moveme AA 05 01 0D 01 14 D2 EB AA
nt
reception
Success: 55 04 0D 33 01 9A EB AA
Moveme
Failure: 55 04 0D 33 00 99 EB AA
nt Reply
NT
oteh:eexampslethsmovement
e temperature interval to
2
0
.°C.The sveatlu1e4(hexadecim
,20in
daelcim
stha
ecteu
am
a
l)lpevratu
lm
b
rey10uAutomatic
.ltiplied shutter movement temperature
interval reading

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x0D 0x00 0 None 1
Moveme AA 04 01 0D 00 BC EB AA
nt
reception
Moveme 55 04 0D 33 14 AD EB AA
nt Reply
NT
ote
h:emovement tempe
rin
he
to
ra
p
txtu
lie
rvare
d
m
lp
is2le
°C.T h e re
va
tulu
rn
1e
4(hexadecim
,20in
da
elcim
stha
etctu
m
al)pe
va
rlu
tb
m
e
ry10u
.Read
ltiplied movement component temperature

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x7C 0x00 0 None 2
Moveme AA 04 01 7C 00 2B EB AA
nt
reception
Moveme 55 05 7C 33 95 0B A9 EB AA

Version 10 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

nt Reply
NIn
thoetx:amp,thlemovemecnotmponete
nm
t pe2
9
ris,andth.6

5
vaturnlue
0B95istha
ecteum
alpem
braytu1re0u0ltip.liedRead the focal plane temperature

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0xC3 0x00 0 None 2
Moveme AA 04 01 C3 00 72 EB AA
nt
reception
Moveme 55 05 C3 33 87 0B E2 EB AA
nt Reply
NT
ote
h:ep
fola
cnte
lmpein
thra
etu
xaremp2
9
,andthe.ris5
°C
1
le
vtuarnlu0eB87istha
ecteum
alpem
braytu1re0u0ltip.liedRead the movement firmware (NIOS) version number

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x76 0x00 0 None 40
Moveme AA 04 01 76 00 25 EB AA
nt
reception
55 2B 76 33 49 52 32 30 31 39 30 30 38 5F 36 34 30 5F 56 31 5F 30 35
Moveme 5f 44 32 30 31 39 30 38 31 32 00 00 00 00 00 00 00 00 00 00 00 00 00 05 EB
nt Reply AA

Version 11 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

NT
oteh:ePNco
thexampisIR
in
e
d le2019008_640_V1_05_D2019081,a
2ndthrevtuarnluo
0exf00in
40bytem
seansunusedbytes.
Success: 55 04 01 33 01 8E EB AA
Movement
Failure: 55 04 01 33 00 8D EB AA
Reply
D
Sth
e
atsucm
to
rip
htio
un
teo
:rdeb
,itw
ea
ilucsa
to
hcre
uo
te
cio
rd
thn
im
eg
inte
,FP
rve
aA
ltempin
,aetnravdtu
are
lmte
bm
ientpin
.Read
etravtu
are
l the microcontroller (MCU) version number

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x02 0x00 1 0x00 34
Moveme AA 05 08 02 00 00 B9 EB AA
nt
reception
55 25 08 02 33 49 52 32 30 31 39 30 30 38 5F 4D 43 55 5F 53 54 44 5F
Moveme
56 31 30 34 5F 44 32 30 31 39 30 38 30 32 00 C7 EB AA
nt Reply
NT
oteh:eMCUve
m
u
n
rsio
tub
rnithedxampIR
e isle2019008_MCU_STD_V104_D20190802
,and0x00th
o3
f4bytersturnin
e edicateu
snusedbytes.
Save Settings

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x7F 0x02 0 None 1
Moveme AA 04 01 7F 02 30 EB AA
nt
reception
Success: 55 04 7F 33 01 0C EB AA
Moveme
Failure: 55 04 7F 33 00 0B EB AA
nt Reply

Restore factory settings

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x82 0x02 1 0x00 1
Moveme AA 05 01 82 02 00 34 EB AA
nt
reception
Success: 55 04 82 33 01 0F EB AA
Moveme
Failure: 55 04 82 33 00 0E EB AA
nt Reply

Version 12 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

2.3.2 Video Settings

User crosshair cursor color setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x45 0x02 1 Cursor color 1
value
Moveme AA 05 01 45 02 32 29 EB AA
nt
reception
Success: 55 04 45 33 01 D2 EB AA
Moveme
Failure: 55 04 45 33 00 D1 EB AA
nt Reply
DUser
escription: crosshair cursor c(g
ora
loyrse
n
ca
tin
elg
e)sdto
besin
th
ece
tursop
rens,th
ace
tvoalouraenge
0~255.User crosshair cursor hide / display style

Version 13 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x00: Hide
0x80: Style 1
0x01 0x43 0x02 1 0x81: Style 2 1
0x82: Style 3
0x83: Style 4
Hide: AA 05 01 43 02 00 F5 EB AA
Style 1: AA 05 01 43 02 80 75 EB AA
Moveme Style 2: AA 05 01 43 02 81 76 EB AA
nt Style 3: AA 05 01 43 02 82 77 EB AA
reception Style 4: AA 05 01 43 02 83 78 EB AA

Success: 55 04 43 33 01 D0 EB AA
Moveme
Failure: 55 04 43 33 00 CF EB AA
nt Reply
DU
escsrip
e
ctio
rn
sc:urso
urpp4
osrto
yw
le
fs,th
ich
d
ein
edg
fadueltsn
,ae
thle
soyca
th p
le
tens.Use
croscursposition
or setting/movement

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0x01 0x44 0x02 5 See 1
description
Set coordinates: AA 09 01 44 02 05 68 01 20 01 89 EB AA
Move up 1: AA 09 01 44 02 06 00 00 00 00 00 EB AA
Downshift 1: AA 09 01 44 02 07 00 00 00 00 01 EB AA
Shift Left 1: AA 09 01 44 02 08 00 00 00 00 02 EB AA
Moveme Right shift 1: AA 09 01 44 02 09 00 00 00 00 03 EB AA
nt Move up 20: AA 09 01 44 02 86 00 00 00 00 80 EB AA
reception Move down 20: AA 09 01 44 02 87 00 00 00 00 81 EB AA
Shift left 20: AA 09 01 44 02 88 00 00 00 00 82 EB AA
Right shift 20: AA 09 01 44 02 89 00 00 00 00 83 EB AA
Success: 55 04 44 33 01 D1 EB AA
Moveme
Failure: 55 04 44 33 00 D0 EB AA
nt Reply
DC
escoripm
tion:mandparam0
e:0
te:x0
5
srceotordin,0u
axp
0
te1
6
s:shift0
x7
,dhoiftwn1,0x08
1,
left:sh:shift0
x9
rght :0
1, 6
x8
sup
hift 200
7
8
x
,:d
shoiftwn20:le
s2
8
x
0
,hft0ift:0
9
8
x
s2
rg
,hift0;
Coordinth
foace
ro
tm
smandparame1te-4,prsaram1e,p
te
y
b
lw
o
c
:aram2ecte
:ohrig
lbhy,p
tearam3e
ro:tew
rlow
by,p
tearam4e
ro:tew
rhighb y t e ,whenthe
parame
0te
is0rx05exfeacm
tive;psleva
tlu0
e168,0120th
foe
racstu
o
e
ha
ftin
e
clo
gordin
valu
te3
e60,288.
Video format switching

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
Version 14 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

rs bytes
0x00: NTSC
0x01 0x3F 0x02 1 1
0x01: PAL
NTSC: AA 05 01 3F 02 00 F1 EB AA
Moveme
PAL : AA 05 01 3F 02 01 F2 EB AA
nt
reception

Version 15 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Success: 55 04 3F 33 01 CC EB AA
Movement
Failure: 55 04 3F 33 00 CB EB AA
Reply
DN
escT
riptio
S
nC
:videdoisp
izs7e
la2y0x48P
0;ALvidedoisp
izs7e
la2y0x576.Electronic zoom

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0x01 0x40 0x02 8 See 1
description

Version 16 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Unchanged times: AA 0C 01 40 02 00 00 00 00 7F 02 FF 01 7A EB AA
1.1 Times: AA 0C 01 40 02 1D 00 17 00 61 02 E7 01 78 EB AA
1.2 Times: AA 0C 01 40 02 35 00 2B 00 49 02 D4 01 79 EB AA
1.3 Times: AA 0C 01 40 02 4A 00 3B 00 35 02 C3 01 79 EB AA
1.4 Times: AA 0C 01 40 02 5B 00 49 00 23 02 B5 01 78 EB AA
1.5 Times: AA 0C 01 40 02 6B 00 55 00 14 02 A9 01 79 EB AA
1.6 Times: AA 0C 01 40 02 78 00 60 00 06 02 9E 01 78 EB AA
1.7 Times: AA 0C 01 40 02 84 00 69 00 FB 01 95 01 78 EB AA
1.8 Times: AA 0C 01 40 02 8E 00 72 00 F0 01 8D 01 78 EB AA
1.9 Times: AA 0C 01 40 02 98 00 79 00 E7 01 85 01 78 EB AA
2.0 times: AA 0C 01 40 02 A0 00 80 00 DF 01 7F 01 79 EB AA
2.1 Times: AA 0C 01 40 02 A8 00 86 00 D7 01 78 01 78 EB AA
2.2 Times: AA 0C 01 40 02 AF 00 8C 00 D0 01 73 01 79 EB AA
2.3 Times: AA 0C 01 40 02 B5 00 91 00 CA 01 6E 01 79 EB AA
2.4 Times: AA 0C 01 40 02 BB 00 95 00 C4 01 69 01 78 EB AA
2.5 Times: AA 0C 01 40 02 C0 00 9A 00 BF 01 65 01 79 EB AA
Moveme 2.6 Times: AA 0C 01 40 02 C5 00 9E 00 BA 01 61 01 79 EB AA
nt 2.7 Times: AA 0C 01 40 02 C9 00 A1 00 B5 01 5D 01 77 EB AA

reception 2.8 Times: AA 0C 01 40 02 CE 00 A5 00 B1 01 5A 01 79 EB AA


2.9 Times: AA 0C 01 40 02 D2 00 A8 00 AD 01 57 01 79 EB AA
3.0 times: AA 0C 01 40 02 D5 00 AB 00 A9 01 54 01 78 EB AA
3.1 Times: AA 0C 01 40 02 D9 00 AD 00 A6 01 51 01 78 EB AA
3.2 Times: AA 0C 01 40 02 DC 00 B0 00 A2 01 4E 01 77 EB AA
3.3 Times: AA 0C 01 40 02 DF 00 B2 00 9F 01 4C 01 77 EB AA
3.4 Times: AA 0C 01 40 02 E2 00 B5 00 9D 01 4A 01 79 EB AA
3.5 Times: AA 0C 01 40 02 E5 00 B7 00 9A 01 48 01 79 EB AA
3.6 Times: AA 0C 01 40 02 E7 00 B9 00 97 01 46 01 78 EB AA
3.7 Times: AA 0C 01 40 02 EA 00 BB 00 95 01 44 01 79 EB AA
3.8 Times: AA 0C 01 40 02 EC 00 BD 00 93 01 42 01 79 EB AA
3.9 Times: AA 0C 01 40 02 EE 00 BE 00 91 01 40 01 78 EB AA
4.0 times: AA 0C 01 40 02 F0 00 C0 00 8F 01 3F 01 79 EB AA
4.1 Times: AA 0C 01 40 02 F2 00 C2 00 8D 01 3D 01 79 EB AA
4.2 Times: AA 0C 01 40 02 F4 00 C3 00 8B 01 3B 01 78 EB AA

Version 17 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

4.3 Times: AA 0C 01 40 02 F6 00 C4 00 89 01 3A 01 78 EB AA
4.4 Times: AA 0C 01 40 02 F7 00 C6 00 87 01 39 01 78 EB AA
4.5 Times: AA 0C 01 40 02 F9 00 C7 00 86 01 37 01 78 EB AA
4.6 Times: AA 0C 01 40 02 FA 00 C8 00 84 01 36 01 77 EB AA
4.7 Times: AA 0C 01 40 02 FC 00 CA 00 83 01 35 01 79 EB AA
4.8 Times: AA 0C 01 40 02 FD 00 CB 00 81 01 34 01 78 EB AA
4.9 Times: AA 0C 01 40 02 FF 00 CC 00 80 01 33 01 79 EB AA
5.0 times: AA 0C 01 40 02 00 01 CD 00 7F 01 32 01 7A EB AA
5.1 Times: AA 0C 01 40 02 01 01 01 CE 00 7D 01 31 01 79 EB AA
5.2 Times: AA 0C 01 40 02 02 02 01 CF 00 7C 01 30 01 79 EB AA
5.3 Times: AA 0C 01 40 02 04 01 D0 00 7B 01 2F 01 7A EB AA
5.4 Times: AA 0C 01 40 02 05 01 D1 00 7A 01 2E 01 7A EB AA
5.5 Times: AA 0C 01 40 02 06 01 D1 00 79 01 2D 01 79 EB AA
5.6 Times: AA 0C 01 40 02 07 01 D2 00 78 01 2C 01 79 EB AA
5.7 Times: AA 0C 01 40 02 08 01 D3 00 77 01 2B 01 79 EB AA
5.8 Times: AA 0C 01 40 02 09 01 D4 00 76 01 2B 01 7A EB AA
5.9 Times: AA 0C 01 40 02 0A 01 D5 00 75 01 2A 01 7A EB AA
6.0 times: AA 0C 01 40 02 0B 01 D5 00 74 01 29 01 79 EB AA
6.1 Times: AA 0C 01 40 02 0C 01 D6 00 73 01 28 01 79 EB AA
6.2 Times: AA 0C 01 40 02 0C 01 D7 00 72 01 28 01 79 EB AA
6.3 Times: AA 0C 01 40 02 0D 01 D7 00 71 01 27 01 78 EB AA
6.4 Times: AA 0C 01 40 02 0E 01 D8 00 70 01 26 01 78 EB AA
6.5 Times: AA 0C 01 40 02 0F 01 D9 00 70 01 26 01 7A EB AA
6.6 Times: AA 0C 01 40 02 10 01 D9 00 6F 01 25 01 79 EB AA
6.7 Times: AA 0C 01 40 02 10 01 DA 00 6E 01 25 01 79 EB AA
6.8 Times: AA 0C 01 40 02 11 01 DA 00 6E 01 24 01 79 EB AA
6.9 Times: AA 0C 01 40 02 12 01 DB 00 6D 01 24 01 7A EB AA
7.0 times: AA 0C 01 40 02 12 01 DB 00 6C 01 23 01 78 EB AA
7.1 Times: AA 0C 01 40 02 13 01 DC 00 6C 01 23 01 7A EB AA
7.2 Times: AA 0C 01 40 02 14 01 DC 00 6B 01 22 01 79 EB AA
7.3 Times: AA 0C 01 40 02 14 01 DD 00 6A 01 22 01 79 EB AA
7.4 Times: AA 0C 01 40 02 15 01 DD 00 6A 01 21 01 79 EB AA
7.5 Times: AA 0C 01 40 02 15 01 DE 00 69 01 21 01 79 EB AA
7.6 Times: AA 0C 01 40 02 16 01 DE 00 69 01 20 01 79 EB AA
7.7 Times: AA 0C 01 40 02 16 01 DF 00 68 01 20 01 79 EB AA
7.8 Times: AA 0C 01 40 02 17 01 DF 00 68 01 1F 01 79 EB AA
7.9 Times: AA 0C 01 40 02 17 01 E0 00 67 01 1F 01 79 EB AA
8.0 times: AA 0C 01 40 02 18 01 E0 00 67 01 1F 01 7A EB AA
Success: 55 04 40 33 01 CD EB AA
Movement
Failure: 55 04 40 33 00 CC EB AA
Reply

Version 18 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Do
Cesm
cription
m
: andparam
foce
throte
orsd
o
thu
in
fp
eap
teclso
rftn
,hce
orord
o
thlin
few
a
crigo
te
hrn
,se
to
rth
e
ca
otosrd
ysin
tea
m
tefrom
0
,(,xfirs)a
ty,h
isfte
n
aru
tmbe
corflumth
a
ne
ftsu
rmbe
rorfwsParam0e:c
te
y
b
lw
o
up
rpecleroftrnecroordinate,Psaramete
1cr:ohig
lbhy,P
tearam2ero:tew
rlow
by,P
tearam3e
ro:tew
rhighbyte,Parameter
4:c
tewrig
y
b
lw
o ech
rotrnecroordina,ptearamete
5cr:ohig
lbhy,p
tearam6e
ro:tew
rlow
by,p
tearam7ero:tew
rhighbyte
thexamp,w
In lehenthzeoleocm
tronicisenlargbey2dtim
,itcoresponto
hdsveatlu0esD5,0AB,01A9,0154andthceoordinothafeatcsutpapleclroftrnothefernlargeadreare
,71)Thecoordth
3
1
(2 oline
fw
acrigotehrnasetr(,3
5r0)
2
4
Cooardlgisthnedoatew
rihatesW
m
yctoidrth,hisH
eig,phrevtaseluth
om
efism
a(to
1gcduneraifcptem
tiolanc,thael)n
W W
X= -
Toplecftorner 22 ⋅ m
H H
Y= -
Toplecftorner 2 2⋅m
W W
X= + -1
Lowerighctorner 22 ⋅ m
H H
Y= + -1
Lowerighctorner 22 ⋅ m

Image Flip

Comma Comm Opera Number Par Return


nd and tion of ame value bytes
word 0 word 1 word paramete ters
rs bytes
0x01: No flipping
0x02: Left and right
0x01 0x4C 0x01 1 flip 1
0x04: Flip up and
down
0x08: Top left and
bottom right pairs
Corner flip
Not flipped: AA 05 01 4C 01 01 FE EB AA
Left and right flip: AA 05 01 4C 01 02 FF EB AA
Moveme
Flip up and down: AA 05 01 4C 01 04 01 EB AA
nt
Top left, bottom right diagonal flip: AA 05 01 4C 01 08 05 EB AA
reception
Success: 55 04 4C 33 01 D9 EB AA
Moveme
Failure: 55 04 4C 33 00 D8 EB AA
nt Reply

Analog video on/off

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x00: Close
0x01 0x3D 0x02 1 1
0x01: Open

Version 19 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Open: AA 05 01 3D 02 01 F0 EB AA
Moveme
Close: AA 05 01 3D 02 00 EF EB AA
nt
reception
Success: 55 04 3D 33 01 CA EB AA
Moveme
Failure: 55 04 3D 33 00 C9 EB AA
nt Reply

Video freeze/unfreeze

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x00: Thawing
0x01 0x3E 0x02 1 1
0x01: Freezing

Version 20 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Freeze: AA 05 01 3E 02 01 F1 EB AA
Moveme
Unfreeze: AA 05 01 3E 02 00 F0 EB AA
nt
reception
Success: 55 04 3E 33 01 CB EB AA
Moveme
Failure: 55 04 3E 33 00 CA EB AA
nt Reply
De
D
scrip
d
etio
e
fa
sn
ta
fro
u
,:te
slntaloa
gndd
fun
igcita
freo
lenza
sendde
co
frm
stbinein
o
dto
ne.Power on LOGO switch

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x80: On
0x01 0x49 0x02 1 1
0x00: Close
LOGO ON: AA 05 01 49 02 80 7B EB AA
Moveme
LOGO OFF: AA 05 01 49 02 00 FB EB AA
nt
reception
Success: 55 04 49 33 01 D6 EB AA
Moveme
Failure: 55 04 49 33 00 D5 EB AA
nt Reply

Polarity and pseudo-color switching

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x42 0x02 1 See 1
description

Version 21 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

White hot: AA 05 01 42 02 00 F4 EB AA
Black heat: AA 05 01 42 02 01 F5 EB AA
Rainbow: AA 05 01 42 02 02 F6 EB AA
High Contrast Rainbow: AA 05 01 42 02 03 F7 EB AA
Iron Red: AA 05 01 42 02 04 F8 EB AA
Lava: AA 05 01 42 02 05 F9 EB AA
Sky: AA 05 01 42 02 06 FA EB AA
Medium gray: AA 05 01 42 02 07 FB EB AA
Gray-red: AA 05 01 42 02 08 FC EB AA
Purple Orange: AA 05 01 42 02 09 FD EB AA
Moveme
Special: AA 05 01 42 02 0A FE EB AA
nt
Warning Red: AA 05 01 42 02 0B FF EB AA
reception
Ice and fire: AA 05 01 42 02 0C 00 EB AA
Green and red: AA 05 01 42 02 0D 01 EB AA
Special two: AA 05 01 42 02 0E 02 EB AA
Gradient Red: AA 05 01 42 02 0F 03 EB AA
Gradient green: AA 05 01 42 02 10 04 EB AA
Gradient blue: AA 05 01 42 02 11 05 EB AA
Warning Green: AA 05 01 42 02 12 06 EB AA
Warning Blue: AA 05 01 42 02 13 07 EB AA
Success: 55 04 42 33 01 CF EB AA
Moveme
Failure: 55 04 42 33 00 CE EB AA
nt Reply

Version 22 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Descop
riloa
tisre
lnle
t:,cotim
nmandparame1te
bryte
,0x00
w
:h
0o
ite
x0
t;1
b:lach
0
ko
x0
t;2:rainbo0
w
x0;3
: contrast rainbow; 0x04iron
high : red;0x05: ;0x06
lava : ;0x07
sky :
medium gray;0x08
: red;0x09
gray :
purple orange; 0x0A
:
special;0x0B:warningred;0x0C:
ica
end0
fire;x0DCyan
: Red; 0x0E
S
:peII;
cial0x0F
G
:radR
ienetd
0;x10
G
:radG
ienre
ten,;0x11
:
Gradient Blue; 0x12
W
: arnin
G
gree0
nx;13:WarningBlue.
Get the current image pseudo-color plate style

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x42 0x00 1 0x00 1
Moveme AA 05 01 42 00 00 F2 EB AA
nt
reception
Moveme 55 04 42 33 00 CE EB AA
nt Reply
Desrectu
rip
va
rn
tiolu
n1
e
:byte
,0x00
w
:h
0o
ite
x0
t;1
b:lach
0
ko
x0
t;2:rainbo0
w
x0;3
: contrast rainbow; 0x04iron
high : red; 0x05lava
: ;0x06
: ;0x07
sky :
medium gray;0x08
: red;0x09purple
gray : orange;0x0A
:
special;0x0B
w
:arninregd;0x0Cic:a
endfire
;0x0D
: red
cyan
0x0ES
:peII;
cial0x0F
G
:radrei0
dn
x;1
t0
G
:radgiernetn,;0x11G
:radie
nt ;0x12
blue W
: arnin
gg
reen;0x13
W
: arnin
bglue.
Alarm red, green and blue threshold settings
Comma Comm Opera Number Parameters Return
nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x4B 0x02 2 See 1
description
Warning Red: AA 06 01 4B 01 C8 00 C5 EB AA
Moveme Warning Green: AA 06 01 4B 01 C8 01 C6 EB AA
nt Warning Blue: AA 06 01 4B 01 C8 02 C7 EB AA
reception
Success: 55 04 4B 33 01 D8 EB AA
Moveme
Failure: 55 04 4B 33 00 D7 EB AA
nt Reply
DC
esco
ripm
tion:mandparamth
0
er:tesr0
h-2
o5
ld5
,C8(H
is20
)0in
thexampalera;mw
1
e:tea
rrntyinpg,0
ex0w
0:arnre
ind
g
,0x0w
1:arng
ing
reen,0x02:warningblue.
Digital video switch and interface selection

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x5D 0x02 2 See 1
description

Version 23 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Close: AA 06 01 5D 02 00 00 10 EB AA
LVDS-H: AA 06 01 5D 02 03 00 13 EB AA
LVDS-F: AA 06 01 5D 02 03 10 23 EB AA
LVCMOS: AA 06 01 5D 02 02 00 12 EB AA
BT.656: AA 06 01 5D 02 04 00 14 EB AA
Moveme
BT.1120: AA 06 01 5D 02 05 00 15 EB AA
nt
CDS_2: AA 06 01 5D 02 05 80 95 EB AA
reception
LVDS&CMOS:AA 06 01 5D 02 06 00 16 EB AA
LVDS&BT656:AA 06 01 5D 02 07 00 17 EB AA
LVDS&BT1120:AA 06 01 5D 02 08 00 18 EB AA
Success: 55 04 5D 33 01 EA EB AA
Moveme
Failure: 55 04 5D 33 00 E9 EB AA
nt Reply

Version 24 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

DC
escoripm
tion:mandparam0e:0
terx0vd0
ige
:ita
o
,0lfx02:LVCMOS,0x03:LVDS,0x046
T
B
.:560
,x05: .B
T
1120;param1e0te
:x0
rL
0V
:DS-H,0x1L0V
:DS-F
undeLrVDSvide,:C
8
x
0
oDS_2unde1
.B
Tr120.in
thceased
oa
fstaourcese0
lecxtion
02ise
to
btayem
r odeincaseoD
f RC
Fothre
F
m
T
I1
2
8
0ovemen
,thte
paramea
tersdefind
ceoife
dm
rentlym
: andparame
0te
:0rx0
vdi0
ge
:ita
olxf02
,0 L:VCMOS,0x03
L:VDS_H,0x05:B
T
1
.120,0x08:LVDSandBT1120oustpim
utupltanraem
ous1
lye;:te.B
T
1
r120undeC
8
x
0
:rDS_2.
Video source selection

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x5C 0x01 1 See 1
description
LVDS digital video:
ORG: AA 05 01 5C 01 00 0D EB AA
NUC: AA 05 01 5C 01 10 1D EB AA
DRC: AA 05 01 5C 01 20 2D EB AA
DNS: AA 05 01 5C 01 50 5D EB AA
Moveme
LVCMOS digital video:
nt
ORG: AA 05 01 5C 01 00 0D EB AA
reception
NUC: AA 05 01 5C 01 01 0E EB AA
DRC: AA 05 01 5C 01 02 0F EB AA
DNS: AA 05 01 5C 01 05 12 EB AA
Success: 55 04 5C 33 01 E9 EB AA
Moveme
Failure: 55 04 5C 33 00 E8 EB AA
nt Reply
DC
escoripm
tion:mandparam1ebteyr,th
eh
eig4h)(breit4p
s~re
bit7shetra
sn
etriasm
ldaistao
iu
nrceform
0x00a:O
t RG,0x10
N
:UC,0x2D
0:RC,0x5D
0:NS;thlo
ew
4re
b
)(it0p
s~re
bit3shetra
pnatsram
leldaistao
iu
nrceform
0x0a
0
O
t:RG,0x01
N
:UC,0x02
D
:RC,0x05
D
:NS.0x05
D
:NS.
Fo
thm
F
T
reI1
0oveme,thpneatrm
8
2 adreP
dtefinrseadnrtlym
:0x0O
e:tR
rs:G,0x0N
1:UC,0x0D
2:RC.

2.3.3 Gain control

Image Mode

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x1F 0x01 1 0x00~0x02 1
Auto mode 0: AA 05 01 1F 01 01 D1 EB AA
Moveme Auto mode 1: AA 05 01 1F 01 02 D2 EB AA
nt Manual mode: AA 05 01 1F 01 00 D0 EB AA
reception
Success: 55 04 1F 33 01 AC EB AA
Moveme
Failure: 55 04 1F 33 00 AB EB AA
nt Reply

Modify contrast in manual mode

Version 25 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x22 0x01 1 0x00~0xff 1

Version 26 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Moveme Set: AA 05 01 22 01 64 37 EB AA
nt
reception
Success: 55 04 22 33 01 AF EB AA
Moveme
Failure: 55 04 22 33 00 AE EB AA
nt Reply
NC
ote:ommandparame
foe
th
srve
satlu,thexampsle
vatlu6e4th
foa
rcstu
e e
oa
1
tinl0
g
tra0
stManual mode to set the brightness

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x23 0x01 2 0x0000~0x01ff 1
Moveme Set: AA 06 01 23 01 C8 00 9D EB AA
nt
reception
Success: 55 04 23 33 01 B0 EB AA
Moveme
Failure: 55 04 23 33 00 AF EB AA
nt Reply
NC
ote:ommandparame
foe
th
srve
satlu,thexampsle
vatlu0e0C8th
foa
rcsb
e o
tu
erig
fa
tnh
lgtn
2e
0s0.Set image filtering on / off

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x1B 0x02 1 See details 1
Open: AA 05 01 1B 02 01 CE EB AA
Moveme
Off: AA 05 01 1B 02 00 CD EB AA
nt
reception
Success: 55 04 1B 33 01 A8 EB AA
Moveme
Failure: 55 04 1B 33 00 A7 EB AA
nt Reply

Read image filtering on/off status

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x1B 0x00 1 0x00 1
Moveme AA 05 01 1B 00 00 CB EB AA
nt
reception
Open: 55 04 1B 33 01 A8 EB AA
Moveme
Off: 55 04 1B 33 00 A7 EB AA
nt Reply
Version 27 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

DDE gear switching

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01~0x8:
0x01 0x19 0x01 1 1
Stall 0 - Stall 7
Stall 0: AA 05 01 19 01 01 CB EB AA
Stall 1: AA 05 01 19 01 02 CC EB AA
Stall 2: AA 05 01 19 01 03 CD EB AA
Stall 3: AA 05 01 19 01 04 CE EB AA
Moveme
Stall 4: AA 05 01 19 01 05 CF EB AA
nt
Gear 5: AA 05 01 19 01 06 D0 EB AA
reception
Stall 6: AA 05 01 19 01 07 D1 EB AA
Stall 7: AA 05 01 19 01 08 D2 EB AA
Moveme Success: 55 04 19 33 01 A6 EB AA
nt Reply

Version 28 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Failure: 55 04 19 33 00 A5 EB AA
Set image enhancement on/off

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x1A 0x01 1 See details 1
Open: AA 05 01 1A 02 01 CD EB AA
Moveme
Off: AA 05 01 1A 02 00 CC EB AA
nt
reception
Success: 55 04 1A 33 01 A7 EB AA
Moveme
Failure: 55 04 1A 33 00 A6 EB AA
nt Reply

Read image enhancement on/off status

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x1A 0x00 1 0x00 1
Moveme AA 05 01 1A 00 00 CA EB AA
nt
reception
Open: 55 04 1A 33 01 A7 EB AA
Moveme
Off: 55 04 1A 33 00 A6 EB AA
nt Reply

Area of interest settings

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x2B 0x01 8 See description 1
Moveme Set: AA 0C 01 2B 01 40 00 3C 00 E8 00 C2 00 09 EB AA
nt
reception
Success: 55 04 2B 33 01 B8 EB AA
Moveme
Failure: 55 04 2B 33 00 B7 EB AA
nt Reply
NC
ote:ommandparame
0te
~rsu
1p
:pe
xlcrftoord,lo
inw
acin
fro
tenm
t; mandparame
2te
~rsu
3p
:pe
ylcrftoord,lo
inw
acin
fro
tenm
t; mandparame
4te
~rslo
5w
:rig
xce
h
oro
trd,lo
inw
acin
frotenm
t; mandparame6te~rslo
7w
:yrigch
e
otrord,lo
inw
aifu
rotep
n np
t;eclo
rftord(0
,ina
),lote
w
crigoh
eotrd3
in8a4te*288re,2
8
3
(so
8lu
7)/6tio4n0*51re25
9
3
6
(,so1lu1tio),hnen
thn
fu
is,a
ocn
ftiod
nthe
othaeracoordinare
tse
totpenthe
fun.ction

Version 29 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

2.3.4 Motor Control

a. Basic Settings

Lens type reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x03 0x00 1 0x00 1
Moveme AA 05 08 03 00 00 BA EB AA
nt
reception
Moveme 55 05 08 03 33 03 9B EB AA
nt Reply
D
Te
hse
crip
e
va
tio
ulu
n
r0e
:x03meansduafie
olvd
fiewlens,0x00meansnoleo
n
fixe
rscd
un
son-adjule
sta
,0
nxsb0le
1meanscontinuzou
osmle,0
nxs02meansfixo
ecdua
e
sd
leju
ctrisa
le
tlyn
b
,0sle
x03meansduafie
olvd
fiewlens.
Lens type setting

Version 30 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x03 0x01 1 0xXX 1
No lens or fixed focus non-adjustable lens: AA 05 08 03 01 00 BB EB AA
Continuous zoom lens: AA 05 08 03 01 01 BC EB AA
Moveme
Fixed focus adjustable lens: AA 05 08 03 01 02 BD EB AA
nt
Double field of view lens: AA 05 08 03 01 03 BE EB AA
reception
Success: 55 05 08 03 33 01 99 EB AA
Moveme
Failure: 55 05 08 03 33 00 98 EB AA
nt Reply
NC
oteo
:mmandparam
0e
x:0
te0
rmeansnoleo
n
fixe
rscu
d
nson-ad
leju
,0
nsxta
0b
1le
meanscontinuzou
osmle,0
nxs02meansfo
ixecu
d
a
esd
leju
cltrisa
tlyblee n s ,0x03meansduo
fie
a
vie
fldw
len.N
sote
*lntyspeneedstobeconsisw
ten
thitheactu.al
Manual on/off alarm

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01-open
0x08 0x00 0x01 1 1
0x00-Off
Open: AA 05 08 00 01 01 B9 EB AA
Moveme
Close: AA 05 08 00 01 00 B8 EB AA
nt
reception
Success: 55 05 08 03 33 01 99 EB AA
Moveme
Failure: 55 05 08 03 33 00 98 EB AA
nt Reply
Dfterosa
A
m cp
rine
tounth
ai:e
lygrm
,th
ae
lrm
IO
outpu
w
b
teilpuleudp,andm
afterth
ca
loe
n
sirm
u
,th
a
ge
lyrm
IO
outpu
w
b
teilpuledown.Auto-focus after zooming or field of view switching

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01: Open
0x08 0x04 0x01 1 1
0x00: Close
Open: AA 05 08 04 01 01 BD EB AA
Moveme
Close: AA 05 08 04 01 00 BC EB AA
nt
reception
Success: 55 05 08 04 33 01 9A EB AA
Moveme
Failure: 55 05 08 04 33 00 99 EB AA
nt Reply

Lens defocus fine adjustment temperature interval setting

Version 31 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x08 0x01 2 Unit 0.01℃ 1
Moveme AA 06 08 08 01 F4 01 B6 EB AA
nt
reception
Success: 55 05 08 08 33 01 9E EB AA
Moveme
Failure: 55 05 08 08 33 00 9D EB AA
nt Reply
NT
ote
h:eacetuxalmpistole
tt h e temperature interval 5°Cth
fose
rvatlu0e1F4divd
be
y1
d00.Lens defocus fine-
tuning temperature interval reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x08 0x00 1 0x00 2

Version 32 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Moveme AA 05 08 08 00 00 BF EB AA
nt
reception
Moveme 55 06 08 08 33 f4 01 93 eb aa
nt Reply
NT
ote
h:etemperin
atu
ern
ve
a
ithle
dxampis5le°C,whicstha
ecretu
varn
lu0e1F4divd
be
y1
d00.Auto Focus

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x2F 0x01 1 1
Moveme AA 05 08 2F 01 00 E7 EB AA
nt
reception
Success: 55 05 08 2F 33 01 C5 EB AA
Moveme
Failure: 55 05 08 2F 33 00 C4 EB AA
nt Reply

b. Focus on motor settings

Focus on whether the direction of rotation of the motor reverses parameter settings

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0x01:
0x08 0x20 0x01 1 1
Reversal
0x00: No
inversion
Reversal: AA 05 08 20 01 01 D9 EB AA
Moveme
Non-inverted: AA 05 08 20 01 00 D8 EB AA
nt
reception
Success: 55 05 08 20 33 01 B6 EB AA
Moveme
Failure: 55 05 08 20 33 00 B5 EB AA
nt Reply

Focusing motor rotation direction is reversed parameter reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x20 0x00 1 0x00 1
Version 33 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Moveme AA 05 08 20 00 00 D7 EB AA
nt
reception
Moveme 55 05 08 20 33 00 B5 EB AA
nt Reply
DesR
cripe
tiotu
nvrn
:alu0
ex00
n:oreve,0rsxa0
l1:reversa.Drive
l focus motor rotation type

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x21 0x01 2 See 1
description
Close up: AA 06 08 21 01 01 00 DB EB AA
Close up fine tuning: AA 06 08 21 01 01 01 DC EB AA
Moveme
Vision: AA 06 08 21 01 02 00 DC EB AA
nt
Vision trim: AA 06 08 21 01 02 01 DD EB AA
reception
Success: 55 05 08 21 33 01 B7 EB AA
Moveme
Failure: 55 05 08 21 33 00 B6 EB AA
nt Reply
NC
ote:ommandparam0e
sviw
-clo
x1
,:te
x0r2-distavie
npw
ce
ara;m1e
,0
tm
ju
rsd
a
x-co
:tenrx01-slighatdjustmen.t

Version 34 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Focus on motor stop

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x22 0x01 1 0x00 1
Moveme AA 05 08 22 01 00 DA EB AA
nt
reception
Success: 55 05 08 22 33 01 B8 EB AA
Moveme
Failure: 55 05 08 22 33 00 B7 EB AA
nt Reply

Get the current position of the focus motor

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x23 0x00 1 0x00 2
Moveme AA 05 08 23 00 00 DA EB AA
nt
reception
Moveme 55 06 08 23 33 01 00 BA EB AA
nt Reply
DesT
crip
htio
en
re:tu
vrn
aluisth
ee
curepno,m
tsitonarkedbytwo
byte,w
sthith
e
lowbeyrte
fo
in
.Set
nt focus motor speed

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
Rotational
0x08 0x24 0x01 1 1
speed value
(0~0x20)
Moveme AA 05 08 24 01 0A E6 EB AA
nt
reception
Success: 55 05 08 24 33 01 BA EB AA
Moveme
Failure: 55 05 08 24 33 00 B9 EB AA
nt Reply

Read focus motor speed

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete

Version 35 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

rs bytes
0x08 0x24 0x01 1 0x00 1
Moveme AA 05 08 24 00 00 DB EB AA
nt
reception
Moveme 55 05 08 24 33 0A C3 EB AA
nt Reply
Get focus motor travel

Comma Comm Opera Number Paramet Return


nd and tion of ers Value Bytes
word 0 word 1 word paramete
rs bytes
0x08 0x25 0x00 1 0x00 6
Moveme AA 05 08 25 00 00 DC EB AA
nt
reception
Moveme 55 0A 08 25 33 00 00 00 00 00 90 01 50 EB AA
nt Reply
D
R
esectu
rip
va
rn
tiolu
b
ne
y:m
0
te:inimup
m
loo
w
8
sito
1n
s,ye
b
m
:inimup
m
ho
ig
8sh
,b
itoyitsn
2
m
e:aximum
p
loo
w
8
sito
3n
s,ye
b
m
:inimup
m
loo
w
8
sito,bnyitste4
sand5aretesdtata.

c. Focusing (zoom) motor setting

Focus/zoom motor rotation direction is reversed parameter settings

Version 36 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0x01:
0x08 0x30 0x01 1 1
Reversal
0x00: No
inversion
Reversal: AA 05 08 30 01 01 E9 EB AA
Moveme
No inversion: AA 05 08 30 01 00 E8 EB AA
nt
reception
Success: 55 05 08 30 33 01 C6 EB AA
Moveme
Failure: 55 05 08 30 33 00 C5 EB AA
nt Reply

Whether the direction of rotation of the focus/zoom motor is reversed parameter reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x30 0x00 1 0x00 1
Moveme AA 05 08 30 00 00 E7 EB AA
nt
reception
Moveme 55 05 08 30 33 00 C5 EB AA
nt Reply
DesR
cripe
tiotu
nvrn
:alu0
ex00
n:oreve,0rsxa0
l1:reversa.Drive
l focus/zoom motor rotation
type

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x31 0x01 2 See 1
description
Short focus: AA 06 08 31 01 01 00 EB EB AA
Short focus trim: AA 06 08 31 01 01 01 EC EB AA
Moveme
Telephoto: AA 06 08 31 01 02 00 EC EB AA
nt
Telephoto fine adjustment: AA 06 08 31 01 02 01 ED EB AA
reception
Success: 55 05 08 31 33 01 C7 EB AA
Moveme
Failure: 55 05 08 31 33 00 C6 EB AA
nt Reply
DC
escoripm
tion:mandparam0e
sviw
-clo
x1
,:te
x0r2-distavie
npw
ce
ara;m1e
,0
tm
ju
rsd
a
x-co
:tenrx01-fineadjustmenFocus/zoom
.t motor stop
Version 37 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x32 0x01 1 0x00 1
Moveme AA 05 08 32 01 00 EA EB AA
nt
reception
Success: 55 05 08 32 33 01 C8 EB AA
Moveme
Failure: 55 05 08 32 33 00 C7 EB AA
nt Reply

Get the current position of the focus/zoom motor

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x33 0x00 1 0x00 2
Moveme AA 05 08 33 00 00 EA EB AA
nt
reception
Moveme 55 06 08 33 33 01 00 ca eb aa
nt Reply
DesR
criptio
en
tu:th
rne
curepnotvsa
itolu
na
estwo
byte,w
sthith
e
low
byte
fro
in
.Set
nt focus motor speed

Version 38 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
Rotational
0x08 0x34 0x01 1 1
speed value
(0~0x20)
Moveme AA 05 08 34 01 0A F6 EB AA
nt
reception
Success: 55 05 08 34 33 01 CA EB AA
Moveme
Failure: 55 05 08 34 33 00 C9 EB AA
nt Reply

Read the focus motor speed

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x34 0x01 1 0x00 1
Moveme AA 05 08 34 00 00 EB EB AA
nt
reception
Moveme 55 05 08 34 33 0A D3 EB AA
nt Reply
Get focus motor travel

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x35 0x00 1 0x00 6
Moveme AA 05 08 35 00 00 EC EB AA
nt
reception
Moveme 55 0A 08 35 33 00 00 00 00 00 90 01 60 EB AA
nt Reply
D
R
esectu
rip
va
rn
tiolu
b
ne
y:m
0
te:inimup
m
loo
w
8
sito
1n
s,ye
b
m
:inimup
m
ho
ig
8sh
,b
itoyitsn
2
m
e:aximum
p
loo
w
8
sito
3n
s,ye
b
m
:inimup
m
loo
w
8
sito,bnyitste4
sand5aretesdtata.

d. Dual field of view motor setting

Read near (large) field of view, far (small) field of view switching point location information

Comma Comm Opera Number Paramet Return

Version 39 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

nd and tion of ers value bytes


word 0 word 1 word paramete
rs bytes
0x08 0x80 0x00 1 0x00 1
Moveme AA 05 08 80 00 00 37 EB AA
nt
reception
Moveme 55 08 08 80 33 78 05 08 07 A4 EB AA
nt Reply
DesR
cripe
tiotu
nvrn
:alub
eyte
0:nea(lrrg
fie
o
ve
ifld)w
low
8b
1
its,ye
n:ea(lrrg
fie
o
ve
ifld)w
hig8
hb
,itsyte
2:fa
(sm
ro
fie
vie
fldaw
l)ow
8b
its,byte 3
(sfam
:ro
)fie
vie
fld
aw
low
8th
be
itsn;ea(lrg
o
)fie
ve
ifldw
valu0
e578(hex(s),fam
ro
)fie
vie
fldaw
lvalu0
e708(hex), the actu
na
ela(lro
g
fie
vie
fldw
)po1s4
ito0
n0(s,fam
ro
)fie
vie
fldaw
lpo1s8
ito0
n0.
Set the near (large) field of view, far (small) field of view switch point location

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x80 0x01 3 See 1
description
Near (large) field of view position: AA 07 08 80 01 01 00 00 3B EB AA
Moveme
Far (small) field of view position: AA 07 08 80 01 02 00 00 3C EB AA
nt
reception
Success: 55 05 08 80 33 01 16 EB AA
Moveme
Failure: 55 05 08 80 33 00 15 EB AA
nt Reply

Version 40 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

DC
escoripm
tion:mandparam0e
0
:terx01-nea(large)
r ,0
vw
o
ld
fie
x0vo
fie2fld-aw
,p
raram1e,ptearam2efix0texrd
00. S w i t c h i n g field of view

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01: Myopic
0x08 0x81 0x01 1 1
field
0x02: Far field
of view
Switch to near (large) field of view: AA 05 08 81 01 01 3A EB AA
Moveme
Switch to far (small) field of view: AA 05 08 81 01 02 3B EB AA
nt
reception
Success: 55 05 08 80 33 01 16 EB AA
Moveme
Failure: 55 05 08 80 33 00 15 EB AA
nt Reply

e. Preset Bit Setting

Preset Bit Writing

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x83 0x01 2 See 1
description

Moveme AA 06 08 83 01 00 00 3C EB AA

nt
reception
Success: 55 05 08 83 33 01 19 EB AA
Moveme
Failure: 55 05 08 83 33 00 18 EB AA
nt Reply
Do
Cem
scriptn:mandp
:0
arm
0foe
ctrum
so,0to1rC
focusom
m otr;mandparg
b
:pest1
m
ituept0r-9;thexampsleths0th
ro e group
ore
fo
bsitcfeutm
som
;atoro10stgrouposre
fa
bsre
itutppo,threo
spdem
craiftionethoistrudnthceoresponm
dingto
hse,a
firpton
ored
scitofehndesnendthceommand.
Preset Bit Read

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x83 0x00 2 See 2
description

Moveme AA 06 08 83 00 00 00 3B EB AA

Version 41 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

nt
reception
Moveme 55 06 08 83 33 9B 0E C2 EB AA
nt Reply
Do
Cem
scriptn:mandp
:0
arm
0foetcrusmoto0r1focum
spoatora;m1e:pterg
b
sero
itup0-9; retuva
rnlulo
ew
byte
fron
in
h
igb
thyte
he
in
back,examp0
lex0E9B;
Preset Bit Call

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x87 0x01 2 See 1
description

Moveme AA 06 08 87 01 00 00 40 EB AA

nt
reception
Success: 55 05 08 87 33 01 1D EB AA
Moveme
Failure: 55 05 08 87 33 00 1C EB AA
nt Reply
Do
Cem
scriptionm
: andparam
0e:0ter0focum
s,0o1tofrcum
spaoratom
r;p
1re
:g
bsro
iteurtp
-9
0
;ea
tura
nm
,0:0e1-fateilur-seuccess.

Version 42 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

2.3.5 Temperature measurement command

a. Parameter Setting

Turn on or off the temperature measurement display function

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x00 0x01 1 On/Off 1
Open: AA 05 07 00 01 01 B8 EB AA
Moveme
Close: AA 05 07 00 01 00 B7 EB AA
nt
reception
Moveme 55 05 07 00 33 01 95 EB AA
nt Reply
Read out the current temperature unit

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x02 0x00 1 00 1
Moveme AA 05 07 02 00 00 B8 EB AA
nt
reception
Moveme 55 05 07 02 33 00 96 EB AA
nt Reply
DC
esco
ripm
tion:mandparam1
eb
teyr,e
tprese
thn
tetin
m
gpe0
u
raxn
tu
0i:re
C
0:0e
x0
lsiu
K
10
s:;xe
0lvF
2
in:;ahre.Set
nheit the current temperature unit

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x02 0x01 1 Temperature 1
units
Celsius: AA 05 07 02 01 00 B9 EB AA
Moveme Kelvin: AA 05 07 02 01 01 BA EB AA
nt Fahrenheit: AA 05 07 02 01 02 BB EB AA
reception
Moveme 55 05 07 02 33 01 97 EB AA
nt Reply
DC
esco
ripm
tion:mandparam1
eb
teyr,e
tprese
thn
tetin
m
gpe0
u
raxn
tu
0i:re
C
0:0e
x0
lsiu
K
10
s:;xe
0lvF
2
in:;ahre.Read
nheit the reflected temperature of environment variable

Version 43 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x0F 0x00 1 00 4
Moveme AA 05 07 0F 00 00 C5 EB AA
nt
reception
Moveme 55 08 07 0F 33 90 D0 03 00 09 EB AA
nt Reply
NT
oteh:erevtuarnlu3
ise2
da
b
ta
,hite
low
be
fro
isn
,th
itatcduata
n ish
le
rtu
varnlu/1e0000(C/K
e/F
lseiua
lvsinhre).nheit Setting environment variable of reflection temperature

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x0F 0x01 4 Temperature 1
value
Moveme AA 08 07 0F 01 90 D0 03 00 2C EB AA
nt
reception
Moveme 55 05 07 0F 33 01 A4 EB AA
nt Reply
NTohte:th
uerntim
sfo gp(C
)iseraetulsirehs/Kelvin/Fac
ahrenhetiualvalue*10000temperau,w
tnthreisethlow.in
ben
fro
itrt

Version 44 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Read the ambient temperature of the environment variable

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x10 0x00 1 00 4
Moveme AA 05 07 10 00 00 C6 EB AA
nt
reception
Moveme 55 08 07 10 33 90 D0 03 00 0A EB AA
nt Reply
NT
oteh:erevtuarnlu3
ise2
db
ata
i,helow
b
isn
fro,thinea
tctudaltaishertuvrnalue
/10000(Ce/K
lsiu
/F
eslvainhre
.nheit) Set the environment variable of atmospheric ambient
temperature

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x10 0x01 4 Temperature 1
value
Moveme AA 08 07 10 01 90 D0 03 00 2D EB AA
nt
reception
Moveme 55 05 07 10 33 01 A5 EB AA
nt Reply
DesS
cripe
th
iote
d
na
:ta
o
efmpera(C
turelsius/Ke)a
lvins/F
the
ah
ctu
re
va
nlu
h*e
1it0000temperaut,w
nreth
isith
e
lowin
b
fro
.Read
en
itrt out the emissivity of environmental variables

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x12 0x00 1 00 4
Moveme AA 05 07 12 00 00 C8 EB AA
nt
reception
Moveme 55 08 07 12 33 10 27 00 00 E0 EB AA
nt Reply
NT
oteh:erevtuarnlu3
ise2
db
ata
i,helow
b
isn
fro,thinea
tctudaltaishertuvrnalue
/10000. Setting the environment variable of the launch rate

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x12 0x01 4 Emissivity 1
Version 45 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

value
Moveme AA 08 07 12 01 10 27 00 00 03 EB AA
nt
reception
Moveme 55 05 07 12 33 01 A7 EB AA
nt Reply
DesS
cripe
th
iote
n
d:ata
o
efm
asithse
ivaityctu
valu*e10000temperau
t,w
n
reitshith
e
lowin
b
fro
.Read
en
itrt out the target distance of environment
variable

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x13 0x00 1 00 4
Moveme AA 05 07 13 00 00 C9 EB AA
nt
reception
Moveme 55 08 07 13 33 D0 07 00 00 81 EB AA
nt Reply
ExpT
lanhaetiorevntua:rnluis3
e2
db
ata
i,helow
b
isn
fro,aitntdtheactudaltaishertuvrnalue/1000(kilo
0m
).eter Set the target distance of environment variable

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x13 0x01 4 Distance 1
value
Moveme AA 08 07 13 01 D0 07 00 00 A4 EB AA
nt
reception
Moveme 55 05 07 13 33 01 A8 EB AA
nt Reply

Version 46 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

DesS
cripe
th
iote
d
na
:ta
o
thfe
targ
de
istan(kcm
e)asthe
actu
valu*e
10000temperau
t,w
n
reitshith
e
lowb
fro
in
.Read
en
itrt out the atmospheric ambient humidity of
environmental variables

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x11 0x00 1 00 4
Moveme AA 05 07 11 00 00 C7 EB AA
nt
reception
Moveme 55 08 07 11 33 A0 0F 00 00 57 EB AA
nt Reply
ExpT
lanhaetiorevntua:rnluis3
e2
db
ata
i,helow
b
isn
fro,thinea
tctudaltaishertuvrnalue
/10000. Set the environment variable of atmospheric humidity

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x11 0x01 4 Humidity 1
value
Moveme AA 08 07 11 01 A0 0F 00 00 7A EB AA
nt
reception
Moveme 55 05 07 11 33 01 A6 EB AA
nt Reply
DesT
criphtioend:ata
sfoerhtinugm
isthe
id
aityctu
valu*e10000temperature
n
,w
itsthielowin
b
fro
e.Read
itn
rt out the visible distance of environmental
variables

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x19 0x00 1 00 4
Moveme AA 05 07 19 00 00 CF EB AA
nt
reception
Moveme 55 08 07 19 33 40 0D 03 00 00 EB AA
nt Reply
DT
eh
sceripetiovua
nrlu
:is3
e2
db
ata
i,helowisn
b
fro
e,thin
rea
tctudaltaishertuvrnalue/1000(km
0). Setting environment variable of visible distance

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
Version 47 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

0x07 0x19 0x01 4 Distance 1


value
Moveme AA 08 07 19 01 40 0D 03 00 23 EB AA
nt
reception
Moveme 55 05 07 19 33 01 AE EB AA
nt Reply
DesS
cripe
th
iote
d
na
:ta
o
visfbtalen(kcm
d e)asthe
actu
valu*e
10000temperau
t,w
n
reitshith
e
lowb
fro
in
.Re-correction
en
itrt of environmental parameters/environmental
variables takes effect

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x18 0x01 1 0 1
Moveme AA 05 07 18 01 00 CF EB AA
nt
reception
Moveme 55 05 07 18 33 01 ad eb aa
nt Reply
De:
scriptionA
an
elfte
vironm
vaerianb
re
stle
,hn
se
tewenvironm
vaeria
tnb
kta
e
slfte
sn
rctdinthgceommand.Read the temperature information of any point

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
To read
0x07 0x1F 0x00 4 4
temperature
points
The
coordinates (x,

Version 48 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

y)
Moveme AA 08 07 1F 00 0A 00 14 00 F6 EB AA (the coordinates of the read point are (10,
nt 20))
reception
Moveme 55 08 07 1F 33 FF 3F 00 00 F4 EB AA
nt Reply
NTohte:retuernm
edpvaelu(C
ra)is3
etud2
eralsb
iuw
tahs/K
itloeithw
elv,a
firsbnti/F
edratharentecuhm
eaitlpeisthraeturentem
dpevratul/1re0.

b. Area temperature measurement parameter setting

Turn on/off the zone module temperature measurement display

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x40 0x01 2 0x00 1
AA 06 07 40 01 00 01 F9 EB AA (open area 0)
Moveme
AA 06 07 40 01 00 00 F8 EB AA (Off area 0)
nt
reception
Success: 55 05 07 40 33 01 D5 EB AA
Moveme
Failure: 55 05 07 40 33 00 D4 EB AA
nt Reply
De
C
scrip
otio
m
n:mandparame
0
thte
:areanumbe0r~4to
beopened,commandparame
1
0te
:x0
r0-clo,0
se
x01-open.Area module coordinate information reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x42 0x00 1 0x00 9
Moveme AA 05 07 42 00 00 F8 EB AA
nt
reception
Moveme 55 0D 07 42 33 00 64 00 64 00 C8 00 C8 00 36 EB AA
nt Reply
DesC
cripo
tim
n:mandparame0
the:regionumbe0r~4to
beread;retuva
rnlu0
e
th:e
rgionumbe0r~4,retuva
rnlu1
e
th:e
uppep
lro
ftco
ino
trdina
xlo
tew
s8,rb
eitsturnv a l u e 2: the uppep
lro
ftco
ino
trdina
xh
teig
s8
h,re
bitsuvrn
alu3
e
th:e
uppep
lro
ftco
ino
trdina
ylo
tew
s8,re
bitsuvrn
alu4
e
th:e
uppep
lro
ftco
ino
trdina
yh
teig
s8
hb
,reitsuvrn
alu5
e
th:e
lowrigeh
p
rtoin
co
tordinatexslow
8,re
b
va
islu
turn
6e
th
lo
:w
rig
p
co
h
e
o
trd
intin
xh
aig
8
teh
b
,re
sva
islu
turn
7e
th
lo
:w
rig
p
co
h
e
o
trd
intin
ylo
aw
te
8s,re
b
va
islu
turn
8e
th
lo
:w
rig
p
co
h
e
o
trd
intin
yh
aig
8
teh
b
L
so
its:we
rig
p
co
ho
trd
intyin
loa
w
8
te,re
b
va
isrlu
tu n
8e
L:we
o rig
p
co
ho
trd
intyin
ha
ig8
te
h.b
eitsr
Area module coordinate setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x42 0x00 9 See 1

Version 49 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

description
Moveme AA 0D 07 42 01 00 64 00 64 00 C8 00 C8 00 59 EB AA
nt
reception
Success: 55 05 07 42 33 01 D7 EB AA
Moveme
Failure: 55 05 07 42 33 00 D6 EB AA
nt Reply
Commandparame0
the:a
rreanumbe0r~4to
bese
,co
tmmandparame1
the
:u
rppep
lro
ftco
ino
trdina
xlo
tew
s8,cboitsmmandparame
2
the
:u
rppelprfto
co
ino
trdina
xhigh
tes 8 b i t s ,commandparame3
the
:u
rppep
lro
ftco
ino
trdina
ylo
tesw
8,cboitsmmandparame4
th
e:e
u
rppep
lro
ftco
ino
trdina
yh
teig
s8
h,cboitsmmandparame5
the:lo
rwrig
peh
o
cro
tino
trdina
xlo
tew
s8bits,commandparam
6e
th
lo
:te
w
rp
ig
co
h
e
o
trd
intin
xh
aig
8
teh
,cb
soitsmmandparam
7e
th
lo
:te
w
rp
ig
co
h
e
o
trd
intin
ylo
aw
te
8s,bits
commandparam
8e
th
lo
:te
w
rp
ig
co
h
e
o
trd
intin
yh
aig
8
teh
b
.8
s,cb
itsoitsmmandparam
8e
lo
:te
w rig
p
co
h
e
o
trd
intyin
ha
ig
8te
h
.bits
Area module maximum temperature value and coordinate reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x45 0x00 1 0x00 9
Moveme AA 05 07 45 00 00 FB EB AA
nt
reception

Version 50 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Movement 55 0D 07 45 33 00 4E 01 00 00 10 00 0A 00 4A EB AA
Reply
D
Ce
osm
criptionm
: andparam
0a
th
:rtea
e n
rumbe
0r~4to
berevatu
d
la
0
rn
;e
:a
numbe
0r~4v,reatul1
rne
~te
4m
: pdeard
(e
tauta
lre)
*10
,th)e
low
b
fo
risn
ee
itn
u
va
rt;nlu5
e~6
co
:ordin
x,th
ae
tlow
b
fro
isn
,ee
iu
tn
va
rtnlu7
e~8
co
:ordin
y,th
ae
tlow
b
fro
.isn
Area
e
itrt
n module minimum temperature value and coordinate reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x48 0x00 1 0x00 9
Moveme AA 05 07 48 00 00 FE EB AA
nt
reception
Moveme 55 0D 07 48 33 00 42 01 00 00 2B 00 15 00 67 EB AA
nt Reply
D
Ce
osm
criptionm
: andparam
0a
th
:rtea
e n
rumbe
0r~4to
berevatu
d
la
0
rn
;e
:a
numbe
0r~4v,reatul1
rne
~te
4m
: pdeard
(e
tauta
lre)
*10
,lo)w
fo
rin
etn
u
va
t;lu5
rn e~6
co
:ordin
x,lo
aw
te,re
fon
in
tu
va
tlu7
rn e~8
co
:ordin
y,lo
aw
te.in
fro
Area
nt module center temperature value and coordinate reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x4B 0x00 1 0x00 9
Moveme AA 05 07 4B 00 00 01 EB AA
nt
reception
Moveme 55 0D 07 4B 33 00 33 01 00 00 96 00 96 00 47 EB AA
nt Reply
D
Ce
osm
criptionm
: andparam
0a
th
:rtea
e n
rumbe
0r~4to
berevatu
d
la
0
rn
;e
:a
numbe
0r~4v,reatul1
rne
~te
4m
: pdeard
(e
tauta
lre)
*10
,lo)w
fo
rin
etn
u
va
t;lu5
rn e~6
co
:ordin
x,lo
aw
te,re
fon
in
tu
va
tlu7
rn e~8
co
:ordin
y,lo
aw
te.in
fro
Area
nt module average temperature value reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x4C 0x00 1 0x00 5
Moveme AA 05 07 4C 00 00 02 EB AA
nt
reception
Moveme 55 09 07 4C 33 00 33 01 00 00 18 EB AA
nt Reply
D
Ce
osm
criptionm
: andparam
0a
th
:rtea
e n
rumbe
0r~4to
berevatu
d
la
0
rn
;e
:a
numbe
0r~4v,reatul1
rne
~te
4m
: pdeard
(e
tauta
lre)
*10
.)

Version 51 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

c. Whole frame parameter setting

Turn on/off the whole image temperature measurement display

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x24 0x01 1 Turn on/off 1
Open: AA 05 07 24 01 01 DC EB AA
Moveme
Close: AA 05 07 24 01 00 DB EB AA
nt
reception
Moveme 55 05 07 24 33 01 B9 EB AA
nt Reply
Turn on/off the display of the highest temperature point of the whole frame

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x26 0x01 1 Turn on/off 1

Version 52 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Open: AA 05 07 26 01 01 DE EB AA
Moveme
Close: AA 05 07 26 01 00 DD EB AA
nt
reception
Moveme 55 05 07 26 33 01 BB EB AA
nt Reply
Turn on/off the display of the lowest temperature point of the whole frame

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x28 0x01 1 Turn on/off 1
Open: AA 05 07 28 01 01 E0 EB AA
Moveme
Close: AA 05 07 28 01 00 DF EB AA
nt
reception
Moveme 55 05 07 28 33 01 bd eb aa
nt Reply
Turn on/off the whole frame center point temperature display

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2B 0x01 1 Turn on/off 1
Open: AA 05 07 2B 01 01 E3 EB AA
Moveme
Close: AA 05 07 2B 01 00 E2 EB AA
nt
reception
Moveme 55 05 07 2B 33 01 C0 EB AA
nt Reply
Retrieve the average temperature information of the whole image frame

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2A 0x00 1 0 4
Moveme AA 05 07 2A 00 00 E0 EB AA
nt
reception
Moveme 55 08 07 2A 33 FE 3F 00 00 FE EB AA
nt Reply
DT
eh
sceripetiounr:tem
dpevratu
l(C
reelsius)i3
/K2
dea
b
lvintaw
i/Fthaith
elore
w
n,a
firsb
he
tn
iritdtheactu
ea
m
l peraisthuerturnetdmperavtuarelue/10.Read the highest temperature point of the whole image frame
Version 53 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x27 0x00 1 00 8
Moveme AA 05 07 27 00 00 DD EB AA
nt
reception
Moveme 55 0C 07 27 33 FF 3F 00 00 05 00 05 00 0A EB AA
nt Reply
DB
esyc0
terip~
tio3nth
o:re
fvtuarnluepresethn
h
etsigh
tee
m
stpevratu
l(C
reelsius),thlo
/K
ew
eo
b
lv3
in
eft/F
2
rdab
a
hre
ta
i,h
foe
sn
nahtcetuia
m
l peraisthuerturnetdmpera
va
tulu
reB
e/1y0
te
4;~5represeth
ne
xtscoordin
o
tha
fe
htightem
stpera
p,th
u
oe
rlo
inw
tB
be
fro
isn
ityrt;e
n 6~7represeth
ne
ytscoordin
o
tha
fe
htightem
stpera
p,th
u
oe
rlo
inw
t.Read
be
fro
isn
itrt
n out the information of the lowest point of the temperature
of the whole frame

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x29 0x00 1 00 8
Moveme AA 05 07 29 00 00 DF EB AA
nt
reception
Moveme 55 0C 07 29 33 FF 3F 00 00 05 00 05 00 0C EB AA
nt Reply
DesR
cripe
tiotu
nvrn
:alub
eyte
0~3represeth
ne
tslowtem
stperavtu
are
lu(C
eelsius/Kelvin),thlo/F
ew
ob3
a
fite2
h
rre
d
b
n
aith
aisn
fro
e,an
ittdtheactueam
l peratu
ishrereturnete
dmperaturevalue/10;retuvrn
alub
eyte
4~5represeth
ne
tsxcoordinateofthelowestemperaturepo
,thin
e
lotwre
btu
fo
isn
ivra
n t;lub
n eyte
6~7represeth
ne
tsycoordinateo
thfe
lowtem
stperaptuo
,th
reine
tlowebisrnitfron.t

Version 54 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Read out the temperature information at the center of the whole frame

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2C 0x00 1 00 6
Moveme AA 05 07 2C 00 00 E2 EB AA
nt
reception
Moveme 55 0C 07 2C 33 FF 3F 00 00 40 01 00 01 47 EB AA
nt Reply
DesR
cripe
tiotu
nvrn
:alub
eyte
0~3represeth
ne
tscenp
teo
rm
intperavtu
are
lu(C
eelsius/Kelvin),thloe/F
w
3
obfitae2
rhd
b
rea
nita
h
isn
froe
,thnitetactuteam
l peratutisre h e returnete
dmperaturevalue/10;retuvrn
alub
eyte
4~5represeth
ne
tsxcoordinate
othfecenp
teo
,th
rin
e
lotwb
fotu
isn
re
ivra
n t;lub
n eyte
6~7represeth
ne
tsycoordinate
o
hfe
cenp
teo
,th
rinetloweb
isn
rfitront.
Turn on/off fire point alarm

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x30 0x01 1 Turn on/off 1
Open: AA 05 07 30 01 01 E8 EB AA
Moveme
Close: AA 05 07 30 01 00 E7 EB AA
nt
reception
Moveme 55 05 07 30 33 01 C5 EB AA
nt Reply
Fire point alarm threshold setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x31 0x01 2 See 1
description
Moveme Set: AA 06 07 31 01 10 27 E8 EB AA
nt
reception
Moveme 55 05 07 31 33 01 C6 EB AA
nt Reply
DT
eh
sceriptioanra:mveateluis1
fre~
ld16384,thg
eenth
ere
aslvhaoluisde
be
ttwee1
n0000~14000,tha
elarm
thresvhaoluin
th
dexampis0x2710=10000
le Fire alarm threshold reading

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
Version 55 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

0x07 0x31 0x00 0 1


Moveme Read: AA 04 07 31 00 E6 EB AA
nt
reception
Moveme 55 06 07 31 33 10 27 FD EB AA
nt Reply
DT
eh
sceriptioanra:mveateluis1
fre~
ld16384,thg
eenth
ere
aslvhaoluisde
be
ttwee1
n0000~14000,tha
elarm
thresvhao
lu
the
in
ldxamp0x2710=10000
isle Fire point alarm serial alarm information

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x08 0x01 21 See 1
description
AA 19 01 08 01 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Moveme
00 00 00 00 00
nt 00 D0 EB AA
sending
DesA
cripthfe
iorn
fiep:oisn
trgtge
,a
rela
drm
inform
w
bae
tio
ln
sen3
ttime
psersecond,andupto5firepoainre
tacenteproin
ca
tsnbesen
.P
tarame5
te~
r8c
: enter position of fire point
region 2;parame9te~r12
ce
:np
teo
rfie
p
sfito
ren
igtio3
p
n;arame1te3r~16
ce
:np
teo
rfie
psfre
o
itg
intio4
p
n;arame1te7r~20:centeprositofire
pnore
ing
tion
5.
Turn on/off heat warning

Version 56 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2D 0x01 1 Turn on/off 1
Open: AA 05 07 2D 01 01 E5 EB AA
Moveme
Close: AA 05 07 2D 01 00 E4 EB AA
nt
reception
Moveme 55 05 07 2D 33 01 C2 EB AA
nt Reply
Set high temperature warning thresholds

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2D 0x01 1 Turn on/off 1
Moveme AA 08 07 1E 01 C0 C6 2D 00 8B EB AA
nt
reception
Success: 55 05 07 1E 33 01 B3 EB AA
Moveme
Failure: 55 05 07 1E 33 00 B2 EB AA
nt Reply
DS
esth
ecvrip
e
tatiolun
3
toe:2
,lob
w
itbinfroitn,stevtalue=actuavlalue*10000e
thxisampsle
,in thh
e
tigtehmpew
ratua
rernth
inre
gsto
3
h0
o0
ld(Celsiu/K
se/F
lvin
ahren).heit
Read high temperature warning thresholds

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x2D 0x01 1 Turn on/off 1
Moveme AA 05 07 1E 00 00 D4 EB AA
nt
reception
Moveme 55 08 07 1E 33 C0 C6 2D 00 68 EB AA
nt Reply
NA
otecte
:um
alpe(C
ratue
rlsius=
/K
the
rlvsin
ha/F
olud
re
ahd
re
/1n
0h
0e
0it)0,in
th
ca
iseread
3000000
(002DC6C0
,th)e
actu
valuis3
e00. High temperature
warning serial port alarm
message

Comma Comm Opera Number Parameters Return


nd and tion of value bytes

Version 57 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

word 0 word 1 word paramete


rs bytes
0x01 0x08 0x01 21 See 1
description
AA 19 01 08 01 02 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Moveme 00 00 00 00 00 00
nt 00 D0 EB AA
sending
D
A
th
h
eig
fte
sch
rm
iption:pe
w
ratuarenistrg
n
,a
gla
erm
eindfoisrm
etw
np
ta
e
icse
to
rcnond,param
0
fixex:0
d
te2
r,param
1e
0x:0
te1
r-alarm
isgenerate
,0d
x00-alarm
disappea,orsthe
brytesaremeaningless;

d. Secondary calibration function

Enable/disable temperature measurement lens correction data to take effect

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x60 0x01 1 Turn on/off 1
Open: AA 05 07 60 01 01 18 EB AA
Moveme
Close: AA 05 07 60 01 00 17 EB AA
nt
reception
Moveme 55 05 07 60 33 01 F5 EB AA
nt Reply
DTeuscrnipth
osilennc/o:sfuretfoncm
rtionpem
ratureasureme.nt

Version 58 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Read out whether the movement has previously saved the temperature measurement lens correction data

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x6A 0x00 1 00 1
Moveme AA 04 07 6A 00 1F EB AA
nt
reception
Not saved: 55 05 07 6A 33 00 FE EB AA
Moveme
Saved: 55 05 07 6A 33 01 FF EB AA
nt Reply

Erase lens temperature measurement correction data

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x6B 0x02 1 00 1
Moveme AA 05 07 6B 02 00 23 EB AA
nt
reception
Moveme 55 05 07 6B 33 01 00 EB AA
nt Reply
Lens temperature measurement data correction

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x6F 0x02 3 Temperature 1
value of the
target
Target temperature at 10°C: AA 07 07 6F 02 64 00 01 8E EB AA
Moveme
Target temperature at 50°C: AA 07 07 6F 02 F4 01 02 20 EB AA
nt
reception
Moveme 55 05 07 6F 33 01 04 EB AA
nt Reply
DesT
crip
htio
en
co
:rep
ctio
rn
cesisrough
alysfoth
loe
w
ms:ovemen
isatssemblew
dthith
e
lnfa
,irstcin
thg
e
low-tempe
b
tala
rgbce
tu
o
kd
rey,andusecthoismmandto
sendthte
arg
m
etpera(teure
mperatureacordto
ingthec a l i b r a t i o n of the black
body temperato
,h
cfiln
uaisree,10degrees(0064,decim
10
a0
l,the
rteam
l pera*1tu0re
,p)arame2te
(0rx01
fix;a
e
)dn)dt h e n facth
eh
eigh-tem
tala
b rg
p
bceo
ktra
dtu
y,a
rendusectho
ismmandto
sendthte
am
rgetpe
tra
m
turepe
ara
ctu
ore
dto
h
inw
ce
g
alibh
rae
tionthb
elabco
kdytempe
he
filn
to
raxtuaremp
ole
5 fdegrees
0
(01F4
,decim
500
ate
,rlm
alpe
*1ra
0
,ptu
)are
am
2e
(0te
x0
rfixth2
e
m
)d);ovemew
p
ne
trfo
ilrm
thecalcua
lotihfnelecnsorectiod
natawhenthete
am
rgetpe
israd
n
tuorewnth
fose
rcondtim
.e
Save lens temperature correction data

Version 59 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x07 0x6A 0x02 1 00 1
Moveme AA 05 07 6A 02 00 22 EB AA
nt
reception
Success: 55 05 07 6A 33 01 FF EB AA
Moveme
Failure: 55 05 07 6A 33 00 FE EB AA
nt Reply

e. Strong light protection setting

Strong light protection switch, threshold value, protection time reading

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x08 0x00 1 0x00 1
Moveme Strong light protection switch, threshold value, protection time reading: AA 05 01
nt 08 00 00 B8 EB AA
reception
Moveme 55 07 08 33 00 8B 06 58 80 EB AA
nt Reply

Version 60 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Strong light protection switch, threshold value, protection time setting

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x08 0x01 4 See 1
description
Strong light protection on: AA 08 01 08 01 01 8B 06 58 A6 EB AA
Moveme Strong light protection off: AA 08 01 08 01 00 8B 06 58 A5 EB AA
nt Write in the strong light protection threshold and protection time: AA 08 01 08 01
reception 00 8B 06 58 A5 EB AA

Success: 55 04 08 33 01 95 EB AA
Moveme
Failure: 55 04 08 33 00 94 EB AA
nt Reply
DC
escoripm
tion:mandparam0e:te
x0r1-ena0,bx0le1
o
p
th
:a
f;r-dm
re
isasblo
e
h
trw
o8ld2
rm
a
is,p
b
th
:ree
trshig
o8h
ld:b
rm
a
its;p
3rotim
rhe
e ctio
xe
a
n;mpw
le
thveritaslu0e68Band58a
sth
e
ctu
h
ea
relysvhaolud
soe
trfn
ligro
p his1te6c7
tio5
n,thp
erotim
ecis8to8e
nseconds.
Automatically sends information when triggered by strong light

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x08 0x00 1 0x00 1
Trigger (shutter closed): AA 19 01 08 01 01 01 01 00 00 00 00 00 00 00 00 00 00
00
Automati 00 00 00 00 00 00 00 00 00 CF EB AA
c
moveme
nt
Send Protection complete (open shutter): AA 19 01 08 01 01 00 00 00 00 00 00 00
00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 CE EB AA

2.3.6 Cloud Station Control

RS-485 bus thermal imaging camera device address read command (address used for PELCO-D protocol
communication)

Comma Comm Opera Number Paramet Return


nd and tion of ers Value Bytes
word 0 word 1 word paramete
rs bytes
0x08 0x8A 0x00 1 0x00 1
Version 61 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Moveme AA 07 08 8A 00 00 41 EB AA
nt
reception
Moveme 55 06 08 8A 33 FE 1F EB AA
nt Reply
D
T
hesdcripetiovfacn
eud:ltdreis0xFE.
RS-485 bus thermal camera device address write command (address used for PELCO-D protocol communication)

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x8A 0x01 1 New address 1
of the device
Moveme AA 07 08 8A 01 FE 40 EB AA
nt
reception
Moveme 55 06 08 8A 33 01 1F EB AA
nt Reply
DS
esth
e
crip
d
e
ttio
en
vica
:eddresto
0xFE,rep
tua
rnam
0e
x,0
tex0
rs:-fa1ilu-sre
uces.Head up and down rotation command

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x71 0x01 0 See 1
description

Version 62 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Up : AA 07 08 71 01 01 00 1F 4B EB AA
Moveme
Next: AA 07 08 71 01 01 01 01 1F 4C EB AA
nt
reception
Success: 55 05 08 71 33 01 07 EB AA
Moveme
Failure: 55 05 08 71 33 00 06 EB AA
nt Reply
D
C
esocm
ription:mandparam
0e
d:te
va
icre
ddre
psa;ram
1e
0:te
0 -runp,01-rudnowp
na
;ram
2e
-sp
tee
rere
d
ptu
;arn
am
,0e
:te
0 1
-faril-success.
Left and right rotation command of the head

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x72 0x01 0 See 1
description
Left: AA 07 08 72 01 01 00 1F 4C EB AA
Moveme
Right: AA 07 08 72 01 01 01 01 1F 4D EB AA
nt
reception
Success: 55 05 08 72 33 01 08 EB AA
Moveme
Failure: 55 05 08 72 33 00 07 EB AA
nt Reply
D
C
esocm
ription:mandparam
0e
d:te
va
icre
ddre
psa;ram
1e
0:te
0 -runto
h
n,0
le
in1
ftg-runto
h
nrig
p
e
nh
a
gra
t;m
2e
-sp
tee
rere
d
ptu
;arn
am
,0e
:te
0 1
-farilu-sreuccess.
Cloud station operation stop command

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x77 0x01 0 See 1
description
Moveme Stop: AA 05 08 77 01 01 30 EB AA
nt
reception
Success: 55 05 08 77 33 01 0D EB AA
Moveme
Failure: 55 05 08 77 33 00 0C EB AA
nt Reply
De
C
scrip
otio
m
n:mandparame
0
dte
:rvica
eddrep
sa;rame
1
fix0
e
t:xd
r30
re;tu
prn
arame
0,te
:01
r-fasilure
ces.Cloud station preset point operation command

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x73 0x01 2 See 1

Version 63 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

description
Set: AA 07 08 73 01 01 00 01 2F EB AA
Moveme Clear: AA 07 08 73 01 01 01 01 01 30 EB AA
nt Called: AA 07 08 73 01 01 02 01 31 EB AA
reception
Success: 55 05 08 73 33 01 09 EB AA
Moveme
Failure: 55 05 08 73 33 00 08 EB AA
nt Reply
D
C
esocm
ription:mandparam
0e
d:te
va
icre
ddres,param
s1e:vte
pp
re
a
th
(in
o
-sle
inxtsamp
,le
p
r1
,o
-s)a
e
inra
tm
fix2ex:0
0 d
ter1
ptu
;arn
am
0e:0
ter,0
-failu1re-success.

2.3.7 Advanced Features

Version 64 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

a. Calibration

Blind meta-cursor show, hide

Comma Comm Opera Number Parameters Return


nd and tion of Value Bytes
word 0 word 1 word paramete
rs bytes
0xC1: Display
0x01 0x43 0x02 1 1
0x40: Hide
Blind element cursor display: AA 05 01 43 02 C1 B6 EB AA
Moveme
Blind element cursor hidden: AA 05 01 43 02 40 35 EB AA
nt
reception
Success: 55 04 43 33 01 D0 EB AA
Moveme
Failure: 55 04 43 33 00 CF EB AA
nt Reply

Blind element cursor movement

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x44 0x02 1 See 1
description
Move up 1: AA 05 01 44 02 01 F7 EB AA
Downshift 1: AA 05 01 44 02 02 F8 EB AA
Shift Left 1: AA 05 01 44 02 03 F9 EB AA
Right shift 1: AA 05 01 44 02 04 FA EB AA
Moveme
Move up 20: AA 05 01 44 02 81 77 EB AA
nt
Move down 20: AA 05 01 44 02 82 78 EB AA
reception
Shift left 20: AA 05 01 44 02 83 79 EB AA
Right shift 20: AA 05 01 44 02 84 7A EB AA
Success: 55 04 44 33 01 D1 EB AA
Moveme
Failure: 55 04 44 33 00 D0 EB AA
nt Reply
De:
scriptionCommandparam0
e:
ter0x01:u
S
ph
1ift;0x02:d
S
oh
w
iftn1;0x03:1
S
le
fthift0x04:1
; S
rig
hh
;tift 0x81:S
uph
2ift0;0x82:S
dohw
iftn20;0x83:2
S
le
ft0h

ift 0x84:S
rig0
2hh
.tift
Blind element addition, withdrawal

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01: Add
0x01 0x90 0x01 1 1
0x02: Undo

Version 65 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Add: AA 05 01 90 01 01 42 EB AA
Moveme
Withdrawn: AA 05 01 90 01 02 43 EB AA
nt
reception
Success: 55 04 90 33 01 1D EB AA
Moveme
Failure: 55 04 90 33 00 1C EB AA
nt Reply

Blind Dollar Preservation

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0x91 0x02 0 None 1
Moveme Save: AA 04 01 91 02 42 EB AA
nt
reception

Version 66 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Success: 55 04 91 33 01 1E EB AA
Movement
Failure: 55 04 91 33 00 1D EB AA
Reply
Lens K calibration/gain correction factor

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0xA0 0x01 1 See 1
description
Get low temperature data: AA 05 01 A0 01 0A 5B EB AA
Get high temperature data: AA 05 01 A0 01 0B 5C EB AA
Moveme Calculation: AA 05 01 A0 01 0C 5D EB AA
nt Save: AA 05 01 A0 01 0D 5E EB AA
reception Clear: AA 05 01 A0 01 0E 5F EB AA

Success: 55 04 A0 33 01 2D EB AA
Moveme
Failure: 55 04 A0 33 00 2C EB AA
nt Reply
D
C
esocm
ription:mandparam
0e
x:0
teA
rG
:lo
ew
tempe
dra,0
tu
axre0B
G
:h
eig
teh
mpe
dra,0
tu
axre0C
C
:a
K
lcu,0laxte
0E
C
:K
le
0a
x;0
rD
S
:aveK.
Pot calibration/image recompense

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x00: Collect
data and
calculate pot
0x01 0xA1 0x01 1 1
cover 0x01:
Save pot
cover
calculation
results 0x02:
Clear pot
Cover
Clear: AA 05 01 A1 01 02 54 EB AA
Moveme Get: AA 05 01 A1 01 00 52 EB AA
nt Save: AA 05 01 A1 01 01 01 53 EB AA
reception
Success: 55 04 A1 33 01 2E EB AA
Moveme
Failure: 55 04 A1 33 00 2D EB AA
nt Reply

Reads out-sync mode and frequency


Version 67 July 2021
number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x01 0xA3 0x00 1 0x01 1
Moveme AA 05 01 A3 00 01 54 EB AA
nt
reception
Moveme 55 05 A3 33 00 32 62 EB AA
nt Reply
NR
ote:etu
va
rnlu0ex:00-self-syn,0cxh0ro1ns-izyte
a
nrn
tio
ch
a
nro
ln
,0izxa
0tio
2n
-exsteyrna
ch
lron
,0izxa
0tio
3n
-ada
R
ptivetu
;va
rnlufre
1q
:uen,hcyexadecim
(32
th
in
ae
)lxamp,thlen
the
frquencis5y0Hz.
Set the external sync mode and frequency

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x01 0xA3 0x01 2 See 1
description

Version 68 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

Moveme AA 06 01 A3 01 00 32 87 EB AA
nt
reception
Success: 55 05 A3 33 01 31 EB AA
Moveme
Failure: 55 05 A3 33 00 30 EB AA
nt Reply
NC
ote:ommandparam0
ex:te
0r0-self-sy,0
nxc0
hs1
ro
y-inte
cizh
a
rno
tian
,0
lizxa
0tio
2n
-esxytenrca
hlron
,0izxa
0tio
3n
-adC
apo
tive
m
;mandparamfre
1q
:teu
rens,th
cera
ytinggeis25Hz~50Hz,thexampish
leexadecim
(32
,th
a)e
ln
the
frquencisye
to
5t0Hz.

b. Other settings

Get current focal length

Comma Comm Opera Number Paramet Return


nd and tion of ers value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x8B 0x00 1 0x00 2
Moveme AA 05 08 8B 00 00 42 EB AA
nt
reception
Moveme 55 06 00 8B 33 DC 05 FA EB AA
nt Reply
NT
ote
h:ere
va
tulu
rn
is1e
0tim
ole
thfocsa
nlgth,w
thlo
eith
w
p
in
froo
ansd
tioth
n
h
eig
p
ab
th
o
ta
esito
ckn.
Set the focus position

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete
rs bytes
0x08 0x8E 0x01 2 See 1
description
Moveme AA 06 08 8E 01 84 03 CE EB AA
nt
reception
Success: 55 06 08 8E 33 34 09 61 EB AA
Moveme
Failure: 55 05 08 8E 33 00 23 EB AA
nt Reply
DeS
scrip
e
thtio
e
vn
a:luto
1
e0timthefo
slecn
a,w
g
lthe
ith
low
fro
in
antdthe
higin
the
back,tak9
in0
gmmasanexamp,th
lee
valusen
is9t0*10=900=0x0384The parameter in the return value is the position to which the focus
motor should go, in the example pos = 0x0934;

Display of the focal length switch;

Comma Comm Opera Number Parameters Return


nd and tion of value bytes
word 0 word 1 word paramete

Version 69 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

rs bytes
0x08 0x8D 0x01 1 0x00/0x01 1
Close: AA 05 08 8D 01 00 45 EB AA
Moveme
Open: AA 05 08 8D 01 01 46 EB AA
nt
reception
Success: 55 05 08 8D 33 01 23 EB AA
Moveme
Failure: 55 05 08 8D 33 00 22 EB AA
nt Reply

Version 70 July 2021


number: V1.0.7
XCore FTII series alarm type thermal imaging camera user instruction manual

3.Company Information

Yantai Arrow Photoelectric


Technology Co., Ltd
Website: www.iraytek.com
电话:86-0535-3410623
Fax: 86-0535-3410610
E-mail: sales@iraytek.com
Address: No.11 Guiyang Street, Yantai Economic and Technological Development Zone, Shandong Province

Version 71 July 2021


number: V1.0.7

You might also like