Search found 28 matches

by jmsmoreira
Tue Mar 03, 2015 6:19 am
Forum: Application Development
Topic: Multiple language problem
Replies: 1
Views: 5883

Multiple language problem

Hi, I have a setup with 3 languages. I'm trying to change the system texts on an analog numeric with limit on input. By default it says: Error Input value out of range Must be between 0 and 100 No matter what I write in the new language the Error and Must be between 0 and 100 never change... Only th...
by jmsmoreira
Mon May 13, 2013 4:15 am
Forum: Scripting
Topic: SQL database in external computer
Replies: 3
Views: 13745

SQL database in external computer

Hi, I'm using a T10A. I can do SQL queries to database of the screen. Now I have a database in an external computer connected to the HMI network. How can I do (or is it possible) a query to that database? What kind of path should I use,if for instance the T10A is 192.168.0.100, and the computer with...
by jmsmoreira
Tue Mar 19, 2013 9:35 am
Forum: Scripting
Topic: File copy via FTP
Replies: 4
Views: 12102

Re: File copy via FTP

Can you send me the example too?
I'm trying to do something similar...
by jmsmoreira
Tue Mar 19, 2013 8:48 am
Forum: Scripting
Topic: Copy file from external computer
Replies: 3
Views: 7413

Re: Copy file from external computer

I can do it, with FireZila for instance, what I want to do is to click on a button on the screen, and get a file from a computer in address like 192.168.0.100
by jmsmoreira
Tue Mar 19, 2013 6:01 am
Forum: Scripting
Topic: Copy file from external computer
Replies: 3
Views: 7413

Copy file from external computer

Hi, on a T10A, is it possible to copy a file that is in another computer, linked (ethernet) to the hmi?
by jmsmoreira
Thu Mar 14, 2013 2:23 am
Forum: Scripting
Topic: Filtering recipes
Replies: 1
Views: 6783

Filtering recipes

Hi,

I need to filter the recipes available for opening on the reipe dialog.
Is there any "easy" way to do it, or do i have to create my own recipe open dialog and filter the database with SQL?
by jmsmoreira
Fri Jan 25, 2013 2:21 am
Forum: Application Development
Topic: Data logger
Replies: 7
Views: 14152

Re: Data logger

You're were right, I was using the older version of the file.

Thanks
by jmsmoreira
Thu Jan 24, 2013 8:52 am
Forum: Application Development
Topic: Data logger
Replies: 7
Views: 14152

Re: Data logger

Mark,

I can't open the example project on that post. It says it was developed for an old model, no longer supported...
by jmsmoreira
Thu Jan 24, 2013 8:11 am
Forum: Application Development
Topic: Data logger
Replies: 7
Views: 14152

Re: Data logger

The problem is if I wait a couple of seconds, I will loose the loggings I get during those seconds...
by jmsmoreira
Thu Jan 24, 2013 3:25 am
Forum: Application Development
Topic: Data logger
Replies: 7
Views: 14152

Data logger

Hi, I'm trying to control the number of logs on a Datalogger, and when it reaches the limit, export and clear it. I'm using a tag, that is incremented each time the Datalogger colects a value, and the on the tag action >=limit, I have the following actions: Database export Datalogger Clear Datalogge...