Appendix G: CRON Script Command Reference
AXIS 200+ Users Manual
116
Example
reset
This command resets the software or hardware of the AXIS 200+.
Syntax
reset [-soft | -hard];
Options
-soft Reinitiates the AXIS 200+ protocols.
-hard Performs a complete reboot of the AXIS 200+.
Example
# This command will dial up a modem with number
# aNumber, and login with user name aUser and
# password aPass. It will first wait for the
# string
”
ogin:
”
and send the user name. It
# will then wait for the string
”
ass:
”
and send
# the password.
* * * * * :
online -dial aNumber -user aUser -pass aPass
-script
" ‘’
’
ogin:
’
’
$(USER)
’
’
ass:
’
’
$(PASS)
’ "
;
%
# This command will reset the AXIS 200+ hardware
# once a day.
0 0 * * * :
reset -hard;
%
Содержание 200+
Страница 1: ......
Страница 2: ...AXIS 200 User s Manual AXIS 200 Network Camera Server User s Manual ...
Страница 31: ...Section 3 Assigning an IP Address AXIS 200 User s Manual 30 ...
Страница 43: ...Section 4 Configuring the AXIS 200 AXIS 200 User s Manual 42 ...
Страница 75: ...Appendix B The Parameter List AXIS 200 User s Manual 74 ...
Страница 79: ...Section 6 Updating the Software AXIS 200 User s Manual 78 ...
Страница 83: ...Appendix C Technical Specifications AXIS 200 User s Manual 82 Dimensions ...
Страница 89: ...Appendix D The Auxiliary IO Port AXIS 200 User s Manual 88 ...
Страница 99: ...Appendix E The RS232 Serial Port AXIS 200 User s Manual 98 ...