Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Features of Dahua DH-NKB1000 PTZ control device configuration  Features of UNIVIEW KB-1100 PTZ control device configuration Next page


On the page:

Configuring the Hikvision DS-1200KI control device before adding it to Axxon PSIM

Configure the Hikvision DS-1200KI PTZ control device as follows before creating the corresponding object in Axxon PSIM:

  1. Set the control device address: Select System → Network in the device internal interface. Then disable DHCP and set the IP address and the gateway.
  2. Set the Axxon PSIM IP address and Server port on the device. To do this, open the device web interface by entering the above set IP address in the web browser, then select Platform Access → Third-Party Platform.

    Note

    The web interface is only available on https by default, so enter the https prefix before the IP address.

  3. Set the 8. Private VMS mode in the device internal interface.
  4. To put the PTZ control device into operating mode, do one of the following actions:
    1. Select any monitor MON (monitor) [integer in the range 1-9999], any camera CAM (camera) [integer in the range 0-999999]; in this mode all keys will work, including the WIN (subwindow of video wall) and MULT (layout size) keys for the monitor and camera.
    2. Select any camera CAM (camera) [integer number in the range 1-999999 (number 0 is available only when setting the monitor)]; the WIN, MULT and CAM-G keys will not work in this mode.
    3. Select any monitor MON (monitor) [integer in the range 1-9999] and any group of cameras CAM-G (camera group) [integer in the range 1-999999]; in this mode, only the MULT, OK keys and the rotations of the joystick axes will work.

      Note

      To select these parameters, enter a number on the device keypad, then press the corresponding key (MON/WIN/CAM/CAM-G).

      If the Server IP address and/or port is not accessible from the PTZ control device, the "Connect failed" message will be displayed on the control device screen after pressing the MON/WIN/CAM/CAM-G keys.

The Hikvision DS-1200KI PTZ control device is now preconfigured.

Configuring the Hikvision DS-1200KI control device in Axxon PSIM

Note

Make sure that DisableInternalJoystick registry key has its default value of 1 (see Registry keys reference guide) before proceeding with control device configuration in Axxon PSIM.

To configure the connection of the Hikvision DS-1200KI control device to Axxon PSIM, do the following:

  1. Create the Control device object on the basis of the Computer object on the Hardware tab of the System settings dialog window (1).
  2. From the Vendor drop-down list, select Hikvision-joystick (2).
  3. From the Model drop-down list, select DS-1200KI (3).
  4. From the Firmware drop-down list, select V1.2.2 build20051 (4).
  5. In the Address field, enter the IP address of the control device (5).
  6. In the Port field, enter the port of the control device (6).
  7. In the User field, enter the username to access the device (7).
  8. In the Password field, enter the password to access the device (8).
  9. Click the Apply button (9).

Configuring the connection of the Hikvision DS-1200KI control panel to Axxon PSIM is now complete.

Features of the Hikvision DS-1200KI control device operation in Axxon PSIM

When the MULT, PRESET, PATROL, or PATTERN keys are pressed on the device, the following actions are performed:

  • when you enter a number in the range 1-99 and press MULT for each number, Axxon PSIM receives a message about pressing the corresponding separate key with a number in the range 23-121 (B22-B120);
  • when you press PresetRec for the first time, Axxon PSIM receives a message about pressing the key 13 (B12), and the device displays Record started;
  • when you press PresetRec for the second time, Axxon PSIM receives a message about pressing the key 12 (B11), and the device displays Record ended;
  • when you enter a number in the range 1-65535 and press PresetRec, Axxon PSIM receives a message about pressing the key 22 (B21), and the device displays PRESET:;
  • when you enter a number in the range 1-65535 and press Patrol, Axxon PSIM receives a message about pressing the key 17 (B16), and the device displays PATROL:;
  • when you enter a number in the range 1-65535 and press PatternPlay, Axxon PSIM receives a message about pressing the key 18 (B17), and the device displays PATTERN:;
  • when you enter a number in the range 65536-999999 and press any of the PresetRec / Patrol / PatternPlay buttons, nothing happens: such numbers are not processed.

JScript example

The link contains a file with a script in the JScript language, which allows you to assign actions to the keys of the Hikvision DS-1200KI telemetry control panel as follows:

Key

CodeAction
CAM21Select a camera
MON
Select a monitor
WIN

Used together with number buttons to select the surveillance window

PRESET22

Used together with number buttons to open a preset

IRIS+7Increase the exposure value (iris)
IRIS-8Decrease the exposure value (iris)
PATROL17
PATTERN18
PREV15Switch to the previous camera
NEXT16Switch to the next camera
CAM-G20

Used together with number buttons to select a group of cameras

ZOOM+1Zoom in
ZOOM-2Zoom out
WIPER6Turn on the wiper
LIGHT5Turn on the backlight
FOCUS+3Increase the focal length
FOCUS-4Decrease the focal length
  • No labels