Professional OPC
Development Tools

logos

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.

OPC-UA Exception

More
15 Jan 2014 15:42 #1667 by adid@contel.co.il
Replied by adid@contel.co.il on topic OPC-UA Exception
yes this is the problem.

thank you,
Adi Damty

Please Log in or Create an account to join the conversation.

More
15 Jan 2014 15:04 #1666 by support
Replied by support on topic OPC-UA Exception
Hello.

Is your "nodeId" variable always non-null?
The following user(s) said Thank You: adid@contel.co.il

Please Log in or Create an account to join the conversation.

More
15 Jan 2014 14:25 #1665 by adid@contel.co.il
Hello,

i get this error :

Precondition failed.: NodeDescriptor != null, Stack trace : at OpcLabs.EasyOpc.UA.UANodeArguments.set_NodeDescriptor(UANodeDescriptor value)
at CI_OpcInterface.WCFService.ServiceBaseLogic.ReadMultipleTags(List`1 i_Tags, Boolean i_ThrowExceptionIfPartOfReadingFailed)


on this lines :

foreach (TagInfo taginfo in i_Tags)
{
nodeId = GetNodeId(taginfo.UAEndpointDescriptor, taginfo.TagName);

tagsNames.AppendFormat(@"[{0}] , ", taginfo.TagName);

uaReadArgument = new UAReadArguments();
uaReadArgument.EndpointDescriptor = taginfo.UAEndpointDescriptor;
uaReadArgument.NodeDescriptor = nodeId;
uaReadArguments.Add(uaReadArgument);
}

when i do uaReadArguments.Add(uaReadArgument); for some tags.

what is does this exception means?

thank you,
Adi Damty

Please Log in or Create an account to join the conversation.

Moderators: support
Time to create page: 0.052 seconds