NOTIFIER NEW UDACT-2 PROGRAMMING TO A 2020

Post Reply
Leo
Site Admin
Posts: 889
Joined: Thu Dec 11, 2008 7:52 am

NOTIFIER NEW UDACT-2 PROGRAMMING TO A 2020

Post by Leo »

Overview
UDACT-2 is ONLY programmed with VeriFire Tools.
within the 2020 you need to find which points are associated with which ACS Addresses
use a hyper terminal type program, connect it to the 2020 printer port and run report
turn the printed report into a file and clean it up so it looks like the below.
PULL L01M01 A01P20
PULL L01M02 A01P21
PULL L01M03 A01P22
enter this info into the VeriFire tools UDACT-2 program


step by step
1. open VeriFire Tools new project
2. Hardware type -> CLASSIC
3. Add node -> UDACT-2 (node address 0)
4. fill the other stuff in - CID, account #, phone #s
5. Program Settings -> Reporting type -> Point reporting ->rec/trans
6. ACS addresses - start -1 end- 5 (what I did, ending address will need to be high enough to add all your points)

The hard part is finding what points in the 2020 are associated what ACS points in VeriFire Tools and what type of input it is. (fire,supv)
If an input on the 2020 goes active or normal it will send a signal to UDACT-2 with the ACS number and the change of state of the input.ex: A1P9 normal or A1P9 Active


The UDACT-2 needs to know if the point is a Fire alarm, supv, ETC
under FUNCTION you will make the change.

You will need to find within the 2020 this info
The easiest way to do this is to use a HyperTerminal type program.
connect it to the printer port on the 2020 run a report.
Capture it, import it into excel,
make it easy to see so you can change the FUNCTIONS within VeriFire tools.

((use 2020 install manual))connect PC to printer port

print zone info:Key [SPL FUNCT] 1=RPTS 2=POINT,

(( REPORT PRINT OUT))
NORMAL MON PULL STA MAIN OFFICE ENTRANCE L01M01
(Z02) A01P20

NORMAL MON PULL STA OFFICE EMPLY.ENTR. L01M02
(Z02) A01P21

NORMAL MON PULL STA CAFETERIA ENT. L01M03
(Z03) A01P22
Post Reply