VBrick Systems VB6000 Security Camera User Manual


 
58 © 2008 VBrick Systems, Inc.
5. End the edit session.
VBrick> SVAR vbrickEditName=
Example 2 – Get Variable
T To check Slot1 Transmit state:
1. Login to the appliance.
2. Get the parameter.
GVAR vbrickSlot1EncoderNetworkTransmitEnable
$!vbrickSlot1EncoderNetworkTransmitEnable=2
Example 3 – Set Multiple Variables
T To change Slot2 Receive IP and Port:
1. Login to the appliance.
2. Start an edit session.
3. Make your changes.
SVAR vbrickSlot2DecoderNetworkReceiveIpAddr=239.16.129.102
$!vbrickSlot2DecoderNetworkReceiveIpAddr=239.16.129.102
SVAR vbrickSlot2DecoderNetworkReceivePort=4444
$!vbrickSlot2DecoderNetworkReceivePort=4444
SVAR vbrickSlot2DecoderNetworkApplySet=2
$!vbrickSlot2DecoderNetworkApplySet=2
4. End the edit session.
Example 4 – Get Table Variables
T To get Restart Table row 1:
1. Login to the appliance.
2. Get the parameters.
GTAB vbrickSysRestartInfoStartTime.1
$!vbrickSysRestartInfoStartTime.1=11/02/2006 08:35:27
GTAB vbrickSysRestartInfoStopTime.1
$!vbrickSysRestartInfoStopTime.1=11/02/2006 08:37:36
GTAB vbrickSysRestartInfoUpTime.1
$!vbrickSysRestartInfoUpTime.1=00:000 00:02
GTAB vbrickSysRestartInfoRestartType.1
$!vbrickSysRestartInfoRestartType.1=POWER
Example 5 – Set Table Variables
T To set Http Push Table row 1:
1. Login to the appliance.
2. Start an edit session.
3. Make your changes.
STAB vbrickSlot1EncoderHttpPushUserName.1=BillOne
$!vbrickSlot1EncoderHttpPushUserName.1=BillOne
STAB vbrickSlot1EncoderHttpPushPassword.1=pass24
$!vbrickSlot1EncoderHttpPushPassword.1=pass24