- Posts: 19
- Thank you received: 3
Online Forums
Technical support is provided through Support Forums below. Anybody can view them; you need to Register/Login to our site (see links in upper right corner) in order to Post questions. You do not have to be a licensed user of our product.
Please read Rules for forum posts before reporting your issue or asking a question. OPC Labs team is actively monitoring the forums, and replies as soon as possible. Various technical information can also be found in our Knowledge Base. For your convenience, we have also assembled a Frequently Asked Questions page.
Do not use the Contact page for technical issues.
- Forum
- Discussions
- QuickOPC-Classic in .NET
- Reading, Writing, Subscriptions, Property Access
- omron opc reading and writing variables
omron opc reading and writing variables
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
1) int32 was fine
2) NJ501 - 1300 Vers. 1.46
3) Yes
4)Result (value): Opc.Ua.BuildInfo {BuildInfo} @2022-12-02T15:49:32.536 @@2022-12-05T08:55:29.639; Good
├─ServerTimestampLocal = 05/12/2022 09:55:29
├─SourceTimestampLocal = 02/12/2022 16:49:32
├─StatusCode = Good
├─StatusInfo = Normal
├─Value = Opc.Ua.BuildInfo
│ ├─ProductUri = urn:OMRON:NxOpcUaServer
│ ├─ManufacturerName = OMRON Corporation
│ ├─ProductName = NxOpcUaServer
│ ├─SoftwareVersion = 1.03.04
│ ├─BuildNumber = 0001
│ ├─BuildDate = 14/07/2021 03:30:17
│ ├─TypeId = i=338
│ ├─BinaryEncodingId = i=340
│ ├─XmlEncodingId = i=339
│ └─JsonEncodingId = i=15361
└─ValueType = Opc.Ua.BuildInfo
Command finished: read|r (3,3 seconds).
Please Log in or Create an account to join the conversation.
Can you now help me too? Because normally this should not be necessary, and I'd like to get to the bottom of it. I'd like to know
1) Which of the types has worked in the end (Int16, Int32, Int64)?
2) You mentioned "omron", but can you be more specific as to which model/version etc.?
3) I assume this is an OPC UA server that is embedded inside some PLC, and not a PC-based OPC UA server. Is that correct?
4) Would you be willing to extract more information about the server, by downloading the current version of the OpcCmd utility from kb.opclabs.com/Tool_Downloads#OpcCmd_Utility , and then, from inside that utility (at the OpcCmd> prompt), enter the following command:
uaClient read //172.16.253.6:4840 --NodeStandardName Server_ServerStatus_BuildInfo
Thank you
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
i will let you know tomorrow,
really thank you
Please Log in or Create an account to join the conversation.
- typeof(Int16)
- typeof(Int32)
- typeof(Int64)
Thank you
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Value: Integer
Value.ExpandedText: nsu=http://opcfoundation.org/UA/ ;i=27
Value.NamespaceUriString: opcfoundation.org/UA/
Value.NamespaceIndex: 0
Value.NumericIdentifier: 27
Value: Integer
Value.ExpandedText: nsu=http://opcfoundation.org/UA/ ;i=27
Value.NamespaceUriString: opcfoundation.org/UA/
Value.NamespaceIndex: 0
Value.NumericIdentifier: 27
Value: Integer
Value.ExpandedText: nsu=http://opcfoundation.org/UA/ ;i=27
Value.NamespaceUriString: opcfoundation.org/UA/
Value.NamespaceIndex: 0
Value.NumericIdentifier: 27
Please Log in or Create an account to join the conversation.
- Forum
- Discussions
- QuickOPC-Classic in .NET
- Reading, Writing, Subscriptions, Property Access
- omron opc reading and writing variables