Fix OperationLimits data type to UInt32
According to OPC Unified Architecture, Part 5, 6.3.11 OperationLimitsType all Max* properties shall have datatype UInt32. Fix this by explicitly setting the variant type to UInt32 instead of defaulting to Int64. This fixes connectivity issues with the KepwareServerEx OPC-UA client. Introduced in 21432df9
Showing
Please register or sign in to comment