Introduction
ADAM 6050 Ethernet based data acquisition and control modules provide I/O, data acquisitions, and networking in one module.
Through standard Ethernet networking, ADAM 6050 retrieves I/O values from sensors (Fire Panel), and publishes them in a real-time I/O values to Synergy Workforce
Setup ADAM 6050 Device
1. Install AdamApax .NET Utility on a PC.
2. Run the application
3. Search the device on local network
a. Right click on the IP of the PC and click Search Device
4. Click on device to open its current settings
5. Navigate to Network tab. Set the DataStream Target Port to 5168.
Change here the device IP address, subnet and gateway IP if needed
6. Select 6050 GCL from left hand menu, system should prompt for password.
Default Password - Check with Synel Representative
7. Once logged in successfully, User will need to specify 2 rules in the device.
a. Default Condition: when device status is Normal (i.e. no fire alarm, etc.) = 1
b. Alarm Condition: when fire alarm is triggered (or any other event considered as not normal) = 0
8. Rule 1: Default Condition
a. Select Rule 1
b. Tick Enable Rule 1
c. Click on Input and setup the Conditions as following:
d. Click on Execution Period and set to 1000(ms)
e. Click on Output
f. Specify the Destination IP address where the message should be sent
g. Operation Type should be Remote Message
h. Value should be equal to Normal Value set up in Synergy Workforce (1 = Normal)
9. Rule 2: Alarm Triggered
a. Select Rule 2
b. Tick Enable Rule 2
c. Click on Input and setup the Conditions as following:
d. Click on Execution Period and set to 1000(ms)
e. Click on Output
f. Specify the Destination IP address where the message should be sent
g. Operation Type should be Remote Message
h. Value should be 0
10. Once the setup is complete, click on RUN button (confirm when prompted)
11. Depending on the current status of the device, you will see signal passing through (in yellow dotes) from either Rule 1 or Rule 2
Always leave the device in RUN mode when you exit the software otherwise it will not work !!!!
Synergy Workforce Settings
1. Navigate to Emergency -> Adam Fire Link
2. Set values for following fields:
a. Username = Check with Synel Representative
b. Password = Check with Synel Representative
c. Pooling Interval = 60 (do not change this value)
d. Normal Value = 1
e. Insert Recipients Email Address (will not send Email with Fire Report if empty) comma separated for multiple emails
f. Insert Email body text if required
3. Navigate to System Setup -> Devices
4. Add Adam Fire Link in the device list
a. Type = Fire Link
b. Model = Adam Fire Link
c. IP of the device must match with device IP;
d. Port – indicate the Datastream Target Port of the device
Firewall rule for inbound traffic must be set and allowed on port 5168.
5. Setup which door should open in case of fire.
A. Go to Menu\Access Control\Devices, click on additional
B. Select the condition from drop down for the respective devices
6. The doors opened during the event of fire alarm, must be set back to normal from Menu - Emergency Control - Door control
7. Connection to the fire alarm panel:
A. Connect the fire link between DI 0 and Iso GND
B. The contact must free voltage and normally closed
8. Fire Link Service Configuration
A. The configuration file of service must have defined connection strings for the devices that will stream the data.
B. Name of the connection string must indicate device IP and port that should be listened in a following format [IP]:[Port]
Refer to the example below:
<connectionStrings>
<add name="010.159.250.048:5168" connectionString="Data Source=WIN-6FS3AR4EBT4;Initial Catalog=Test_Database;User ID=xx;password=xxxxxxxxx" providerName="System.Data.SqlClient" />
</connectionStrings>