Inductive Automation Question

mrtweaver

Member
Join Date
May 2007
Location
Bloomsburg
Posts
329
I was wondering if anyone here is using this product. I am using KepServer with it.

What I would like to do is take some of the KepServer._System tags and on a given moment in time send that data simoultaniously to all active PLC's. This would sync up their date and time settings.

Being the data on KepServer end is already in the correct format for the Horner PLC we are using the only thing is how to get the data from the Server to the PLC using Inductive Automations Factory SQL program.

So anyone have any ideas or suggestions on the best way to accomplish this?
 
Call Inductive Automation Tech support, I find they are quite knowledgable and have always helped me solve an integration issue with there software
 
It's not too bad with FactorySQL. Here's how you'd do that:

1. Create a group
2. Set the update rate to however frequently you want to synch the clocks. You might do it daily, for example.
3. Drag in OPC items from Kepware that represent the clock in the PLC. The format doesn't matter. It could be 6 separate ints for MM/DD/YY HH:mm::ss, milliseconds since some date_time, a huge string, whatever. Make each item "read only", meaning that it doesn't need to be stored in the SQL database.
4. Create "Action Items" that will get the current date/time. These will be SQL queries that can use database functions to format appropriately.
5. Set each "Action Item" to write back it's value to the appropriate OPC item (PLC register) that sets the date_time.

Every time the group runs it will set the date/time of all your PLCs based on the date/time of the SQL database. You can set up multiple PLCs (different brands OK) within the same FSQL group.
 

Similar Topics

Hello guys, Sorry for that, I decided not to wast yours and my time. Thanks
Replies
7
Views
2,956
Inductive Automation is announcing Ignition 8.1 today at "virtual" ICC. I'll miss seeing everyone in California. Registration is free online. Big...
Replies
0
Views
1,236
Inductive Automation Ignition unable to trend small numbers . Trending stops working below 5e -9 . 5e -9 = 0.000000005 . We are operating...
Replies
13
Views
3,079
All, I know this type of question has been asked (and sometimes answered) ad infinitum but after looking I'm still stuck and could use some help...
Replies
19
Views
6,258
Hello everybody, i wanted to check in with anyone here that has used Inductive Automation Ignition HMI software. Is it as good as it looks to...
Replies
16
Views
4,704
Back
Top Bottom