hi all;
i have 4 est3 panel and 1 3-anncpu card as mimic panel , i want to share the database of this panel's how can i do this?
for EX if i want to program panel #1 to goes into alam(some output module's in panel #1) with some input modules that in panel #2 what's the rule?how can i do this?
is it possible just by networking panel in class A and use the objects on other panel?i mean when panel going to network all panel share their object?
est 3 network panel
-
- Posts: 50
- Joined: Fri Jan 11, 2013 10:18 pm
Re: est 3 network panel
b.n.f wrote:hi all;
i have 4 est3 panel and 1 3-anncpu card as mimic panel , i want to share the database of this panel's how can i do this?
for EX if i want to program panel #1 to goes into alam(some output module's in panel #1) with some input modules that in panel #2 what's the rule?how can i do this?
is it possible just by networking panel in class A and use the objects on other panel?i mean when panel going to network all panel share their object?
one database can download to all panel
e.g.
panel 1 output module - RLY_PANEL_1_BELL
panel 2 output module - RLY_PANEL_2_BELL
panel 3 output module - RLY_PANEL_3_BELL
panel 4 output module - RLY_PANEL_4_BELL
[PANEL 1 ALARM]
ALARM '*_PANEL_1' : ON 'RLY_PANEL_*_BELL';
Re: est 3 network panel
EST3 panels work as one when they are networked (class A or B)
when networked you can think of it as one FACP.
when networked you can think of it as one FACP.
Re: est 3 network panel
thank's martin and leo for your replay!