User Manual

Aimetis People Counter 2.1
Script Aimetis People Counter 2.1
28
Script
Copy and paste the following text into a
.bat
or
.cmd
file (Windows).
@rem Pull counter data from the Aimetis Embedded People Counter
@if "%1" == "" goto LbUsage
@set VE170_IP=%1
@if "%2" == "" goto LbUsage
@set VE170_User=%2
@if "%3" == "" goto LbUsage
@set VE170_Pass=%3
@if "%4" == "" goto LbUsage
@set VE170_Year=%4
@if "%5" == "" goto LbUsage
@set VE170_MonthStart=%5
@if "%6" == "" goto LbUsage
@set VE170_MonthEnd=%6
@if "%7" == "" goto LbUsage
@set VE170_DayStart=%7
@if "%8" == "" goto LbUsage
@set VE170_DayEnd=%8
@if "%9" == "" goto LbUsage
@set VE170_HourStart=%9
@shift
@if "%9" == "" goto LbUsage
@set VE170_HourEnd=%9
@shift
@if "%9" == "" goto LbUsage
@set VE170_DetailLevel=%9
@shift