Intelligent Devices Forum
Schneider Electric support forum about all Intelligent Field Devices brands of Sensors, Thermostats, Glass Touch Panels, Valves and Actuators
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-02 12:42 AM
I have an FCU with Analog cool type and on/off heater which has to be controlled with SE8350 TH.
Can I connect in BO 8?
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-03 02:34 AM
hi,
Yes, SE8000 range can be simply modified by additional scripting feature.
By default, by internal application of SE8000, BO8 is used an auxiliary output for reheat.
However, you can select BO8 Aux.Config as default, but Operation Sequence should not use rht, just only "Coll/heat" mode should e selected
Then you can create short script which activates BO8 based on value from PI regulator output [1]:
BO8 Auxiliary - Binary Output - instance 98
PI heating demand - Analog Output - instance 21
eg [2].
if ME.AO21>10 then ME.BO98=1
if ME.AO21==0 then ME.BO98=0
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-03 02:34 AM
hi,
Yes, SE8000 range can be simply modified by additional scripting feature.
By default, by internal application of SE8000, BO8 is used an auxiliary output for reheat.
However, you can select BO8 Aux.Config as default, but Operation Sequence should not use rht, just only "Coll/heat" mode should e selected
Then you can create short script which activates BO8 based on value from PI regulator output [1]:
BO8 Auxiliary - Binary Output - instance 98
PI heating demand - Analog Output - instance 21
eg [2].
if ME.AO21>10 then ME.BO98=1
if ME.AO21==0 then ME.BO98=0
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.