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.

Problem Make StatusToColorConvert like Component

More
10 Sep 2013 07:33 #1419 by support
Hello,

can you please select the UABinder component instance on your form, and on Events tab of its Properties, add a handler for MappingUpdateFailure event? And, inside the handler, add some code or set a breakpoint to check whether there isn't any failure reported. If there is, we will investigate. If there isn't, we will have to look somewhere else.

This event is a common way to check if there are problems with conversions, updating or getting the properties of the target (bound) objects, etc.

Best regards

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

More
09 Sep 2013 14:37 #1418 by alr1976
Ok my component works like StatusToConvert component but when return value without modify i can t see anything in textbox.text
I have bind opc ua data to my textbox2.text and changed Convert in Component but doesn t show value in textbox.text

public object Convert(
// ReSharper disable AnnotationRedundanceInHierarchy
[CanBeNull] object value, [CanBeNull] object parameter, [NotNull] CultureInfo culture)
// ReSharper restore AnnotationRedundanceInHierarchy
{
NoContract.RequiresNotNull(culture, "culture");

// Color color = ConvertToColor(value);

return value;
}

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

Moderators: support
Time to create page: 0.051 seconds