FCBackground-OPEN PORTAL

From VentureResearchWiki
Jump to navigation Jump to search

V2 CAN Open Portal[edit | edit source]

Prepare NEMA Box Cables[edit | edit source]

  1. Ethernet from Test Computer MFC40 to PoE Swtich
  2. Console to LINUX Board
  3. AC Input to Outlet
  4. Do NOT Plug in Tri-Badge Scanners yet.

SecondRun Script:[edit | edit source]

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/vr-V2CANOpenPortal-secondrun.sh -O - | sh

Pre-Ship Script:[edit | edit source]

  1. Plug in Tri-Badge Scanners before running
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/pre-ship_open-portal-tri-badge.sh -O - | sh

Run System Test:[edit | edit source]

  1. Select Test: "V2 VR CAN OpenPortal [UNIT]"

After Passing System Test:[edit | edit source]

  1. Set password
nc localhost 2020
set password 0 vrfc7
0 commit
  1. Wait 30 seconds before unplugging unit.
  2. After unplugging AC Power, toggle both Power Supply switches to the off "0" position and then return them both to the on "I" position.


ARCHIVE (For Reference)[edit | edit source]

LINUX BOARD[edit | edit source]

Remote Badge Install[edit | edit source]

opkg update && opkg upgrade
opkg install pcprox-util
scp venture@10.8.240.75:/home/venture/svn/linux/src/pcprox-util/pcprox-util /usr/sbin/pcprox-util

Customer Specific Configuration[edit | edit source]

  • CAN Open Portal
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/vr-CANOpenPortal-secondrun.sh -O - | sh
  • V2 CAN Open Portal
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/vr-V2CANOpenPortal-secondrun.sh -O - | sh

Extra configures for the Open Portal with Tri-Badge Scanners (part of above scripts):

SET SCANNEREVENTTYPE TAG
SET TRIGGERCONFIRM DISABLED
SET FAKECONFIRM ENABLED
0 COMMIT

VRHM Test[edit | edit source]

  • VR Tri-Badge Scanner [Entry]

Connect the Entry scanner, Disconnect the Exit scanner, Reboot the board before test.

  • VR Tri-Badge Scanner [Exit]

Disconnect the Entry scanner, Connect the Exit scanner, Reboot the board before test.

  • VR CAN OpenPortal [UNIT]

Connect the Entry scanner, Connect the Exit scanner, Reboot the board before test.

  • V2 VR CAN OpenPortal [UNIT]

Connect the Entry scanner, Connect the Exit scanner, Reboot the board before test.

After System Test[edit | edit source]

DUALZONE setup (TURNSTILE configuration):

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/pre-ship.sh -O - | sh

DUALZONE setup (Tri-Badge configuration):

wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/fcb/pre-ship_open-portal-tri-badge.sh -O - | sh

Setup Security Login:

nc localhost 2020
set password 0 vrfc7
0 commit

Tri-Badge Scanner[edit | edit source]

Entry Scanner:

  • Component ID: 10108. If different, change it by the commands:
VRSNxxxxx SET COMPONENTID 10108
VRSNxxxxx COMMIT
CAN RESET
  • Set VR Serial Number:
C10108 SET VRSERIAL xxxxx
C10108 COMMIT
  • Configure M6e Nano or M7e Pico:
C10108 SET MUX 1
C10108 SET POWERBASE 9
C10108 SET SESSIONVAL 1
C10108 SET TAGMETADATA EPC ANTENNA READCOUNT RSSI
C10108 COMMIT
  • Configure HF Reader:
curl http://readonly:secret@svn.ventureresearch.com/svn/linux/testing/innovazones/Innovaand_VRCOnfig.hwg+ -o /tmp/jbsconfig_v4.hwg+
  • ONLY run this next line to program the scanner. Scanner needs to be connected:
pcprox-util -d -p /var/run/vrgpio/vrproto_serial_c10108_pty_ch2 -f /tmp/jbsconfig_v4.hwg+
  • Expected Output
pcprox-util: Starting pcProx utility version 0.2
pcprox-util:   with debug printing!
pcprox-util: Serial mode, port: /var/run/vrgpio/vrproto_serial_c10109_pty_ch2
pcprox-util: Symbolic file /dev/tty_hf exists
pcprox-util: Success to create the symbolic file /dev/tty_hf
pcprox-util: Filesize: 17756
pcprox-util: Opening Serial Device
pcprox-util: SetComLinux result: 1
pcprox-util: Loading file: /tmp/jbsconfig_v4.hwg+
pcprox-util: Read dev cfg fm file: 1
pcprox-util: Writing Configuration...
pcprox-util: Write cfg: 1

Exit Scanner:

  • Component ID: 10109. If different, change it by the commands:
VRSNxxxxx SET COMPONENTID 10109
VRSNxxxxx COMMIT
CAN RESET
  • Set VR Serial Number:
C10109 SET VRSERIAL xxxxx
C10109 COMMIT
  • Configure M6e Nano or M7e Pico:
C10109 SET MUX 1
C10109 SET POWERBASE 9
C10109 SET SESSIONVAL 1
C10109 SET TAGMETADATA EPC ANTENNA READCOUNT RSSI
C10109 COMMIT
  • Configure HF Reader:
curl http://readonly:secret@svn.ventureresearch.com/svn/linux/testing/innovazones/Innovaand_VRCOnfig.hwg+ -o /tmp/jbsconfig_v4.hwg+
  • ONLY run this next line to program the scanner. Scanner needs to be connected:
pcprox-util -d -p /var/run/vrgpio/vrproto_serial_c10109_pty_ch2 -f /tmp/jbsconfig_v4.hwg+
  • Expected Output
pcprox-util: Starting pcProx utility version 0.2
pcprox-util:   with debug printing!
pcprox-util: Serial mode, port: /var/run/vrgpio/vrproto_serial_c10109_pty_ch2
pcprox-util: Symbolic file /dev/tty_hf exists
pcprox-util: Success to create the symbolic file /dev/tty_hf
pcprox-util: Filesize: 17756
pcprox-util: Opening Serial Device
pcprox-util: SetComLinux result: 1
pcprox-util: Loading file: /tmp/jbsconfig_v4.hwg+
pcprox-util: Read dev cfg fm file: 1
pcprox-util: Writing Configuration...
pcprox-util: Write cfg: 1

Peplink[edit | edit source]

Reset Peplink:

0 SET EXTLED BUZZER2 ON 3

Cables[edit | edit source]