PAS recently released an updated Integrity/DOC4000 asset model for Yokogawa that allows users to incorporate their Centum CS3000 system into Integrity/DOC4000 for the aggregation and contextualization of data.
Enhancements/Fixes Include:
- Resolved problem making Tags for ProSafe references
- Made major revisions to most of the CREATE scripts to utilize the directory information in the import files for faster and more accurate data access
- Resolved problem with CS3000 showing Deletes and Mods after second import Fixed problem when the "UnwantedData" folder already exists from a previous import that was terminated before it completed
This is available to all customers on support with Integrity/DOC4000 v4.2 or higher.
Additional Notes:
This model Creates Property Values for up to 24 Stations “Station X Scan Transmission Buffer Size YY” for each Station. Future release will expand from 24 to 64 by replacing line 892 with “For i As Integer = 26 To 154 Step 2”.
Future release will modify the Property description for “Station X Scan Transmission Buffer Size YY” to be a 2 digit Station number so that they sort cleanly in numerical order by replacing line 895 with ”strTmp1 = CType((((i / 2) - 12) + 1), String).PadLeft(2, "0")”.