CrownIntegratedSolutions

From VentureResearchWiki
Jump to navigation Jump to search

Crown Integrated Solutions[edit | edit source]

Secondary Shelf[edit | edit source]

Setup Parameters[edit | edit source]

SET VRSERIAL vrserialnumber
COMMIT
EXIT
  • restart service
/etc/init.d/rfid restart

Master Shelves[edit | edit source]

Setup Parameters[edit | edit source]

opkg update
opkg remove vrfrv2-linux-event-can-cont
opkg install vrfrv2-linux-event-5.1

nc localhost 2020

SET VRPROTO ENABLED
COMMIT
EXIT
  • restart service
/etc/init.d/rfid restart

nc localhost 2020

SET VRPROTOMODE SERVER
SET VRPROTOINTERNAL ENABLED
SET AUTOREADERSEQ ENABLED
SET VIOENFILE /var/run/vrgpio/ext_aux1
COMMIT
EXIT
  • restart service
/etc/init.d/rfid restart
  • modify canreset script to reset aux1 instead
sed -i "s/vio_en/ext_aux1/g" /home/user/can_reset.sh