Search found 13 matches

by Gabriel B.
Tue Jan 02, 2018 11:49 am
Forum: Controller Communication
Topic: Assigning the target controller IP address programmatically
Replies: 1
Views: 4837

Re: Assigning the target controller IP address programmatica

Hi Sergie, You are able to map the IP addresses to appropriate contollers using a ".db" file and upload it to the iX project. You can write a script to check/align IPs with Controllers on startup. If an IP address were to change on a panel, the panel will reboot with the correct mapping indicated fr...
by Gabriel B.
Tue Jan 02, 2018 10:39 am
Forum: Scripting
Topic: Trend viewer auto scale Y Axis
Replies: 3
Views: 6677

Re: Trend viewer auto scale Y Axis

What panel are you using to display the trend viewer?
by Gabriel B.
Thu Nov 09, 2017 2:19 pm
Forum: Application Development
Topic: Changing T12C time format change
Replies: 1
Views: 4796

Re: Changing T12C time format change

Hi,
To change the date time formatting you would need to change the region of the time zone it is currently in to use a region of the format you would like OR you could add SystemTags and associate each tag to a different text object to represent the hour, min and date in your project.
by Gabriel B.
Wed Nov 08, 2017 4:53 pm
Forum: Hardware
Topic: "T7F-2" vs "X2-base7" - issue with email
Replies: 3
Views: 9738

Re: "T7F-2" vs "X2-base7" - issue with email

Have you tried to using the alarm viewer object to see if the email is being fired off from the panel? If you haven't I would start there. If you get a message on the viewer that states something to the effect of, "waiting" or "Trying" to send, the chances are the issue is in the email client settin...
by Gabriel B.
Wed Nov 08, 2017 2:57 pm
Forum: Application Development
Topic: IF Then Else Statement loop??
Replies: 1
Views: 5025

Re: IF Then Else Statement loop??

The use of a loop is used for cycling through a block of code while a condition is being met e.g. increment a variable/object. If you wanted to use a loop, you would still have to define each condition of the options. You can however write your IF statements differently using Ternary Operators. Chec...
by Gabriel B.
Wed Nov 08, 2017 2:21 pm
Forum: Hardware
Topic: The list of Targets can't displayed in the downloading page
Replies: 1
Views: 6201

Re: The list of Targets can't displayed in the downloading p

You should be able to type in the "target IP Address" in the prompt after accessing the "Download Project" menu. Make sure of a couple things first, the IP Address of the panel matches the Target IP Address. The Target IP Address should be coming from a different IP Address. E.g. Target IP = 192.168...
by Gabriel B.
Wed Nov 08, 2017 11:55 am
Forum: Controller Communication
Topic: Allen Bradley program tags
Replies: 1
Views: 5873

Re: Allen Bradley program tags

You are able to access the help section by going to Tags > Controllers> Settings > Help in the project. Local Program Tags To access local program tags use the syntax: Scope:tag name Example: Prog1:pump10 Note: Local program tags can not be accessed when using Micro 800 controllers. Give this a try ...
by Gabriel B.
Wed Nov 08, 2017 11:24 am
Forum: Hardware
Topic: T7B Touch calibrating
Replies: 1
Views: 5296

Re: T7B Touch calibrating

It would not be possible. You would need to use the service menu on the panel to reset the calibration.
by Gabriel B.
Mon Nov 06, 2017 3:58 pm
Forum: Application Development
Topic: web browser
Replies: 1
Views: 5508

Re: web browser

You will not be able to test with a website in simulation/run mode on your pc. You would need to test on the panel once it has been loaded. That should do the trick. If it doesn't please contact Beijer Support directly and we can get you up and going.
by Gabriel B.
Mon Nov 06, 2017 3:55 pm
Forum: Application Development
Topic: Changing T12C time format change
Replies: 1
Views: 4927

Re: Changing T12C time format change

To update the time to a 24hour clock, you would need to change the region/group of the project that uses that specific format OR you can create to text objects and associate the "SystemTags", "hour" and "minute" and place them next to each other.