Search found 109 matches

by Chris T.
Mon Apr 02, 2018 1:07 pm
Forum: Application Development
Topic: String text input
Replies: 1
Views: 5086

Re: String text input

Scott,

I know this probably is not an issue for you after 5 years... but we are trying to get back on track with the forums. If you wanted to do this kind of application the text box object would be the best resource.

If you have any other questions please give us a shout.
by Chris T.
Mon Apr 02, 2018 12:00 pm
Forum: Application Development
Topic: How to import to IX Developer
Replies: 1
Views: 6036

Re: How to import to IX Developer

This Thread is now Locked
by Chris T.
Wed Feb 21, 2018 1:38 pm
Forum: Application Development
Topic: Arial Font Error
Replies: 7
Views: 16977

Re: Arial Font Error

Hi Rkukl, Have you verified that the font in your windows library matches the "ARIAL UNICODE MS.TTF" exactly in name? Unfortunately you cannot change it project wide to replace the font, you can however select multiple objects and change them all simultaneously on a page. You could also do a search ...
by Chris T.
Wed Feb 14, 2018 6:30 pm
Forum: Application Development
Topic: How to use array tags for object properties?
Replies: 2
Views: 8069

Re: How to use array tags for object properties?

Sergei Troizky,

The primary use for array tags in iX is for the Graph object. Arrays are an active area of improvement but currently are very limited in iX.
by Chris T.
Wed Feb 14, 2018 6:26 pm
Forum: Scripting
Topic: Extract alarms by scrip
Replies: 1
Views: 5205

Re: Extract alarms by scrip

solmo,

Could you elaborate on what you are trying to achieve? Are you wanting to export the DB? Grab active alarm counts?
by Chris T.
Wed Feb 14, 2018 6:25 pm
Forum: Application Development
Topic: Sequence Contains no matching element Error
Replies: 1
Views: 4904

Re: Sequence Contains no matching element Error

Rafaelsb

If you are still having some issues with this would you mind reaching out to Beijer Support?

(801) 708-6690
support.americas@beijerelectronics.com
by Chris T.
Wed Feb 14, 2018 6:01 pm
Forum: Application Development
Topic: Alarm Server Groups
Replies: 1
Views: 3955

Re: Alarm Server Groups

kkwon2, This can be done but requires a bit of scripting. I am attaching a proof of concept that can be manipulated as you need. You can attach the script trigger to whatever you like and the counts to tags. This is only a proof of concept and will likely require modification to function in your app...
by Chris T.
Wed Feb 14, 2018 5:26 pm
Forum: Controller Communication
Topic: S7 MPI (Expansion Module)
Replies: 1
Views: 5886

Re: S7 MPI (Expansion Module)

Solmo,

iX has a pretty stellar help file for assistance with this located in the "Tags"-"Controller"-"Settings"-"Help" Button. This will bring you to the proper configuration information. I have also attached a zip file that contains the same HTML this will bring up.
by Chris T.
Wed Feb 14, 2018 5:16 pm
Forum: Scripting
Topic: How to Login in HMI via windows linked User (Domain User)
Replies: 1
Views: 5435

Re: How to Login in HMI via windows linked User (Domain User

Krishnakumar Mishra,

At this time iX does not support of ActiveDirectory (logging in with domain user credentials).

Users must be established and verified against the embedded security functionality. There may be a scripting workaround but it would be very involved.
by Chris T.
Tue Feb 13, 2018 6:33 pm
Forum: Application Development
Topic: Clearing Alarms
Replies: 1
Views: 4103

Re: Clearing Alarms

kkwon2, This can definitely be done. I am attaching a zip file of a project that will show you how to accomplish this. But here is the scripting that makes it tick. ********NOTE******** This script must Acknowledge_1 and Acknowledge_All are tags i generated and can be renamed to tags that suits you....