Search found 118 matches

by Jae V
Thu Oct 08, 2020 4:37 pm
Forum: Controller Communication
Topic: Tag Unit conversion
Replies: 1
Views: 3284

Re: Tag Unit conversion

Hello Inundash, Sorry for the delay on this. In order to swap between units I would either recommend doing this in the scripting environment with an IF statement where depending on a bit (Metric/Imperial) you will scale the value accordingly. The other option is to use expressions on the Analog Inpu...
by Jae V
Mon Mar 02, 2020 10:24 am
Forum: Controller Communication
Topic: Beijer x2pro Fatek rs232
Replies: 2
Views: 4797

Re: Beijer x2pro Fatek rs232

Hello Ilyha, I think i need a little more information to properly answer your question. What information are you trying to pass from the PC to the PLC? Are you wanting the HMI to just pass data? If you have a sample project started up, would you mind posting it? if you don't want the project to be p...
by Jae V
Thu Feb 13, 2020 5:34 pm
Forum: Application Development
Topic: iX Developer Windows 10 Issues
Replies: 3
Views: 6235

Re: iX Developer Windows 10 Issues

No Problem! Let us know if you need any additional support.
by Jae V
Thu Feb 06, 2020 1:55 pm
Forum: Scripting
Topic: How can I switch screens after 3 seconds per script?
Replies: 3
Views: 5306

Re: How can I switch screens after 3 seconds per script?

Hello , Essentially when the first page opens, it starts a timer. Once the timer is more then 3 secs, it will open the second page. Once the second page is opened, it turns off the timer preventing it from looping back to the second page constantly. The timer is in the script module, the trigger to ...
by Jae V
Wed Feb 05, 2020 3:21 pm
Forum: Application Development
Topic: iX Developer Windows 10 Issues
Replies: 3
Views: 6235

Re: iX Developer Windows 10 Issues

Hello TurnerPeterk, So I don't have a good answer for the first issue. Our company runs iX developer on Windows 10 exclusively and haven't experienced this issue. I would try re-downloading iX developer as you could have a bad install. If you are still having issues, check with your IT department if...
by Jae V
Tue Feb 04, 2020 3:31 pm
Forum: Application Development
Topic: Sorting alarm viewer by groups and time
Replies: 1
Views: 8123

Re: Sorting alarm viewer by groups and time

Hello, We understand that this is a very old post. But in i X developer you can add in a filter button for the alarm viewer which allows you to filter specific groups. If there is anyone who is still experiencing this or similar issues and require assistance, please visit us at https://www.beijerele...
by Jae V
Tue Feb 04, 2020 3:12 pm
Forum: Application Development
Topic: Component name = Tag name
Replies: 2
Views: 6261

Re: Component name = Tag name

Hello, We understand that this is a very old post. It is not possible to show the tag name without a text field for images such as valves. That being said you can select multiple objects and right click on them to group them. If there is anyone who has trouble grouping objects or similar issues and ...
by Jae V
Tue Feb 04, 2020 3:10 pm
Forum: Scripting
Topic: Acknowledge Alarm Using Script
Replies: 1
Views: 5287

Re: Acknowledge Alarm Using Script

Hello,
We understand that this is a very old post. At this point If there is anyone who is still experiencing this or similar issues and require assistance, please visit us at https://www.beijerelectronics.us/en-US/ ... ___support or give us call at 801.708.6690. Thank you.
by Jae V
Tue Feb 04, 2020 3:09 pm
Forum: Tags
Topic: Read parameters of Controllers
Replies: 1
Views: 5419

Re: Read parameters of Controllers

Hello,
We understand that this is a very old post. If there is anyone who is still experiencing this or similar issues and require assistance, please visit us at https://www.beijerelectronics.us/en-US/ ... ___support or give us call at 801.708.6690. Thank you.
by Jae V
Wed Jan 29, 2020 5:54 pm
Forum: Scripting
Topic: Event of automatic logout inactivity
Replies: 1
Views: 11012

Re: Event of automatic logout inactivity

Hello, We understand that this is a very old post. You can use script to logout and login by using the Security Namespace. For example, to Login out you just have to call "Globals.Security.Logout();". If there is anyone who is still experiencing this or similar issues and require assistance, please ...