- Posts: 33
- Thank you received: 2
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.
ReadvalueList error
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
I added
ReadArgumentCk.ReadParameters.MaximumAge = 0
When I go to assign the variable xxxx = resultCheck.value
the error of "function, argument value, type or count is invalid" returns to me inexorably
I also tried to do a single node reading with this code
oClient = CREATEOBJECT ("OpcLabs.EasyOpc.UA.EasyUAClient")
MESSAGEBOX (oPCUA.ReadValue ("opc.tcp: //10.0.0.205: 48010", "nsu = urn: Exor: OPCUAServer: JMobile; ns = 2; s = Tags.Application / GVL / Data_Exchange_Scada / Put_Data_PiecesCounter")
but the same mistake always comes back to me.
In the attached screen shoots you can see how with the DEMO application I correctly read the value of the node,
I don't understand what it can be
Please Log in or Create an account to join the conversation.
Basically, set ReadParameters.MaximumAge to zero in ReadArguments object you are passing in to the Read call.
Best regards
Please Log in or Create an account to join the conversation.
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
- Posts: 33
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Have you checked with some other OPC UA client?
Regards
Please Log in or Create an account to join the conversation.
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
- Posts: 33
- Thank you received: 2
Please Log in or Create an account to join the conversation.
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
- Posts: 33
- Thank you received: 2
????
Please Log in or Create an account to join the conversation.
I know it's weird, but please try .value instead (small first letter). If that works, I will explain what has happened, afterwards.
Best regards
Please Log in or Create an account to join the conversation.
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
- Posts: 33
- Thank you received: 2
Please Log in or Create an account to join the conversation.
Regards
Please Log in or Create an account to join the conversation.
- info@software2000.it
- Topic Author
- Offline
- Platinum Member
- Posts: 33
- Thank you received: 2
the language is Microsfot Visual Foxpro, the variable 'valore' is used in a statement and foxpro if not decalred assign the type as the value assigned to it, but I try to declare the variable valore as String, as number, but no change , same error as not declared.
It seem that ther's no Value property in the object I think, but I don't understand why Exeption is empty , error is empty and succeeded is true; ther's some other property Can I check?
Please Log in or Create an account to join the conversation.