Complete Data not populating on Summary Tables of Status and Output in MOC
We have successfully created Plant Manager Dashboard through CSV. Now we are trying to explore the tag route to get the dashboard. We have created two tags "Test_tag" & "Test_Status_tag" associated with same equipment. We have used the following query to populate data on "MTH_TAG_READINGS_RAW" table with five records for each tag.
"INSERT into MTH_TAG_READINGS_RAW
(GROUP_ID, READING_TIME, TAG_CODE, TAG_DATA, CREATION_DATE ,QUALITY_FLAG, PROCESSING_FLAG)
VALUES
(333, TO_DATE('2012/01/12 11:00:00', 'YYYY/MM/DD HH24:MI:SS'), 'Test_tag', 10, SYSDATE, 192, 1);"
Time is being incremented by 5mins for different values of each tag.
0