Skip to content

Commit

Permalink
New release 2.2 - Updates corresponding EDS and stc entries
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Melik-Merkumians <[email protected]>
  • Loading branch information
MartinMelikMerkumians committed Jan 14, 2019
1 parent 011f42b commit 8b8f249
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions data/OpENerPC.stc
Original file line number Diff line number Diff line change
@@ -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 | | ||| | | | | | | |
Expand All @@ -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 | |
Expand Down Expand Up @@ -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 | |
Expand Down
2 changes: 1 addition & 1 deletion data/opener_sample_app.eds
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b8f249

Please sign in to comment.