BenchMark OPC Items

Standard Items

See Device Standard Items.

Protocol Items

ItemData TypeDescription
FullScanI2Perform full scan to the device, such item will cause device to report back all data points. Data points that are advised in OPC client will be updated with returned values.
RecordType:IPN(:L)(:Field)(:FieldDataStartIndex) (:FieldDataType)I1, I2, I4, R4. StringPerform specific item request based on requested “RecordType” and “IPN” such as 6:12.
Adding “:L” to allow low command to be used, by default the request will be using high command.
Below extension is used to read and write field data in the device.
Adding “:Field” to specify field number that the data of will be read from point “RecordType” and “IPN”.
Adding “:FieldDataStartIndex” to specify the field data index that the data will be read from point “RecordType” and “IPN” and “Field”.
Adding “:FieldDataType” to specify the data type.
“:b” or “:B” for I1 (1 byte);
“:i” or “:I” for I2 (2 bytes);
“:l” or “L” for I4 (4 bytes);
“:s” or “:S” for String (16 bytes);
“:r” or “:R” for R4 (floating point);
Note, only following formats combinations are allowed
RecordType:IPN:L
RecordType:IPN:H
RecordType:IPN
RecordType:IPN:L:Field:FieldDataStartIndex:FieldDataType
RecordType:IPN:H:Field:FieldDataStartIndex:FieldDataType
RetrieveHistoryStringItem is used to allow user to retrieve specific time stamp history by poking to such item. String format of poked data should be yyyy/mm/dd:hh for year/month/day:hour where year is 4 digits, month is 2 digits, day is 2 digits and hour is 2 digits. Both start time and end time will be the same for this history request.

Extended Items

ItemData TypeDescription
AutoUploadAuditString
AutoUploadEventString
Last15MinutesRecord/1Date
LastHourlyRecord/1Date
LastRtuConfigReadDate
LastRtuConfigWriteDate
Move15Minutes/1I2
MoveHourly/1I2
Reset15Minutes/1Bool
ResetHourly/1Bool

For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.