How to transfer OPC Values of PLC Connect Objects into Control Builder or Function Designer
I am working on 800xA 5.1, need to get the OPC Values which is availabe in PLC Connect Objects into our Control Builder or Function Designer which is further used for calculation.
So anyone please let me know how to get those OPC Values into CBM or FD.
Thanks in Advance!...
Answers
You can use the "Process Values" function in DataDirect or "Property Reference" function in Bulk Data Manager to fetch data from any property into an Excel sheet. From excel you can export the values in almost any format to your application.
If you want cyclic transfer of data within 800xA, the Property Transfer Service can be used. N.B. do not use Property Transfer for critical data.
If you are using property transfer, 800xA help (hotkey F1) is very useful! I've done property transfer configuration just using step-by-step from help.
I did the logic in PG2 expression builder them paste in property expression. It is working properly.
by JonJoines Rank: 91 on 7/3/2014 11:17:20 PM | Like (0) | Report
I think we need some clarification. Do you need the values in CB/FD or are the calculation done in the controller?
by hariprasadv Rank: 424 on 7/3/2014 11:26:22 PM | Like (0) | Report
Calculation will be done in FD,but I need just the method for trasnering the OPC Values from PLC Connect till FD. SO that further it can be calculated in FD.
Add new comment