Search found 19 matches

by BobLivingston
Mon Mar 19, 2012 10:45 am
Forum: Controller Communication
Topic: Specify target IP address in Project Transfer wizard
Replies: 1
Views: 7965

Specify target IP address in Project Transfer wizard

Is it possible to specify a target IP address in the project transfer wizard? I have a T7A that lives behind a router that I can communicate with via iX Developer. Since broadcast messages can't go through the router, the panel doesn't show up in the connected targets list and thus I cannot specify ...
by BobLivingston
Tue Mar 06, 2012 5:07 pm
Forum: Application Development
Topic: Controls don't update on screenduring load
Replies: 1
Views: 6121

Controls don't update on screenduring load

I've noticed that if I change screens and some value changes that was being displayed on the previous screen, then go back to the previous screen the value is not updated on the display (until it changes again). Is there a fix for this?
by BobLivingston
Wed Feb 15, 2012 11:39 am
Forum: Application Development
Topic: Enable user to change password without login screen
Replies: 1
Views: 6957

Enable user to change password without login screen

Is it possible to directly show the change password dialog via a button?

I don't want to use the "Users dialog" since it exposes more than I want configurable (such as which groups users belong to).

Thanks
by BobLivingston
Fri Feb 10, 2012 10:23 am
Forum: Scripting
Topic: Send email via scripting
Replies: 4
Views: 12418

Re: Send email via scripting

After some digging, I found I could save the config. settings using Neo.ApplicationFramework.Common.XmlTypeSerializer.Save<IEmailDevice>(Path.Combine(ExecutionPath, "EmailDevice1.xml"), Globals.EmailDevice1); I've tried to send an email through the Beijer, but I get the following error message: "Ema...
by BobLivingston
Thu Feb 09, 2012 3:27 pm
Forum: Scripting
Topic: Send email via scripting
Replies: 4
Views: 12418

Re: Send email via scripting

Thanks Skylar.

Another related question - I've created a dialog to manage the SMTP server settings, but the settings are lost during a power cycle. What do I need to call to save the new server settings?
by BobLivingston
Wed Feb 08, 2012 3:29 pm
Forum: Scripting
Topic: Send email via scripting
Replies: 4
Views: 12418

Send email via scripting

I have some script that collects general health information from our machine that I would like to be able to email. The only method I've seen for sending emails is through the alarm server. I'm fine with this, but is there a way to create a "dummy" alarm that I can use as a pass-through to send my a...
by BobLivingston
Thu Feb 02, 2012 3:34 pm
Forum: Scripting
Topic: Multilanguage support for script variables
Replies: 5
Views: 12582

Re: Multilanguage support for script variables

Can't you just change the language using the MutiLanguage function:
Globals.MultipleLanguages.SetLanguage("Default");
by BobLivingston
Wed Jan 18, 2012 11:36 am
Forum: Scripting
Topic: Multilanguage support for script variables
Replies: 5
Views: 12582

Multilanguage support for script variables

Is it possible to have Multiple Languages function also include certain variables accessible via scripting?

For instance, it would be nice if when the script puts up a message box the text were in the selected language rather than the default language used in the script.
by BobLivingston
Tue Jan 17, 2012 9:01 am
Forum: Controller Communication
Topic: How to change Controller TCPIP addr without IxDev?
Replies: 1
Views: 8574

How to change Controller TCPIP addr without IxDev?

We need to change the GE Controller TCPIP address with out using iX developer when our production/service group installs a HMI. Is there an action or scripting utility to change the controller IP address on the fly?