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
- Value conversion and other [browse issues]
Value conversion and other [browse issues]
That PLC1 that is only available the first time I look for a tag.
After the first time it is nog shown and it gives an error.
Please provide the details of the error.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
I hope It makes something clear.
Greatring From Wim Roeloffs This email address is being protected from spambots. You need JavaScript enabled to view it. or This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
Sometimes he sees the PLC1 branche and most of the time not.
I do not know why.
Please Log in or Create an account to join the conversation.
HOW do you test the Write? Is it e.g. with the Demo application that comes with QuickOPC, or do you have your own code? If you are doing it from code, definitively post it here, otherwise I won't be able to help.
Best regards
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
Under the server name the Name PLC1 apairs but only the first time.
It does not show up the second time. It can be QuickOPC fault or an shortnes of license or It is Hitachies fault. I do not know But if the ItemID is choosen then it stays there.
I hope you can understand me.
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- wim.roeloffs2@hotmail.nl
- Offline
- Senior Member
- Posts: 6
- Thank you received: 0
Please Log in or Create an account to join the conversation.
In your last post, you have written "...and it gives an error.". What was the error saying? Precisely please. You really need to post all possible details about the error here.
Value conversions: OPC servers normally provide values for a particular item using its so-called "canonical data type". So, in a reasonable server, an integer value would also be returned as an integer. In opposite direction (when writing) (at least according to the latest versions of the specs), the server is supposed to make the conversion whenever possible, so even if you write a string, a compliant server should (for an integer item) convert it to integer anyway.
There are ways to specify a concrete data type e.g. when subscribing. And there are way to make conversion yourself in your code (I am assuming you are using C# or .VB.NET - is that true?).
Either way, you need to show me first what precisely you want to achieve, and what you have tried already, and where it does not fulfill what you are looking for.
Best regards
Please Log in or Create an account to join the conversation.
- Forum
- Discussions
- QuickOPC-Classic in .NET
- Reading, Writing, Subscriptions, Property Access
- Value conversion and other [browse issues]