Search found 109 matches

by Chris T.
Mon Apr 02, 2018 2:37 pm
Forum: Controller Communication
Topic: Communicate T7A to Inverter Schneider ATV312 ??
Replies: 1
Views: 8848

Re: Communicate T7A to Inverter Schneider ATV312 ??

ilovebeijer, First you will want to choose the Schneider Modbus Driver: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1003&sid=0bae5cd75d0bc7f3560510a60f3ee8db Next, you will want to open its settings: http://beijerinc.com/support/ix/forum/download/file.php?mode=view&id=1004&s...
by Chris T.
Mon Apr 02, 2018 2:28 pm
Forum: Scripting
Topic: How to show active alarms on web?
Replies: 1
Views: 5914

Re: How to show active alarms on web?

aivar,

One way to do this would be to create a script that constantly parses the latest alarm text into a new tag. This way you can just reference that tag from the web server.
by Chris T.
Mon Apr 02, 2018 2:24 pm
Forum: Controller Communication
Topic: Error While Adding Report Excel in Project
Replies: 1
Views: 7444

Re: Error While Adding Report Excel in Project

mei_india,

This error usually occurs when the excel spreadsheet is open in another program. If the excel program is still open with this sheet then it will fail in this way. Or any other program open for editing can cause this as well.
by Chris T.
Mon Apr 02, 2018 2:13 pm
Forum: Scripting
Topic: Deactivate/Activate Controller + RecipeItem
Replies: 1
Views: 5908

Re: Deactivate/Activate Controller + RecipeItem

Joe,

This is possible, albeit pretty cumbersome. The big hurdle is that the controller and i believe the recipes are instantiated which means that it would require a reset of the HMI for the changes to take affect.
by Chris T.
Mon Apr 02, 2018 2:10 pm
Forum: Controller Communication
Topic: How can i know that CAN is connected?
Replies: 2
Views: 8222

Re: How can i know that CAN is connected?

iva,

The best method that comes to mind is a heartbeat. This way you are sure of your telegrams being sent properly and that the desired device is talking back to you.
by Chris T.
Mon Apr 02, 2018 2:07 pm
Forum: Controller Communication
Topic: Controlling Modbus write multiple length
Replies: 1
Views: 7359

Re: Controlling Modbus write multiple length

Hi timun,

This should not be too difficult, you will first want to set the "Holding/Input registers per message (write)" to your desired string length. Enable the "Force function code 0x10" parameter. And then just write to your string. It should copy your string as far as it is populated.
by Chris T.
Mon Apr 02, 2018 1:52 pm
Forum: Controller Communication
Topic: Connect T10A to PLC ABB AC800 PM861A
Replies: 1
Views: 8599

Re: Connect T10A to PLC ABB AC800 PM861A

Hi ilovebeijer,

You probably want to be using the COMLI Master Driver to communicate with that line of ABB product. It can be found under "Controllers-ABB-COMLI".
by Chris T.
Mon Apr 02, 2018 1:23 pm
Forum: Application Development
Topic: Failed to connect objects to data items
Replies: 1
Views: 4996

Re: Failed to connect objects to data items

charliehbeijer,

This likely due to using some object or function that needs access to the file system (e.g. datalogger, recipe, export, etc.) this happens because the simulator does not create the whole file system of the panel.
by Chris T.
Mon Apr 02, 2018 1:19 pm
Forum: Controller Communication
Topic: PC based OPC Server connecting to iX
Replies: 1
Views: 7523

Re: PC based OPC Server connecting to iX

John,

So long as your custom data logging application can communicate using OPC you will be just fine and this will work as you wish. Our OPC server conforms to industry standards so there should be very little to worry about here.
by Chris T.
Mon Apr 02, 2018 1:11 pm
Forum: Application Development
Topic: Time sync with NTP-Server
Replies: 1
Views: 5240

Re: Time sync with NTP-Server

Hi Schmiedi,

This can be done under the System settings in iX developer. Check the "Use SNTP time synchronization" box and point it to your desired server.