FCBackground-TM-4.3
Jump to navigation
Jump to search
FCB Configuration - TM - 4.3 Board[edit | edit source]
Board Setup[edit | edit source]
- Follow AM33v2, Linux Board 4.3 instructions
AM33v2, Linux Board 4.3 VRLinuxBoard4.3
Customer Specific Configuration *UTMB ONLY[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/fcb-secondrun-4.3-gsm.sh -O - | sh
nc localhost 2020 set antenna tmmuxab commit
UTMB Readers setup Only[edit | edit source]
* This configuration will set the reader to radiate constantly and should only be used for UTMB units. SET READMODE CONT SET ASYNCOFFTIME 250 SET READTIMEOUT 250 SET PASSWORD 0 vrfc7 COMMIT
Customer Specific Configuration *TS ONLY[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/fcb-secondrun-4.3.sh -O - | sh
TAGPERSIST Configuration[edit | edit source]
*This beta upgrade has to be added to allow the customer to set TAGPERSIST timers. *Currently DUALZONE mode is clearing the TAGTABLE right after the system gets an IO feedback.
Installation of Beta RFID Service:
opkg update opkg remove vrfrv2-linux-event-5.1 vrfrv2-linux-event vrfrv2-linux-event-db wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/reader.db -O /home/user/reader.db opkg install vrfrv2-linux-event-beta
Test new feature:
SET TRIGGERTABLECLEAR DISABLED
#Repeated EVT IO (or breaking of trigger) shouldn’t work.
>>> UNDO this test >>> DO NOT RUN THIS SCRIPT <<<
Un-installation of Beta RFID Service
opkg update opkg remove vrfrv2-linux-event-beta opkg install vrfrv2-linux-event
Site Specific Configuration[edit | edit source]
DUALZONE setup (TURNSTILE configuration)[edit | edit source]
SET READTIMEOUT 250 SET ASYNCOFFTIME 1 SET TAGMETADATA RSSI READCOUNT ANTENNA SECURITY SET SECURITY ENABLED SET ANTENNA TMMUXABCD-MANUAL SET MUX 1 2 SET POWERBASE 6 SET TAGPERSIST 10 SET TAGRESEND 300 SET TRIGGERMODE DUALZONE SET TIMEOUT 2000 SET DIRECTION ENABLED SET READMODE TRIG SET TRIGGERINPUT 1 SET TRIGGERINPUT2 2 SET TRIGGERINPUT3 3 SET TRIGGERINPUT4 4 SET TRIGGERTIMEOUT 2000 SET TRIGGERLED GREEN AUX1 SET TRIGGERLED2 BUZZER2 AUX2 SET DIVERTSIGNAL RED SET DIVERTSIGNAL2 BUZZER1 SET DIVERTTIMEOUT 2000 SET ALARMENABLED ENABLED SET FILTERTYPE TABLE SET APPSTATEENABLED DISABLED SET GPSENABLED DISABLED SET TRIGGERCONFIRM ENABLED SET TRIGGERCONFIRMTIMEOUT 10000 SET DEBUG DISABLED SET ASYNCMETADATA RFID SYS HOSTNAME CUSTOM IO FLASH ADD E2003411B802011616306246 SET PASSWORD 0 vrfc7 COMMIT
* Do not run next steps. They have to be set only for Turnstiles with location manager.
-- For the rest SET SQLITESYNC DISABLED SET SQLITEWALMODE DISABLED
-- For Brickell site ONLY SET TRIGGERCONFIRMTIMEOUT 5000 SET SQLITESYNC ENABLED SET SQLITEWALMODE ENABLED
COMMIT
- Enable Buzzer
* Not necessary unless required by FCBackground.
SET ALARMENABLED ENABLED SET TRIGGERLED GREEN AUX1 AUX3 SET TRIGGERLED2 BUZZER2 AUX2 AUX3 COMMIT
SECURITY setup (Cherokee)[edit | edit source]
* this configuration was prepared for Turnstiles that went to Cherokee site.
SET READTIMEOUT 250 SET ASYNCOFFTIME 1 SET TAGMETADATA RSSI READCOUNT ANTENNA SECURITY SET SECURITY ENABLED SET ANTENNA TMMUXABCD-MANUAL SET MUX 1 2 SET TAGPERSIST 10 SET TAGRESEND 300 SET TRIGGERMODE SECURITY SET TIMEOUT 3000 SET DIRECTION ENABLED SET READMODE TRIG SET TRIGGERINPUT 1 SET TRIGGERLED GREEN SET DIVERTSIGNAL RED SET DIVERTTIMEOUT 2000 SET TRIGGERTIMEOUT 2000 SET FILTERTYPE TABLE SET ASYNCMETADATA RFID SYS HOSTNAME IO SET APPSTATEENABLED DISABLED SET PASSWORD 0 vrfc7 COMMIT
Enable Location Manager[edit | edit source]
* Not to be done unless required by FCBackground
SET LMSERVERURL [server url:serverport] SET LMAUTHENABLED ENABLED SET LMRESPONSETIMEOUT 3000 SET LMSECURITYENABLE ENABLED SET LMUSERNAME admin SET LMPASSWORD vrfc7 COMMIT
Time Settings Update[edit | edit source]
* This step has to be done only to units that are having issues in the field or come back for RMA or Refurb.
ntpdate -u time1.google.com ntpdate -u time1.google.com hwclock -w hwclock -r echo UTC > /etc/timezone cp /usr/share/zoneinfo/UTC /etc/localtime