User`s manual

V2416 Series Software Configuration
2-15
Each script corresponds to a specific action. For example, when you press the Disk 1 button, the
action_btn1_press_short.vbs will be activated and the action pre-defined in the script will be executed. The
script action_btn1_press_long.vbs is activated when you press the button longer than 3 seconds.
Each script is defined as follows:
action_btn1_press_short.vbs: This script is executed when Button 1 is pressed shorter than 5 seconds; the
default action of this script is to remove the hard disk in Disk1.
action_btn1_press_long.vbs: This script is executed when Button 1 is pressed longer than 5 seconds; the
default action of this script is to blink the LED 1 three times.
action_btn2_press_short.vbs: This script is executed when Button 2 is pressed shorter than 5 seconds; the
default action of this script is to remove the hard disk in Disk 2.
action_btn2_press_long.vbs: This script is executed when Button1 is pressed longer than 5 seconds, the
default action of this script is to blink the LED2 three times.
action_disk1_plugged.vbs: This script is executed when Disk 1 is plugged; the default action of this script is
to blink the LED 1 three times.
action_disk2_plugged.vbs: This script is executed when Disk 2 is plugged; the default action of this script is
to blink the LED 1 three times.
action_over_usage_D.vbs: This script is executed when the storage capacity of Disk D has been used over
the setting in mxhtspd.confunder the configdirectory; the default action of this script is to blink the LED 1
three times. You should change the script file name at the same time when you change the disk name.
action_over_usage_E.vbs : This script is executed when the storage capacity of Disk E has been used over
the setting in mxhtspd.confunder the configdirectory; the default action of this script is to blink the LED 1
three times. If you change the disk drive letter, you should also change the corresponding script file name.