首页 > 其他分享 >RGI 德国Real Good Idea 流量计 Flocon21

RGI 德国Real Good Idea 流量计 Flocon21

时间:2024-03-10 15:33:59浏览次数:19  
标签:Real Good mm Idea system mass output data unit

Product specification

Evaluation unit for flow measurement system based on microwaves

 

Description

The  evaluation computer FLOCON 21 forms, together with one of the sensors DR-xxx, a contactless flow measurement system for many applications in the transport of dry solids / bulk materials (sand, powder, dust) in pipes (pneumatic transport or in applications with free-falling material).

The  measured variables are speed and mass flow, both can be output at 0 / 4-20mA current outputs.

Depending  on the application, the system can also measure the density or the value of the total mass transported.

It  is also possible to program the system so that after receiving a start signal it measures the total mass transported and signals that a preset mass value has been reached at the digital output.

The  evaluation unit FLOCON 21 is connected to the sensors DR-xxx via a 4-wire RS485 line, whereby the distance between the two units - depending on the quality of the cable used and the interference environment - can be up to 500m. The sensor is also supplied via this line.

This  unit takes care of the calculation of the actual delivery rate, integrates these values ​​into a mass and passes them on via the analog output, thus combining a complete control unit with the functions: parameterization, calibration, status display and data output on a PC interface.

Technical data

19 'Euro rack slot: 
● Dimensions: 101.4mm (20 HP) x 132.55mm (3U) x 160mm
● Weight: 450 g
● Display: 4 lines x 16 characters alphanumeric LCD display with LED backlight
● Keyboard: 16 membrane keys with audio acknowledgment
● Displays: 5 status LEDs

Casing: 
● Degree of protection: IP 65
● Front window: polycarbonate, with slit closure
● Dimensions: DxWxH 249x191x241 mm (including PG sockets)
● Electrical connection height: 90mm (including PG sockets)
● Total weight: approx. 6 kg

Electrical connections:
● Power supply: 110V 50 Hz (90 - 130V 47 - 62Hz or 230V 50 Hz (190 - 250V 47-62Hz), 24 VA
● Fuse: internal mains fuse 5 x20 mm, 1 A, slow blow
● Sensor supply: 22 - 28 Vdc, 0.3A max.
● Sensor data lines: RS485 (GND, A, B), 38400 baud, RGI internal protocol
● Analog output: 0 / 4-20mA, 0-400Ω load range
● PC data access (front): RS232, 9-pin SUB-D, TxD, RxD, GND; 38400 vols, format 8, n, 1

Environmental compatibility:
● Operating temperature range: 0-40 ° C
● Humidity range: 5% to 90%, without condensation
● Operating pressure: 700-1060 mbar

Data storage and data protection:
● Internal battery 2.4V 2.4Ah, consisting of 2 x AA NiMH type
● Holding time: 6 months @ 20 ° C RT
● Charging time: 3 days

 

暂时记录,后期再翻译;试验其精度。

 

标签:Real,Good,mm,Idea,system,mass,output,data,unit
From: https://www.cnblogs.com/leotiger/p/18064242

相关文章

  • IDEA使用与多线程
    IDEA缩写和快捷键psvm全称publicstaticvoidmainsout全称publicstaticvoidmainalt+enter处理异常s.out自动打印sctrl+art+t给整段代码加框如try-catch一、概念进程、程序和进程程序(program)是为完成任务、用某种语言编写的一组指令的集合。即指一段静态的代码,......
  • SciTech-Mathmatics-Real Analysis-Cantor Set Theory + Bolzono-Weierstrass Theorem
    CantorSet,Priciple:1-1bi-directionalmappingtodeterminewhethertwosets(infiniteorfinite)AandBhavethesamesize.false:[0,1]~(0,+∞):闭区间[0,1]上全部的点作成的集合是不对等于\(Z^{+}\)正整数集上全部的点作成的集合。true:(0,1)~(......
  • UnrealSharp: 一个可以让你在UnrealEngine5中采用C# 12和.NET 8.0开发的插件
    写着玩的,就当学习Unreal练手的玩意儿了。主要特性:支持.NET6.0~.NET8.0[默认为.NET8.0],支持C#12支持在C#中创建新的Unreal类、Unreal结构、Unreal枚举等支持为C#类创建新的Unreal属性、Unreal函数和Unreal多播委托。支持C#类继承UnrealC++类,这意味着您可以......
  • Java入门(向世界呐喊、Java运行机制、IDEA)
    Java入门1.HelloWorld!(向世界呐喊)新建文件夹用于存放代码(Code)->新建Java文件(Hello.java)->使用Notepad++进行编辑->在当前路径打开CMDpublicclassHello{ publicstaticvoidmain(String[]args){ System.out.print("HelloWorld!"); }}注意:系统可能没有显示文件......
  • AT_abc328_f [ABC328F] Good Set Query 题解
    分析考虑并查集。对于\(a_i,b_i,d_i\),若\(a_i,b_i\)在之前的满足要求的操作中,\(a_i,b_i\)不在同一个集合里,则在之前\(X_{a_i},X_{b_i}\)的相对差值是可以任意改变的。令\(k=X_{a_i}-X_{b_i}\),则我们需要将\(a_i\)所在集合中所有元素的值增加\(d_i-k\)。然后将\(a_i,b......
  • IDEA配置Servlet
     IDEA配置Servlet 重点说明!!!Tomcat强烈建议使用9.0版本!!! 极不推荐一上来就用10.0版本为什么?请参考:Tomcat10巨坑,软件不是越新越好。_fquer-CSDN博客Tomcat10版本避坑-CSDN博客 以下操作在配置web框架基础上进行(前文的1~6,即在配置tomcat之前的所有步骤)! 前几步与之前......
  • 从零开始搭建Springboot开发环境(Java8+Git+Maven+MySQL+Idea)之一步到位
    说明所谓万事开头难,对于初学Java和Springboot框架的小伙伴往往会花不少时间在开发环境搭建上面。究其原因其实还是不熟悉,作为在IT界摸爬滚打数年的老司机,对于各种开发环境搭建已经了然于胸,自己当年也是这么过来的。今天我就毕其功于一役,解放大家的时间,让凡人的环境配置见鬼去吧......
  • IDEA自定义注释
    注释模板配置首先打开IDEA设置Settings...(Windows快捷键:Ctrl+Alt+S,Mac快捷键:command+,)--->Editor--->LiveTemplates--->点击右侧加号"+"设置以下六处相应的内容Abbreviation:快捷缩略词,可以输入数值、字母、符号,到时配合/*使用(依模板内容而定),例......
  • IDEA连接MySQL
    打开IDEA右侧工具栏的数据库 添加MySQL  输入用户名和密码,连接   未完待续  本文记录软件实习的一些重要过程,方便以后查看,有不对的或者不懂的欢迎指正讨论......
  • Mac电脑彻底删除 JetBrains 、Idea、pycharm 、webstrom、goland
    首先删除app删除缓存新版本cdUsers/xxx/Library/rm-rfLogs/JetBrains/IntelliJIdea202x.xrm-rfPreferences/com.jetbrains.intellij.plistrm-rfPreferences/com.jetbrains.jbr.java.plistrm-rfPreferences/jetbrains.jetprofile.asset.plistrm-rfApplicat......