Search found 15 matches

by mwilk
Mon Sep 22, 2014 3:10 pm
Forum: Application Development
Topic: Multiple language - export/import
Replies: 1
Views: 5124

Multiple language - export/import

I have a problem importing a translated text file. 1) I added a new language (Index 1, Use Runtime). 2) I went to the Texts tab and exported a Text file, with the language box checked. 3) Translated the texts from English into other language. 4) Imported the file. When I did this, all the English te...
by mwilk
Mon Apr 07, 2014 8:40 am
Forum: Application Development
Topic: Touch screen lost
Replies: 1
Views: 4008

Re: Touch screen lost

I've seen this, too on a system of ours. In our case it's intermittent, though.
by mwilk
Fri Apr 04, 2014 12:55 pm
Forum: Controller Communication
Topic: Kollmoregen KAS - communication questions
Replies: 1
Views: 6967

Kollmoregen KAS - communication questions

We currently communicate iX HMI -> MODBUS -> Kollmorgen KAS Are there any other protocols we can use for the communications channel between the two? If there are: 1) What hardware/software/firmware/other would be required to do that? 2) Would we have to recompile or make any other changes to our exi...
by mwilk
Thu Dec 19, 2013 9:32 am
Forum: Application Development
Topic: Dynamic text formatting
Replies: 2
Views: 5920

Re: Dynamic text formatting

luke.watson wrote:@mwilk,
Pardon me if this isn't what you're looking for, but have you tried using aliases?
No I haven't. I'm not familiar, so I'll look into it.
by mwilk
Tue Nov 19, 2013 9:54 am
Forum: Application Development
Topic: Dynamic text formatting
Replies: 2
Views: 5920

Dynamic text formatting

I want to display an array of values. Currently, I have a screen that displays a table of the values, with a label next to each value. The labels are simple text boxes, each has a text value hardcoded. So the display looks something like this: "00" = value[0] "01" = value[1] ... "99" = value[99] I'd...
by mwilk
Mon Oct 21, 2013 9:20 am
Forum: Controller Communication
Topic: Intercepting the "No Communication" message
Replies: 7
Views: 17854

Re: Intercepting the "No Communication" message

Thanks Mark.

That's the direction I was heading next anyway.
by mwilk
Fri Oct 18, 2013 2:30 pm
Forum: Controller Communication
Topic: Intercepting the "No Communication" message
Replies: 7
Views: 17854

Re: Intercepting the "No Communication" message

OK - that system tag works great. But... What it will tell me is there is a physical loss of communication with the PLC (power off, disconnected Ethernet cable). But it does not tell me anything about the status of the program inside the PLC. The next question: How do I set up a watchdog so that I c...
by mwilk
Fri Oct 18, 2013 2:21 pm
Forum: Application Development
Topic: Login/Logout pop-ups
Replies: 5
Views: 8927

Re: Login/Logout pop-ups

Hmm.

I'll have to think about that, but I doubt I'll go through the trouble of creating a custom login.
by mwilk
Thu Oct 17, 2013 12:21 pm
Forum: Controller Communication
Topic: Intercepting the "No Communication" message
Replies: 7
Views: 17854

Re: Intercepting the "No Communication" message

Perfect. I'll try it now.

Thanks
by mwilk
Thu Oct 17, 2013 10:18 am
Forum: Application Development
Topic: Login/Logout pop-ups
Replies: 5
Views: 8927

Re: Login/Logout pop-ups

mark.monroe wrote:There is no way to turn off that message.
OK, thanks for the info.