From 8b8f249063ac09ce383caa9d7536dd7bcd0a3145 Mon Sep 17 00:00:00 2001 From: Martin Melik-Merkumians Date: Mon, 14 Jan 2019 17:59:41 +0100 Subject: [PATCH] New release 2.2 - Updates corresponding EDS and stc entries Signed-off-by: Martin Melik-Merkumians --- data/OpENerPC.stc | 8 ++++---- data/opener_sample_app.eds | 2 +- source/CMakeLists.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/data/OpENerPC.stc b/data/OpENerPC.stc index 597bc9de94..f412fef9ae 100644 --- a/data/OpENerPC.stc +++ b/data/OpENerPC.stc @@ -1,10 +1,10 @@ StcRev Data |1.23|CT-14|OpENerPC|1517911412| DevData |255|0|500|500|500,500|X||ENet| [<00>]-------|OpENer PC|| - General |3.21|EtherNet/IP Vol 2, Ed 1.22||2.1|Rockwell Automation/Allen-Bradley|1|65001| + General |3.21|EtherNet/IP Vol 2, Ed 1.22||2.2|Rockwell Automation/Allen-Bradley|1|65001| DevProfile |12|Communications Adapter|,04,05,06,07,08,09,10,11,15,16,29,30,32,33,43,55,243,244,245,246,67,71,72,77,84,85,86,87,69,81,78,79,80,83,92| PhysConf ||X| |X| | | | | |0|X| | | LEDs | | | | | | - IP MAC Set | |X| |192.168.56.101| | ||08:00:27:a9:4b:00| | | | + IP MAC Set | |X| |192.168.56.101| | ||08:00:27:f0:74:38| | | | CRate Set |X| | |X| | || CRate Sup |X|X| |X|X| Net Behavi | | ||| | | | | | | | @@ -26,7 +26,7 @@ CSP ||||||||||||| IAG |X|X|X|X|X|X|X| | | | | | | | | | | | | IAS | | | | | | | | | | | | | | | | | | | | - IAL | =(1)| =(12)| =(65001)| =(2.1)| | | =(OpENer PC)| | | | | | | | | | | | | + IAL | =(1)| =(12)| =(65001)| =(2.2)| | | =(OpENer PC)| | | | | | | | | | | | | IS |X|X|X| | | | | | | | | | ISP ||0,1||||||||||| VSA | | @@ -135,7 +135,7 @@ CSP ||||||||||| IAG |X|X|X| | | | | | | |X| | | | | IAS | | | | | | | | | | | | | | | | - IAL | =(0,10,100)| |MAC address (08:00:27:a9:4b:00)| | | | | | | | | | | | | + IAL | =(0,10,100)| |MAC address (008:00:27:f0:74:38)| | | | | | | | | | | | | IS |X|X| | | | | | | | | | ISP |||||||||||| VSA | | diff --git a/data/opener_sample_app.eds b/data/opener_sample_app.eds index abd3c6550b..6e478d7b63 100644 --- a/data/opener_sample_app.eds +++ b/data/opener_sample_app.eds @@ -16,7 +16,7 @@ $ EZ-EDS Version 3.21.1.20161208 Generated Electronic Data Sheet ProdTypeStr = "Communications Adapter"; ProdCode = 65001; MajRev = 2; - MinRev = 1; + MinRev = 2; ProdName = "OpENer PC"; Catalog = "OpENer-2.x"; diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 12889124f9..5d1dbcf080 100755 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -16,7 +16,7 @@ set( OpENer_Device_Config_Device_Type 12 CACHE STRING "Device Type ID") set( OpENer_Device_Config_Product_Code 65001 CACHE STRING "Device Product Code") set( OpENer_Device_Config_Device_Name "OpENer PC" CACHE STRING "Device Name") set( OpENer_VERSION_MAJOR 2 ) -set( OpENer_VERSION_MINOR 1 ) +set( OpENer_VERSION_MINOR 2 ) configure_file( "${PROJECT_SOURCE_DIR}/src/ports/devicedata.h.in"