Search found 824 matches

by mark.monroe
Tue Mar 20, 2012 9:29 am
Forum: Scripting
Topic: Custom AlarmViewer
Replies: 9
Views: 13760

Re: Custom AlarmViewer

Hi Kim, To clear the alarms using a button from a different screen you need to get a hold of the AlarmServer object. You can then call your functions on that and all the AlarmViewers in the project will get updated. void Button1_Click(System.Object sender, System.EventArgs e) { //Globals.AlarmServer...
by mark.monroe
Thu Mar 15, 2012 11:08 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19756

Re: GPS application

There is no rewrite limit on the internal memory. There is no way to display the serial port settings. You could just write them in a text box. Most people do not set the serial port speed more than once. You can display the IP setting if you want. There is an action for than. I believe in the Other...
by mark.monroe
Wed Mar 14, 2012 1:07 pm
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19756

Re: GPS application

Hi Waldemar, Make sure that when you display something using an AnalogNumeric box that you have the display format set correctly (see pic). I have attached a ix developer project to this post. It works for me. Can you try it and see if it works for you as well? If not, can you zip and post your proj...
by mark.monroe
Tue Mar 13, 2012 10:09 am
Forum: Application Development
Topic: GPS application
Replies: 12
Views: 19756

Re: GPS application

Waldemar, Can you check to make sure that the RS422 output of the ABB RS232/RS422 adapter matches this pin out diagram. RS_422_pin_out.jpg Also, verify that the port on the panel is set to the proper protocol. That can be changed via the 'System' tab at the top of iX Developer. Check_RS_port.jpg I a...