OASySDNA.RealTime.KrunchDataTypeConverters Namespace
- Last UpdatedApr 08, 2026
- 4 minute read
| Class | Description | |
|---|---|---|
![]() | DefaultBinaryCodedDecimal | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a binary-coded decimal (BCD) conversion of up to eight bytes of byte-ordered data retrieved from the remote. |
![]() | DefaultByteDecimalLSB3 | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a Byte Decimal conversion OASySDNA.RealTime.KrunchDataTypeConverters.Helper.ByteDecimal of the byte-ordered data retrieved from the remote. The Most Signification Byte (MSB) factor is 1. The Least Significant Byte (LSB) factor is 1000. This class sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultByteDecimalLSB4 | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a Byte Decimal conversion OASySDNA.RealTime.KrunchDataTypeConverters.Helper.ByteDecimal of the byte-ordered data retrieved from the remote. The Most Signification Byte (MSB) factor is 1. The Least Signification Byte (LSB) factor is 10000. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultByteDecimalMSB3 | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a Byte Decimal conversion OASySDNA.RealTime.KrunchDataTypeConverters.Helper.ByteDecimal of the byte-ordered data retrieved from the remote. The Most Signification Byte (MSB) factor is 1000. The Least Signification Byte (LSB) factor is 1. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultByteDecimalMSB4 | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a Byte Decimal conversion OASySDNA.RealTime.KrunchDataTypeConverters.Helper.ByteDecimal of the byte-ordered data retrieved from the remote. The Most Signification Byte (MSB) factor is 10000. The Least Significant Byte (LSB) factor is 1. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultDoubleConverter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToDouble conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultFloatConverter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToSingle conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultInt16Converter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToInt16 conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultInt32Converter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToInt32 conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultSignedByteConverter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a Signed Byte conversion of the first byte of the data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultUInt16Converter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToUInt16 conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultUInt32Converter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs a BitConverter.ToUInt32 conversion of the byte-ordered data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
![]() | DefaultUnsignedByteConverter | An implementation of the OASySDNA.RealTime.ExecutionPipelines.KrunchDataStream.ConverterFramework.IKrunchDataTypeConverter class. This class performs an UnSigned Byte conversion of the first byte of the data retrieved from the remote. Sets the InstrumentFailFlag in the KrunchContext to HILOW_INS_HIGH if it cannot convert the value. |
