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.

Read Kepware scan rate value

More
05 Mar 2015 13:02 #2929 by support
Not to my knowledge - but there can be some vendor-specific way; I suggest that you ask Kepware.

Best regards
The following user(s) said Thank You: adid@contel.co.il

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

More
05 Mar 2015 10:50 #2925 by adid@contel.co.il
hello,

is there any way to get the scan rate define for tag in Kepware ?
i try the code below but i didn't saw UAAttrikbuteId has scan rate.

thank you,
Adi Damty


UANodeArguments uaNodeArguments = new UANodeArguments();
uaNodeArguments.EndpointDescriptor = "opc.tcp://127.0.0.1:49320";
uaNodeArguments.NodeDescriptor = new UANodeDescriptor("Channel1.Device1.dm78");
UAAttributeData uaAttributeData = m_EasyUAClient.Read(uaNodeArguments, UAAttributeId.DataType);

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

Moderators: support
Time to create page: 0.052 seconds