Skip to content

Adapter - FLIR-VMS

This page describes version 2.0.7 of the adapter.

Overview

This adapter is used as an interface to the Latitude FLIR Video Managment System (VMS). To use this adapter, the Latitude version must be version 8.0.4.6125 or greater and have the "IP Interface" Add-on component installed. (see the Latitude user manual for more details).

Adapter Configuration

To use this adapter, you need to specify the IP address and port number on which the Latitude server is listening.



Properties

Name Display Is Required Comments Type Default Value Maximum Value Minimum Value Maximum Length Minimum Length
serviceAddress FLIR-VMS controller service address True The host address to connect to the FLIR-VMS controller service. string 1024 1
servicePort FLIR-VMS controller service port True The port to connect to the FLIR-VMS controller service. integer 60000 65535 1



Commands

Clear Alarm (clearAlarm)

Clear all open instances of an alarm type.

Request Properties

Name Display Description Is Required Type
alarmLogicId Alarm Logical ID The logical ID of the FLIR-VMS Latitude alarm type True string

Trigger Alarm (triggerAlarm)

Trigger a single instance of a given alarm type.

Request Properties

Name Display Description Is Required Type
alarmLogicId Alarm Logic ID The logical ID of the FLIR-VMS Latitude alarm type True string

Select Monitor (selectMonitor)

Prepares the selected monitor to display a future selected camera.

Request Properties

Name Display Description Is Required Type
monitorId Monitor ID The logical ID of the Control Center Monitor. True string
tileId Tile ID The logical ID of the Control Center Tile. False string

Select Camera (selectCamera)

Places the live video of the camera on the latest selected monitor.

Request Properties

Name Display Description Is Required Type
cameraId Camera ID The logical ID of the camera. True string

Toggle Tile Maximized (toggleTileMaximized)

Toggles the maximized state of the last selected working tile.

Goto PTZ Reset (gotoPtzReset)

Sets the latest selected PTZ camera to a configured preset.

Request Properties

Name Display Description Is Required Type
presetNumber Preset Number The configuration preset number to use for the camera. True string

Next Camera (nextCamera)

Displays the next camera.

Previous Camera (previousCamera)

Displays the previous camera.

Events

FLIR-VMS Connected (flirVmsConnected)

The connection to FLIR-VMS server has been established.

No properties defined

Alarm Cleared (alarmCleared)

Alarm Cleared Notification.

Event Properties

Name Display Description Type
alarmId AlarmType ID The alarm type ID cleared. string

Alarm Triggered (alarmTriggered)

Alarm Triggered Notification.

Event Properties

Name Display Description Type
alarmId AlarmType ID The alarm type ID cleared. string

Release History

Version Type Description Tracking # Date
2.0.1 Initial First release in the Adapter Type store.
2.0.5 Maintenance Updated third-party components and improved maintainability. NAP-11518
2.0.6 Maintenance Updated third-party components and improved maintainability. NAP-23945 2022-11-29
2.0.7 Bug fix Add support for Flir Latitude Version 9.2 NAP-25233

Categories