QuickOPC Compatibility Test List for PubSub: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
|||
Line 173: | Line 173: | ||
|Interoperability workshop | |Interoperability workshop | ||
|<span style='color:green'>Passed</span> | |<span style='color:green'>Passed</span> | ||
|<ref>MessageId is published as an integer, not a GUID.</ref><ref>DataSetWriterId is published as a GUID, not a UInt16.</ref><ref>Capable of single message format only: NetworkMessageHeader == 1, DataSetMessageHeader == 1, SingleDataSetMessage == 0. Dataset fields are only encoded as in DataValue representation.</ref> | |<ref>MessageId is published as an integer, not a GUID.</ref><ref>DataSetWriterId is published as a GUID, not a UInt16.</ref><ref name="format1">Capable of single message format only: NetworkMessageHeader == 1, DataSetMessageHeader == 1, SingleDataSetMessage == 0. Dataset fields are only encoded as in DataValue representation.</ref> | ||
|} | |} | ||
Line 199: | Line 199: | ||
|<span style='color:green'>Passed</span> | |<span style='color:green'>Passed</span> | ||
| | | | ||
|} | |||
== OPC Subscribers == | |||
Subscribers were tested with messages published by the UADemoPublisher. | |||
=== JSON Messages over MQTT Transport === | |||
{| class="wikitable" | |||
|+ | |||
!Other system model | |||
!Other system version | |||
!Test date | |||
!Performed by | |||
!This product version | |||
!Test type | |||
!Test outcome | |||
!Notes | |||
|- | |||
|'''ICONICS GENESIS64''' | |||
|? | |||
|2021-04 | |||
|OPC Labs | |||
|2021.2 (5.61.0.6) | |||
|Interoperability workshop | |||
|<span style='color:green'>Passed</span> | |||
|<ref name="format1"/> | |||
|} | |} |
Revision as of 16:01, 14 April 2021
See also: QuickOPC Compatibility Test List (for Client/Server)
Introduction
See Compatibility Test Lists - Concepts.
Platform Hardware
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
PC, Intel Core i7-8550U CPU @ 1.80 GHz 1.99 GHz; 16.0 GB | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed | W10/x64 | |
Raspberry Pi Model 4; 4 GB | 2021-01 | OPC Labs | 2021.1 (5.60) | Basic test | Passed | Raspbery Pi OS |
More tests were performed, currently not explicitly listed here.
Operating Systems
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
Microsoft Windows 10 Pro | 1803 x64 (English) | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed | |
Raspberry Pi OS with desktop | 2021-01-11 | 2021-01 | OPC Labs | 2021.1 (5.60) | Basic test | Passed |
More tests were performed, currently not explicitly listed here.
.NET Runtimes
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
.NET | 5.0.2 | 2021-01 | OPC Labs | 2021.1 (5.60.0.13) | Basic test | Passed |
More tests were performed, currently not explicitly listed here.
OPC Publishers
UADP Messages over UDP Transport
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
Softing Industrial Automation: dataFEED OPC UA .NET Standard PubSub SDK | 2.2 | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed | [1][2] |
Softing Industrial Automation: OPC UA C++ Server Development Toolkits for Windows | 5.60 | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed | [3] |
Yokogawa Electric Corporation: UA Server for CENTUM VP | R1.05.00 | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed | [2] |
JSON Messages over MQTT Transport
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
ICONICS GENESIS64 | ? | 2021-04 | OPC Labs | 2021.2 (5.61.0.6) | Interoperability workshop | Passed | [4][5][6] |
PubSub Configuration Model
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
Softing Industrial Automation: OPC UA C++ Server Development Toolkits for Windows | 5.60 | 2019-07 | OPC Labs | 2019.1 (5.55.0.3) | Interoperability workshop | Passed |
OPC Subscribers
Subscribers were tested with messages published by the UADemoPublisher.
JSON Messages over MQTT Transport
Other system model | Other system version | Test date | Performed by | This product version | Test type | Test outcome | Notes |
---|---|---|---|---|---|---|---|
ICONICS GENESIS64 | ? | 2021-04 | OPC Labs | 2021.2 (5.61.0.6) | Interoperability workshop | Passed | [6] |
More tests were performed, currently not explicitly listed here.
- ↑ Subscriber UADP Periodic Fixed Layout Facet
- ↑ 2.0 2.1 Subscriber UADP Flexible Layout Facet
- ↑ Subscriber UADP Dynamic Data Facet
- ↑ MessageId is published as an integer, not a GUID.
- ↑ DataSetWriterId is published as a GUID, not a UInt16.
- ↑ 6.0 6.1 Capable of single message format only: NetworkMessageHeader == 1, DataSetMessageHeader == 1, SingleDataSetMessage == 0. Dataset fields are only encoded as in DataValue representation.