FIFOTRACK Q3 Command List

Hide thumbs Also See for Q3:

Advertisement

Quick Links

FIFOTRACK Q3 COMMAND LIST
FIFOTRACK COMMAND LIST
Model: Q3
Version: V1.6
www.fifotrack.com
1

Advertisement

Table of Contents
loading

Summary of Contents for FIFOTRACK Q3

  • Page 1 FIFOTRACK Q3 COMMAND LIST FIFOTRACK COMMAND LIST Model: Q3 Version: V1.6 www.fifotrack.com...
  • Page 2 FIFOTRACK Q3 COMMAND LIST Copyright and Disclaimer  All copyrights belong to Shenzhen fifotrack Solution Co., Ltd. You are not allowed to revise, copy or spread this file in any form without consent of fifotrack.  is trademark of fifotrack, protected by law.
  • Page 3: Document History

    FIFOTRACK Q3 COMMAND LIST Document History Version Revision Date Author Detail V1.6 Jul 10, 2023 Vito Hu Add S19 command Add mode 3 in B71 command V1.5 May 15, 2023 Vito Hu Add pre-alarm-t in B76 command Add S17, S21 command V1.4...
  • Page 4: Table Of Contents

    FIFOTRACK Q3 COMMAND LIST Contents Document History ..........................3 1 GPRS Command Format ........................6 2 SMS Command Format ........................7 3 Serial port (COM) Command Format ....................8 4 Command Writing Specification ...................... 9 5 Command List ..........................10 B00 –...
  • Page 5 FIFOTRACK Q3 COMMAND LIST B94 – Turn on/off LED Display ......................23 B99 – OTA using FTP Server ........................ 23 C01 – Retrieve Position Information....................24 C02 – Retrieve Firmware/Hardware Version, SN, IMEI............... 25 C03 – Retrieve Supply Power Status ....................25 C04 –...
  • Page 6: Gprs Command Format

    FIFOTRACK Q3 COMMAND LIST 1 GPRS Command Format GPRS uplink (i.e.: Data is sent from terminal to platform) command format: $$<pack-len>,<ID>,<work-no>,<cmd-code>,<cmd-para>*<checksum>\r\n GPRS downlink (i.e.: Data is sent form platform to terminal) command format: ##<pack-len>,<ID>,<work-no>,<cmd-code>,<cmd-para>*<checksum>\r\n Remarks:  Comma (,) is used to separate data field, and it is necessary. There is no space before or after comma.
  • Page 7: Sms Command Format

    FIFOTRACK Q3 COMMAND LIST 2 SMS Command Format Sending SMS (from mobile to tracker) command format: <password>,<cmd-code>,<cmd-para> Reply SMS (from tracker to mobile) data format: <cmd-code>,<proc-result> 01 password: SMS password, 6 digits, default “000000”. B10 command can be used to change password 02 cmd-code: command code, the same as cmd-code filed in GPRS command.
  • Page 8: Serial Port (Com) Command Format

    FIFOTRACK Q3 COMMAND LIST 3 Serial port (COM) Command Format Setting command format: #<cmd-code>,<cmd-para><CR><LF> Reply data format: #<cmd-code>,<proc-result><CR><LF> cmd-code, cmd-para: the same as corresponding filed of GPRS/SMS command. proc-result: SMS command procession result OK – Succeed. UNSUPPORT – Command not supported.
  • Page 9: Command Writing Specification

    FIFOTRACK Q3 COMMAND LIST 4 Command Writing Specification  Comma (,) is used to separate multi-filed, there is no space before and after comma.  For command with multi parameters, filed(s) can be empty, the corresponding parameter is set to default.
  • Page 10: Command List

    FIFOTRACK Q3 COMMAND LIST 5 Command List B00 – Open/Close TCP Connection Source GPRS/COM/SMS Description B00,<type>,<IP-domain>,<port> 01 type: 0 (Default)~Close TCP Connection; 1~Open TCP Connection 02 IP-domain: server IP or domain. 03 port: server port. Reply B00,<err_code> 01 err_code: procession error code.
  • Page 11: B02 - Setting Gprs Link Protocol

    FIFOTRACK Q3 COMMAND LIST Example B01,cmnet 01 Set APN name to “cmnet”, APN login username and password empty. Retrieve C04,B01 B02 – Setting GPRS Link Protocol Source GPRS/COM/SMS Description B02,<link_type> 01 link_type: Link protocol, value “TCP” or “UDP”. 02 default “TCP” protocol.
  • Page 12: B10 - Setting Sms Password

    FIFOTRACK Q3 COMMAND LIST B10 – Setting SMS Password Source GPRS/COM/SMS Description B10,<sms_pwd> 01 sms_pwd: SMS password, 6 digits, default “000000”. Reply B10,<err_code> 01 err_code: procession error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED – Procession failed.
  • Page 13: B17 - Clear Blind Data

    FIFOTRACK Q3 COMMAND LIST 01 err_code: procession error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED – Procession failed. Example B14,-8 Retrieve C04,B14 B17 – Clear Blind Data Source GPRS/COM/SMS Description B17,<data_type> 01 data_type: blind data type. 1 – GPRS Blind.
  • Page 14: B23 - Setting Alarm Action

    FIFOTRACK Q3 COMMAND LIST FAILED – Procession failed. Example Retrieve C04,B19,<index> 01 index: fence index, value 1~4, the same as index field in setting command. B23 – Setting Alarm Action Source GPRS/COM/SMS Description B23,<alm-code>,<GPRS><SMS><two-way-call><monitor-call> 01 alm-code: Alarm type, refer to Appendix –A.
  • Page 15: B29 - Setting Sensitivity Of Motion Sensor

    FIFOTRACK Q3 COMMAND LIST Reply B26,<err_code> 01 err_code: error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED –Processing failed. Example B26,2,HELP 01 Set SMS head string of SOS to “HELP”. Retrieve C04,B26,<alm-code> 01 alm-code: Alarm type, refer to Appendix –A. The same as alm-code field in setting command.
  • Page 16: B32 - Setting Conversation Volume

    FIFOTRACK Q3 COMMAND LIST monitor: tracker automatically picks up incoming phone-call in monitor mode. pos-sms: Tracker sends position SMS after incoming phone-call ends. Refer to C01 command for SMS format. 07 When both two-way-call and monitor are set, monitor is valid, i.e.: tracker picks up phone-call in monitor mode.
  • Page 17: B35 - Setting Tilt Detection

    FIFOTRACK Q3 COMMAND LIST B35 – Setting Tilt Detection Source GPRS/COM/SMS Description B35,<enable>,<angle>,<pre-alarm-t>,<alarm-t>,<option>,<reset-angle> 01 enable: 0~Disable tilt detection (default); 1~Enable 02 angle: Angle of change to trigger “Tilt” alarm, unit degree, range [0 ], default 30 03 pre-alarm-t: pre-alarm duration, unit second, default 30s, range [0,1000]. When tilt detected, tracker starts voice displaying to remind user 04 alarm-t: Alarm trigger delay, unit second, default 30s.
  • Page 18: B70 - Setting The Functions To Button

    FIFOTRACK Q3 COMMAND LIST After cancelled, voice displaying will be stopped, and NO GPRS/SMS alarm package sent; When rst-on-motion==1, NO pre-alarm voice display, nor fall down alarm triggered under continuous moving or walking status 05 accl-level: Acceleration level for fall down detection, default 55, range [20,60] 06 “Fall Down”...
  • Page 19: B72 - Setting Reminder Mode For Incoming Phone-Call

    FIFOTRACK Q3 COMMAND LIST 02 mode: positioning mode, default mode==0, description as below mode==0: Mandatory use GPS for all time, device uses GPS to get positioning information, and uploads to server whether GPS fixed or not. mode==1: Device uses GPS first, and switch to WIFI for positioning when GPS failed...
  • Page 20: B73 - Setting Sos Dial Interval

    FIFOTRACK Q3 COMMAND LIST B73 – Setting SOS Dial Interval Source GPRS/COM/SMS Description B73,<sos-interval> 01 For some phones, voicemail answers incoming call when no person picks it up. It may cause device NO dialing the next SOS number. B73 command can be used to avoid this situation.
  • Page 21: B76 - Setting No Movement Alarm

    FIFOTRACK Q3 COMMAND LIST 01 err_code: procession error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED – Procession failed. Example Retrieve C04,B75 B76 – Setting No Movement Alarm Source GPRS/COM/SMS Description B76,<nm1-tmr>,<nm1-sh:nm1-sm>,<nm1-eh:nm1-em>,<nm2-tmr>,<nm2-sh:nm2-sm>,< nm2-eh:nm2-em>,<wday>,<pre-alarm-t> 01 nm1: “No Movement #1”; nm2: “No Movement #2”...
  • Page 22: B90 - Restart Tracker Or Module

    FIFOTRACK Q3 COMMAND LIST UNSUPPORT – Command not supported. FAILED – Procession failed. Example B76,3600,10:30,12:40,7200,22:20,7:40,12345 01 Enable no movement detection for Monday ~ Friday 02 when the cumulative time of no movement is larger than 3600s during 10:30~12:40, or larger than 7200s during 22:20~7:40, tracker sends out “No Movement” alarm...
  • Page 23: B94 - Turn On/Off Led Display

    FIFOTRACK Q3 COMMAND LIST 01 After command is set, all system parameters (except SMS password) are set to default. Reply B91,<err_code> 01 err_code: procession error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED – Procession failed. Example Retrieve UNSUPPORT B94 –...
  • Page 24: C01 - Retrieve Position Information

    01 Start OTA, tracker will connect to 47.88.17.17:21, using default FTP account for file download B99,Q3-V1.02.bin,1,120.24.95.123,9208,klone,klone@@2017 01 Start OTA, tracker will connect to 120.24.95.123:9208, and upgrade to “Q3-V1.02.bin” 02 The login name and password of FTP server is “klone” and “klone@@2017” Retrieve C01 –...
  • Page 25: C02 - Retrieve Firmware/Hardware Version, Sn, Imei

    FIFOTRACK Q3 COMMAND LIST G Latitude, Longitude: Latitude and longitude of last position point. Example Command: C01 Reply: 2021-06-29 06:12:50,V, http://maps.google.com/maps?q=22.643138,114.018001&t=m Retrieve UNSUPPORT C02 – Retrieve Firmware/Hardware Version, SN, IMEI Source GPRS/COM/SMS Description Reply Uploading data format: C02,<IMEI>,<SN>,<fw_ver>,<hw_ver> 01 IMEI: IMEI of tracker.
  • Page 26: C06 - Retrieve Basic Information Of Tracker

    FIFOTRACK Q3 COMMAND LIST 01 cmd-code: The same as sending command. 02 cmd-para: Retrieved parameter string, the same format as setting command described in the above chapters. Example Refer to chapters above. Retrieve UNSUPPORT C06 – Retrieve Basic Information of Tracker...
  • Page 27: S17 - Download Audio File From Ftp Server

    FIFOTRACK Q3 COMMAND LIST Reply S09,<err_code> 01 err_code: procession error code. OK – Succeed. UNSUPPORT – Command not supported. FAILED – Procession failed. Example S09,60 01 Set both moving-interval and stop-interval to 60s, tracker uploads heartbeat every 60s for all time...
  • Page 28: S20 - Setting Backup Apn Parameters

    FIFOTRACK Q3 COMMAND LIST sms-mode==0 (default) ~ tracker starts GPS module, and sends alarm SMS when GPS fixed sms-mode==1 ~ tracker sends alarm SMS with last GPS information, starts GPS module, and sends another SMS when GPS fixed. Both SMS has the same alarm tip...
  • Page 29 FIFOTRACK Q3 COMMAND LIST Example S21,0,ALL 01 Delete ALL MACs, white list is empty S21,0,4a:94:63:8c:1f:9c,7a:bd:b0:4c:02:44,ca:45:64:7a:3b:ff,9e:ce:ed:16:b1:0e 01 Delete 4 MACs, which are: 4a:94:63:8c:1f:9c 7a:bd:b0:4c:02:44 ca:45:64:7a:3b:ff 9e:ce:ed:16:b1:0e S21,1,4a:94:63:8c:1f:9c,7a:bd:b0:4c:02:44,ca:45:64:7a:3b:ff,9e:ce:ed:16:b1:0e 01 Add 4 MACs, which are: 4a:94:63:8c:1f:9c 7a:bd:b0:4c:02:44 ca:45:64:7a:3b:ff 9e:ce:ed:16:b1:0e Retrieve C04,S21...
  • Page 30: Appendix A - Alarm Code And Alarm Parameter

    FIFOTRACK Q3 COMMAND LIST Appendix A – Alarm code and alarm parameter Below table describes the detailed information of supported alarm alm-code Default Action Description SMS Head String GPRS, SMS, Two-way-call GPRS Internal battery low Low Battery GPRS No Movement Alarm...

Table of Contents