SecuriFire Modbus Configuration (CSV) File

To integrate a SecuriFire panel into Desigo CC via Modbus, you must first prepare a textual configuration file in CSV (comma separated values) format that defines the data structure for the panel.

NOTE: Use a comma (,) as a separator.

To do this, you can:

  • Convert the XML file from SecuriFire using the SecuriFire_CSV_Converter tool, provided in the AdditionalSW folder of the software distribution.
  • Use Microsoft Excel or a text editor to edit the provided CSV template file described below.

You can then use this file to import the configuration.

For reference information about the Modbus configuration CSV file, see CSV File for Modbus Device Import.

SecuriFire Configuration Template File

The SecuriFire CSV template file is deployed with the SecuriFire extension module installation and available at the following path:
[Installation Drive]:\[Installation Folder]\GMSMainProject\profiles\ModbusDataTemplate\

  • Modbus_template_4.0_Securiton_SecuriFire_SampleConfiguration.csv

Having pre-configured CSV files with offsets already defined for each object reduces the risk of reading wrong addresses from the management station. Also, having examples of function mapping already defined can be useful when adding new points and starting from an example of an existing point type included in the CSV file with functions defined.

This template file can be used to create custom configuration files by adding or removing sectors, zones, and sequences according to the specific configuration.

Additionally, since the device points are imported into Management View as a flat list, this CSV template also provides a pre-configured logical view that can be used for the configuration required on the field site.

As for the logical view, any CSV templates can be also modified to automatically create a user-defined view out of the import. This part is not provided from any templates because user views strictly depend on the customer’s requirements, but they can be easily added.

SecuriFire CSV Configuration File Sections

Section

Description

[Connections]

Communication channels between SecuriFire and Desigo CC. 1 interface for each device must be defined.

[Devices]

SecuriFire fire panel.

[Points]

Physical points.

SecuriFire CSV Connections Data

The [Connections] section comprises the following data:

Data

Description

[ConnectionName]

Interface name. Special characters are not allowed.

[ConnectionDescription]

Interface description to display in System Browser.

[SlaveId]

SecuriFire Modbus slave address.

[IP_Address]

Interface IP address.

[Port]

TCP Modbus port. Default value: 502.

[Alias]

Not used.

[FunctionName]

Not used.

[Discipline ID]

Not used.

[Subdiscipline ID]

Not used.

[Type ID]

Not used.

[Subtype ID]

Not used.

 

Connections Section (When Not Used Fields Are Collapsed)

SecuriFire Devices Data

The [Devices] section comprises the following data:

Data

Description

[ParentConnectionName]

Name of the interface assigned to this device.

[DeviceName]

Device name.

[DeviceDescription]

Device description to display in System Browser.

[ObjectModel]

Not used.

[Alias]

Not used.

[Function Name]

Not used.

[Discipline ID]

Not used.

[Subdiscipline ID]

Not used.

[Type ID]

Not used.

[Subtype ID]

Not used.

[LogicalHierarchy]

Used to create a hierarchy in the logical view.

[UserHierarchy]

Used to create a hierarchy in the user-defined view.

 

Devices Section (When Not Used Fields Are Collapsed)

SecuriFire Points Data

The [Points] section comprises the following data:

Data

Description

[ParentDeviceName]

Name of the device to which the point is connected.

[Name]

Point name. Special characters are not allowed.

[Description]

Point description to display in System Browser.

[FunctionCode]

Not used.

[Offset]

Used in combination with the import rules table to achieve the correct value of the register.

NOTE: Offset = 0 (zero) is required for the SecuriFire Panel in the first line.

[SubIndex]

Not used.

[DataType]

Not used.

[Direction]

Not used.

[Object Model]

Name of the object model linked to this point.

  • GMS_MODBUS_SecuriFire_Panel_150
  • GMS_MODBUS_SecuriFire_Input_150
  • GMS_MODBUS_SecuriFire_Output_150
  • GMS_MODBUS_SecuriFire_Module_150
  • GMS_MODBUS_SecuriFire_Loop_150
  • GMS_MODBUS_SecuriFire_Zone_150
  • GMS_MODBUS_SecuriFire_ ExtinguishingZone_150
  • GMS_MODBUS_SecuriFire_Detector_Bitcoded_150 or GMS_MODBUS_SecuriFire_Detector_StateSubstate_150

[Property]

Not used.

[Alias]

Not used.

[Function]

“Function name” used to automatically associate a specialized function to the point instance during the import of the CSV file. The function list includes:

  • SecuriFire_AutomaticDetector_150
  • SecuriFire_AutomaticZone_150
  • SecuriFire_ManualDetector_150
  • SecuriFire_ManualZone_150
  • SecuriFire_Printer_150

This field is optional. Leave it blank if no function should be assigned during the import.

[Discipline ID]

Not used.

[Subdiscipline ID]

Not used.

[Type ID]

Not used.

[Subtype ID]

Not used.

[Min]

Not used.

[Max]

Not used.

[MinRaw]

Not used.

[MaxRaw]

Not used.

[MinEng]

Not used.

[MaxEng]

Not used.

[Resolution]

Not used.

[Eng Unit]

Not used.

[StateText]

Not used.

[AlarmClass]

Not used.

[AlarmType]

Not used.

[AlarmValue]

Not used.

[EventText]

Not used.

[NormalText]

Not used.

[UpperHysteresis]

Not used.

[LowerHysteresis]

Not used.

[LogicalHierarchy]

Used to create a hierarchy in the logical view.

[UserHierarchy]

Used to create a hierarchy in the user-defined view.

 

Points Section (When Not Used Fields Are Collapsed)