In factorytalk transaction manager, In rslogix 5000, Getting date/time information from a controllogix – Rockwell Automation RSBizWare Administration Guide User Manual
Page 281: Processor to a database

Application notes for FactoryTalk Transaction Manager Appendix D
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
In FactoryTalk Transaction Manager, configure:
• A scheduled or device-scheduled data point defined as a signed
short, pointing to the result tag.
• A scheduled or device-scheduled data point defined as PLC
TimeStamp, pointing to Current[0],L6 with the size of 6
elements.
• A scheduled or device-scheduled data point defined as signed
long, pointing to New[0],L6 with the size of 6 elements.
• A data object pointing to the stored procedure in the database.
Perform the steps described below for RSLogix 5000 and
FactoryTalk Transaction Manager to send date/time information
from a ControlLogix processor to a database:
• In RSLogix 5000 (page 281).
• In FactoryTalk Transaction Manager (page 282).
Perform the following steps:
1. Create a controller tag of the following type:
SystemTimeDINT, style=decimal, Type =DINT[7]
2. Create a controller tag of the following type:
SystemTimeINT, style=decimal, Type=INT[7]
3. In the ladder logic, add a rung with the instruction GSV.
Get system value
CIP Object class:
WALLCLOCKTIME
CIP Object name:
-
In FactoryTalk Transaction
Manager
Getting date/time
information from a
ControlLogix processor to a
database
In RSLogix 5000
Rockwell Automation Publication BZWARE-IN001M-EN-P-June 2014
281