FT transaction manager and DB2 database

eseeweb

Member
Join Date
Sep 2012
Location
Windsor, Ontario
Posts
1
hi to all
great to be able to find a forum like this to ask question. I am very new to FactoryTalk Transaction Manager. We are able to collect data from plc tag to our iSeries/400 DB2 database. It work great. Whenever we have a update on the tag it will write a record to our table in DB2. But, now, we are asked to do this:
a) when there is a new record in a table in DB2 is created
b) we need to read that record in DB2 and
c) update that record to a tag in plc

We do not know how to do it, or is there any documents or procedures we can follow? Any help is greatly appreciated.

thx, Ted.
 
To transfer data from the DB to a PLC using FTTM you will need to create a bi-directional transaction.

The transaction will require you to create a stored procedure in the database with variables that are declared as outputs. The stored procedure should query the database for the information you want to transfer to the PLC. The data will be sent to the PLC by the stored procedure using tags defined in FTTM that are bound to the result to accept and transfer the information.

And knowing how to create IN-OUT stored procedures in your database will be a great help as well. You can find stored procedures under "Programmability" in your selected database.

If you can, take the FTTM Transaction Manager course offered by Rockwell. I have taken it and highly recommend it if you want to do more than just collect data.

Sorry I could not be of more help. It's just hard to explain the intricacies of data collection using FTTM on a forum post.

DG
 

Similar Topics

Hello, I am running into an intermittent issue with transaction manger throwing an error 33119 and what looks like one of the lines is doing a...
Replies
0
Views
661
Hello, i m trying to read string values from oracle database write to control logix cpu. But i read null values. I can read integer and boolean...
Replies
0
Views
1,540
Hi to all.!!! Is anyone having Interfacing of Control Logix 5562 & FactoryTalk Transaction Manager relevant documents and how its linked with...
Replies
1
Views
1,941
Hi all, some one can help me with a restore on Rockwell Factory Talk Transaction Manager? FTTM V10.10, run at Win7 64, Solidcore installed and...
Replies
1
Views
2,968
Hi guys, I've got a problem with FTTM configuration. In the step 3 (define data points) of the configuration checklist, when i select an...
Replies
0
Views
2,196
Back
Top Bottom