一区二区三区三上|欧美在线视频五区|国产午夜无码在线观看视频|亚洲国产裸体网站|无码成年人影视|亚洲AV亚洲AV|成人开心激情五月|欧美性爱内射视频|超碰人人干人人上|一区二区无码三区亚洲人区久久精品

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

串口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

modbus轉(zhuǎn)iec61850 ? 來源:modbus轉(zhuǎn)iec61850 ? 作者:modbus轉(zhuǎn)iec61850 ? 2025-02-17 17:01 ? 次閱讀

目錄
1 案例說明 1
2 VFBOX網(wǎng)關(guān)工作原理 1
3 測試數(shù)采儀的串口數(shù)據(jù) 2
4 配置網(wǎng)關(guān)采集212設(shè)備數(shù)據(jù) 4
5 使用ETHERNETIP轉(zhuǎn)發(fā)數(shù)據(jù) 5
6 案例總結(jié) 7

1 案例說明

  1. 數(shù)采儀通過串口輸出環(huán)保212的數(shù)據(jù),網(wǎng)關(guān)通過串口采集數(shù)采儀的數(shù)據(jù)。
  2. 網(wǎng)關(guān)把采集的數(shù)據(jù)轉(zhuǎn)換成EthernetIP從站數(shù)據(jù)。

2 VFBOX網(wǎng)關(guān)工作原理
VFBOX網(wǎng)關(guān)是協(xié)議轉(zhuǎn)換網(wǎng)關(guān),是把一種協(xié)議轉(zhuǎn)換成另外一種協(xié)議。網(wǎng)關(guān)可以采集西門子,歐姆龍,三菱,AB PLC,DLT645,DLT698電表,modbus rtu tcp,環(huán)保的HJ212協(xié)議,opc ua和opc da,電力的IEC103 IEC104, IEC61850等,以及EthernetIP,Profinet IO,CCLink,EtherCAT現(xiàn)場總線協(xié)議,bacnet,MQTT,mysql,sqlserver數(shù)據(jù)庫。不同型號的網(wǎng)關(guān)支持不同的協(xié)議,具體支持的協(xié)議參考網(wǎng)關(guān)側(cè)面標(biāo)簽上的型號。依托500多種型號的網(wǎng)關(guān)產(chǎn)品,可以實(shí)現(xiàn)多種不同協(xié)議之間的互聯(lián)互通。
網(wǎng)關(guān)連接在不同協(xié)議的設(shè)備之間,就像一個(gè)“翻譯”,把一種設(shè)備支持的協(xié)議,轉(zhuǎn)換成另一種設(shè)備支持的協(xié)議,從而實(shí)現(xiàn)兩個(gè)不同協(xié)議的設(shè)備之間的數(shù)據(jù)交換。工作架構(gòu)如下:
在這里插入圖片描述

3 測試數(shù)采儀的串口數(shù)據(jù)

  1. 測試數(shù)采儀的串口有數(shù)據(jù)輸出,并且需要知道輸出的數(shù)據(jù)內(nèi)容。
  2. 把數(shù)采儀的串口(232或者485)通過“串口轉(zhuǎn)usb線”接到電腦上?!按谵D(zhuǎn)usb線”可以在淘寶上采購。
  3. 在電腦上打開串口調(diào)試工具軟件sscom(或者其他串口調(diào)試軟件)。Sscom可以在百度搜索下載。
  4. 打開sscom串口,配置和數(shù)采儀相同的串口參數(shù)。如果不清楚相關(guān)參數(shù),請聯(lián)系數(shù)采儀廠家。
    在這里插入圖片描述
  5. 需要在sscom上收到如下的數(shù)據(jù)。如果不能收到數(shù)采儀發(fā)出來的數(shù)據(jù),請聯(lián)系數(shù)采儀廠家進(jìn)行測試。
    在這里插入圖片描述
  6. 完成以上操作后,在進(jìn)行下面的操作。

4 配置網(wǎng)關(guān)采集212設(shè)備數(shù)據(jù)

  1. vfbox網(wǎng)關(guān)通過網(wǎng)線連接到電腦。數(shù)采儀的串口連接到網(wǎng)關(guān)的COM1,接線方式請根據(jù)信號線的定義連接。
  2. 在電腦上打開vfbox studio配置軟件,新建一個(gè)工程。相關(guān)操作可參考0011文檔,文檔可到onker.cn下載中心下載??蛇x的型號有:VB301-1100,VB301-1200,VB301-1400,VB302-2400,VB303-2400.
  3. 新建設(shè)備,選擇HJ212驅(qū)動(dòng)。
    在這里插入圖片描述
  4. 連接類型選擇“Serial Port”
    在這里插入圖片描述
  5. 串口參數(shù)和數(shù)采儀保持一致。選擇COM1
    在這里插入圖片描述
  6. 添加要采集的數(shù)據(jù)。比如要采集“a21001-Rtd”的數(shù)據(jù),則在地址處填寫“a21001-Rtd”
    在這里插入圖片描述
  7. “a21001-Rtd”是從數(shù)采儀獲取的數(shù)據(jù)中查看。至于“a21001-Rtd”代表的是什么變量,需要查看環(huán)保協(xié)議,或者詢問數(shù)采儀廠家、或者和實(shí)際數(shù)據(jù)對比查看。
    在這里插入圖片描述

5 使用EthernetIP轉(zhuǎn)發(fā)數(shù)據(jù)

  1. 網(wǎng)關(guān)可以作為Ethernet/IP協(xié)議的從站,外部設(shè)備做Ethernet/IP的主站。
  2. 到菜單“服務(wù)-EtherNet/IP”,啟用設(shè)置成Yes。
    在這里插入圖片描述

參數(shù) 說明
綁定網(wǎng)口 如果是單網(wǎng)口設(shè)備,不需要更改。
兩個(gè)網(wǎng)口的網(wǎng)關(guān),選擇網(wǎng)關(guān)連接EthernetIP設(shè)備的網(wǎng)口。
輸入輸出存儲(chǔ)區(qū)固定長度 輸入輸出區(qū)的固定長度,一般選擇Yes。對應(yīng)下面的“CIP最大字節(jié)”使用。如果選擇yes,CIP最大字節(jié)是32,則輸入?yún)^(qū)長度為32個(gè)字節(jié),輸出區(qū)固定長度為32個(gè)字節(jié)
CIP最大字節(jié) 選擇輸入去和輸出區(qū)的最大字節(jié)長度。單位字節(jié)。
Input Assembly(100), 輸入數(shù)據(jù)區(qū),網(wǎng)關(guān)輸出給主站的數(shù)據(jù),路徑地址是100
Output Assembly(150) 輸出數(shù)據(jù)區(qū),主站輸出給網(wǎng)關(guān)的數(shù)據(jù),路徑地址是150

  1. 點(diǎn)擊“Input Assembly”,添加兩個(gè)數(shù)據(jù)。Input Assembly是指外部系統(tǒng)來網(wǎng)關(guān)讀取的數(shù)據(jù)。
    在這里插入圖片描述
  2. 點(diǎn)擊“Output Assembly”,添加兩個(gè)數(shù)據(jù)。Output Assembly是指外部系統(tǒng)要寫入到網(wǎng)關(guān)的數(shù)據(jù)。
    在這里插入圖片描述
  3. 完成以上設(shè)置后,點(diǎn)擊下載,把工程下載的網(wǎng)關(guān)里。
  4. 點(diǎn)擊“Generate EDS File”可以生成EDS文件,把生成的EDS文件下載到EthernetIP主站設(shè)備后,就可以和網(wǎng)關(guān)進(jìn)行數(shù)據(jù)通信了。
    在這里插入圖片描述
  5. 如果修改了某些參數(shù),需要重新下載工程到網(wǎng)關(guān)中,并重新生產(chǎn)EDS文件,然后再導(dǎo)入到相應(yīng)的設(shè)備中。

6 案例總結(jié)
使用協(xié)議轉(zhuǎn)換網(wǎng)關(guān)可以很方便的實(shí)現(xiàn)不同協(xié)議的設(shè)備之間的數(shù)據(jù)轉(zhuǎn)換。大量節(jié)省了項(xiàng)目實(shí)施過程的時(shí)間成本,人力成本。VFBOX網(wǎng)關(guān)產(chǎn)品都是工業(yè)級品質(zhì),符合工業(yè)應(yīng)用的場景。只需要簡單的參數(shù)配置,可以很快完成設(shè)備和系統(tǒng)之間的連接。方案優(yōu)點(diǎn):

  1. 不需要修改設(shè)備里的程序。
  2. 不影響設(shè)備原有的工作方式和功能。
  3. 只需要簡單的配置就可以實(shí)現(xiàn)功能需求。
  4. 設(shè)備長期穩(wěn)定工作。
  5. 網(wǎng)關(guān)運(yùn)行架構(gòu)如下

在這里插入圖片描述

審核編輯 黃宇

聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請聯(lián)系本站處理。 舉報(bào)投訴
  • MODBUS
    +關(guān)注

    關(guān)注

    28

    文章

    1950

    瀏覽量

    78677
  • 網(wǎng)關(guān)
    +關(guān)注

    關(guān)注

    9

    文章

    5039

    瀏覽量

    52256
  • 協(xié)議轉(zhuǎn)換

    關(guān)注

    1

    文章

    219

    瀏覽量

    9751
收藏 人收藏

    評論

    相關(guān)推薦

    串口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) HJ212項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 04-17 13:58 ?147次閱讀
    <b class='flag-5'>串口</b><b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> HJ<b class='flag-5'>212</b><b class='flag-5'>項(xiàng)目</b>案例

    SNMP設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 03-28 14:51 ?143次閱讀
    SNMP<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    opc ua設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 03-25 14:16 ?186次閱讀
    opc ua<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    Ethercat設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 03-19 11:50 ?150次閱讀
    Ethercat<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    CJ188設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 03-12 11:33 ?177次閱讀
    CJ188<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    EthernetIP IO從站設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 03-04 14:36 ?229次閱讀
    <b class='flag-5'>EthernetIP</b> IO從站<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    AB plc設(shè)備數(shù)據(jù) 轉(zhuǎn) EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 02-28 17:21 ?237次閱讀
    AB plc<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> <b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    modbus設(shè)備數(shù)據(jù) 轉(zhuǎn)EthernetIP項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 02-18 16:45 ?267次閱讀
    modbus<b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b><b class='flag-5'>EthernetIP</b><b class='flag-5'>項(xiàng)目</b>案例

    網(wǎng)口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) EtherCAT項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 01-10 13:30 ?274次閱讀
    網(wǎng)口<b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> EtherCAT<b class='flag-5'>項(xiàng)目</b>案例

    網(wǎng)口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) opc ua項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 12-03 13:54 ?439次閱讀
    網(wǎng)口<b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> opc ua<b class='flag-5'>項(xiàng)目</b>案例

    串口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) opc ua項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 12-02 17:44 ?407次閱讀
    <b class='flag-5'>串口</b><b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> opc ua<b class='flag-5'>項(xiàng)目</b>案例

    串口環(huán)保212設(shè)備數(shù)據(jù)轉(zhuǎn)CCLink IE Field Basic項(xiàng)目案例

    VFBOX協(xié)議轉(zhuǎn)換網(wǎng)關(guān)支持PLC,modbus,EthernetIP,Profinet,CCLink,EtherCAT,IEC61850,IEC104,bacnet,DLT645,HJ212,opc ua,opc da,DNP3。
    的頭像 發(fā)表于 11-28 14:52 ?489次閱讀
    <b class='flag-5'>串口</b><b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b><b class='flag-5'>轉(zhuǎn)</b>CCLink IE Field Basic<b class='flag-5'>項(xiàng)目</b>案例

    網(wǎng)口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) profinet IO項(xiàng)目案例

    目錄 1 案例說明 1 2 VFBOX網(wǎng)關(guān)工作原理 1 3 準(zhǔn)備工作 2 4 電腦上采集環(huán)保HJ212設(shè)備數(shù)據(jù) 2 5 配置網(wǎng)關(guān)參數(shù) 4 6 用PROFINET IO協(xié)議轉(zhuǎn)發(fā)
    的頭像 發(fā)表于 09-24 10:00 ?418次閱讀
    網(wǎng)口<b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> profinet IO<b class='flag-5'>項(xiàng)目</b>案例

    串口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn)profinet IO項(xiàng)目案例

    目錄 1 案例說明 1 2 VFBOX網(wǎng)關(guān)工作原理 1 3 測試數(shù)采儀的串口數(shù)據(jù) 2 4 配置網(wǎng)關(guān)采集212設(shè)備數(shù)據(jù) 4 5 用PROFIN
    的頭像 發(fā)表于 09-23 13:41 ?471次閱讀
    <b class='flag-5'>串口</b><b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b>profinet IO<b class='flag-5'>項(xiàng)目</b>案例

    網(wǎng)口環(huán)保212設(shè)備數(shù)據(jù) 轉(zhuǎn) IEC61850項(xiàng)目案例

    案例說明設(shè)置網(wǎng)關(guān)采集環(huán)保212設(shè)備數(shù)據(jù)并轉(zhuǎn)成IEC61850協(xié)議轉(zhuǎn)發(fā)。VFBOX網(wǎng)關(guān)支持多種協(xié)議轉(zhuǎn)換,實(shí)現(xiàn)設(shè)備間互聯(lián)互通。通過簡單配置網(wǎng)關(guān)參
    的頭像 發(fā)表于 08-21 09:27 ?583次閱讀
    網(wǎng)口<b class='flag-5'>環(huán)保</b><b class='flag-5'>212</b><b class='flag-5'>設(shè)備</b><b class='flag-5'>數(shù)據(jù)</b> <b class='flag-5'>轉(zhuǎn)</b> IEC61850<b class='flag-5'>項(xiàng)目</b>案例