Search found 3 matches

by iXUser
Thu Jul 31, 2014 3:09 am
Forum: Application Development
Topic: Displayformat
Replies: 3
Views: 8612

Re: Displayformat

I figured, that with the label, I have the posibility to add Text- and ValueConverters. I would like to add an custom converter here for Date and Time. And I would like to apply these converters also to editable AnalogNumerics. In WPF I can do that simply by applying a IValueConverter-Class to the b...
by iXUser
Thu Jul 31, 2014 2:00 am
Forum: Application Development
Topic: Displayformat
Replies: 3
Views: 8612

Re: Displayformat

Hi Doug, thanks for your fast response! The time is calculated in seconds as of January 1, 1970, 00:00 hours. (CoDeSys Standard DATE_AND_TIME) When I import the tags, I can set the 'DateTime' - Format. But in the AnalogNumeric it will show a 10-digit number. I would rather not use an expression with...
by iXUser
Wed Jul 30, 2014 9:39 am
Forum: Application Development
Topic: Displayformat
Replies: 3
Views: 8612

Displayformat

From my PLC I get a array of timestamps and I want to show them in textboxes. Is there any way to convert this timestamp into a human-readable format (HH:mm:ss) in AnalogNumeric-Boxes? Is there a posibilty / description about how to code an custom display-format / ValueConverter? I tried to write my...