VTAP PRO in Local mode settings
A list of valid configuration settings relating to the VTAP PRO in Local mode for use in the config.txt file.
Note: The optional VTAP100 PRO I/O expansion board (VTAP100-PRO-EXP1) is required to use PassRelay and TagRelay settings.
Commands below:
PassRelay | TagRelay
Definition:
Controls either of the two relays on the VTAP100-PRO in Local mode in response to a successful pass read
Options:
Syntax required is:
PassRelay=<relay_num> <action>[=param1[,param2][…]] [action[=params]]
<relay_num> is currently either 0 or 1 to refer to the two available relays
<action> can be one or more in a series of actions, as required, each separated by a space.
Actions can be one of:
on
off
timed=ontime[,offtime][,count]
delay=<time in ms>
If the off time is not specified, the on time is used. If the count is not specified, 1 is used.
Delay is in milliseconds but can specify time in seconds or minutes with 's' or 'm'.
Default value: N/A
Example value:
PassRelay=0 timed=6000
;Switch ON relay 0 for 6000ms
Definition:
Controls either of the two relays on the VTAP100-PRO in Local mode in response to a successful card/tag read
Options:
Syntax required is:
TagRelay=<relay_num> <action>[=param1[,param2][…]] [action[=params]]
<relay_num> is currently either 0 or 1 to refer to the two available relays
<action> can be one or more in a series of actions, as required, each separated by a space.
Actions can be one of:
on
off
timed=ontime[,offtime][,count]
delay=<time in ms>
If the off time is not specified, the on time is used. If the count is not specified, 1 is used.
Delay is in milliseconds but can specify time in seconds or minutes with 's' or 'm'.
Default value: N/A
Example value:
TagRelay=1 timed=1000,1000,2
;Switch ON relay 1 for 1000ms on, 1000ms off, repeated twice