Search found 25 matches

by Transistor
Thu Feb 04, 2016 5:35 pm
Forum: Application Development
Topic: Write batch results to external SQL database
Replies: 4
Views: 15613

Re: Write batch results to external SQL database

Hi, John.

SQL Express, 2013 or 2015 - I can't remember which.
HMI T12B

The only way I could get it to work was to send an email report to my server and have hMailServer running on it, parse the email and stuff the results into the database. I'd be interested in any other tricks.
by Transistor
Wed Nov 04, 2015 5:22 pm
Forum: Scripting
Topic: Print report on tag change
Replies: 1
Views: 7721

Print report on tag change

I'm preparing some code for a site visit so I can't test this at the moment. When tag Controller1_M18 turns on I want to print a report and then reset the tag. This code I'm putting in the Tags Script module is giving me a simulator error "The name 'PrintReport' does not exist in the current context...
by Transistor
Tue Nov 03, 2015 1:20 am
Forum: Application Development
Topic: Urgent Information Needed
Replies: 2
Views: 8132

Re: Urgent Information Needed

Please do not write "Urgent help needed" but write something like "Modbus TCP error with Micro850". Then in your post give the details of which display you are using, the communication settings, wiring details, etc. You will be much more likely to get help if you appear to be making an effort.
by Transistor
Sun Nov 01, 2015 2:40 pm
Forum: Application Development
Topic: Project download overwrites recipe files
Replies: 2
Views: 8003

Project download overwrites recipe files

eDesigner has the option of selecting items to download and this allowed one to avoid overwriting the customer's recipe changes. iX Developer doesn't have this option. How are developers managing this? FTP the recipes back from the panel before project transfer? (Not great, if someone forgets this s...
by Transistor
Sun Nov 01, 2015 1:06 pm
Forum: Application Development
Topic: Write batch results to external SQL database
Replies: 4
Views: 15613

Write batch results to external SQL database

I want to send a batch report to my SQL server which will be used to keep history of all batches. On previous e910 applications I created a text block with the fieldnames and values on it and emailed it to the SQL server where hMailServer caught it and posted the record into the database using ODBC ...
by Transistor
Sun Nov 01, 2015 1:00 pm
Forum: Application Development
Topic: "Bug" with linear meter
Replies: 4
Views: 10739

Re: "Bug" with linear meter

Did you use Adam's trick of reversing the colours on the negative bar?

Negative bar - black on green background. -100 to 0.
==========|==========

Positive bar - green on black background. 0 to +100.
==========|==========

Both bars have the minimum value on the left.
by Transistor
Wed Oct 28, 2015 2:13 pm
Forum: Application Development
Topic: Trouble writing to internal tag - Cannot implicitly convert
Replies: 3
Views: 9220

Re: Trouble writing to internal tag - Cannot implicitly [sol

I had a brainwave. Type a '.' and see what the editor shows up:

Code: Select all

Globals.Tags.bValidRecipeSelection.SetTag(); // Controls visibility of "next" button.
There's a ResetTag method as well.

This works.
by Transistor
Wed Oct 28, 2015 1:19 pm
Forum: Application Development
Topic: Trouble writing to internal tag - Cannot implicitly convert
Replies: 3
Views: 9220

Trouble writing to internal tag - Cannot implicitly convert

Here's my internal tag definition:
error-tag-definition.png
error-tag-definition.png (4.75 KiB) Viewed 9220 times
Here's how it's used in code and the error I receive:
tag-error-list.png
tag-error-list.png (29.43 KiB) Viewed 9220 times
What am I doing wrong?
by Transistor
Tue Oct 27, 2015 12:54 pm
Forum: Application Development
Topic: iX Developer 2.20 upgrade setup failed
Replies: 2
Views: 11143

iX Developer 2.20 upgrade setup failed

(I can't find a better section of the forum to post this.)

I've downloaded iX Developer upgrade 2.20 and run the installer. It ran for a while and then gave
Setup failed. Error code: -2147019796.
Anyone know what this means?