DDE/SuiteLink to ArchestrA Conversions
- Last UpdatedSep 25, 2018
- 1 minute read
In the case of the OI Gateway receiving (write) data from a DDE/SuiteLink source and sending it to an ArchestrA client, it converts DDE/SuiteLink types to ArchestrA types as follows:
Note: Write failures can occur if the target ArchestrA attribute is a non-coercible type. In this case, the OI Gateway returns a failed write status to the client.
|
DDE/SuiteLink Type |
ArchestrA Type |
Comments |
|
Discrete |
Boolean |
False = 0, True = 1 |
|
Real |
Float |
|
|
Integer |
Integer |
OI Gateway does no clamping when writing an integer from a DDE/SuiteLink client to
an ArchestrA data source. In the case of a client poking a number greater than 2147483647
or |
|
String |
String |