Floboss 107 to DCS Analog Input

Dear All,

I have Floboss 107 and use AGA3 to calculate flow gas. How can I send Flow data to DCS (ABB Bailey)? Can Modbus data configured to Analog Output? Because in the DCS I will use Analog Input card to receive data from Floboss.

Thanks
 
If you are going to map the FB107 AGA Flow Rate to a FB107 AOUT then hardwire that 4-20 mA to a DCS AIN. THEN Modbus need not enter the discussion.
 
Thanks Harvard,

so I will assign AO for Instantaneous Flow from Meter in FST Editor (FST#1).. and enable FST#1. What about FST Register? Shall we setup the register?
 
>so I will assign AO for Instantaneous Flow from Meter in FST
>Editor (FST#1).. and enable FST#1. What about FST Register?
>Shall we setup the register?<pre>
VAL <Flow Rate> places the Flow Rate into RR (Result Register)
* <Scale> multiply RR x Scale Factor
AO <RR> Analog Out RR as a number between 0 and 100
END</pre>
No need for any general purpose registers.
 
Top