Property | Description |
| Sync |
| A value that is used to instruct the oDDELink object to synchronize its data with the remote oDDELink object's data. |
 | Object Class: | oLogic | | Value Range: | 0 - 1 |
| Data Type: | Numeric | | Default Value: | 0 |
|
The following table list the values of the Sync Property:
| Sync | Constant | Description |
| 0 | cvFalse | The Value properties are not synchronizing. |
| 1 | cvTrue | The Value properties are synchronizing. |
|
|
| Input |
| A pointer to a local oValue Object whose value will be send to the remote-object. |
 | Object Class: | oValuePtrI | | Value Range: | Any oValue Object |
| Data Type: | Pointer | | Default Value: | Null |
|
|
| Output |
| A pointer to a local oValue Object whose value will be updated with the remote-object's value. |
 | Object Class: | oValuePtrO | | Value Range: | Any oValue Object |
| Data Type: | Pointer | | Default Value: | Null |
|
|
| Direction |
| A value that selects the direction of the data flow on the I2C network. |
 | Object Class: | oSelect0to1L | | Value Range: | 0 - 1 |
| Data Type: | Numeric | | Default Value: | 0 |
|
The following table list the values of the Direction Property:
| Direction | Constant | Description |
| 0 | cvSend | Data is copied from the local Object specified by the Link property to the remote Object specified by the Node and Location properties. |
| 1 | cvReceive | Data is copied from the remote Object specified by the Node and Location properties to the local Object specified by the Link property. |
|
|
| Node |
| A value that specifies the Node address of the I2C networked ooPIC that contains the remote oDDELink object. |
 | Object Class: | oVar7 | | Value Range: | 0 - 127 |
| Data Type: | Numeric | | Default Value: | 0 |
|
The following table list the values of the Node Property:
| Node | Description |
| 0 | The oDDELink Object instance is inactive. |
| 1 - 127 | The oDDELink Object will exchange data with the ooPIC on the I2C network that has that Node address. |
|
|
| Location |
| A pointer to a remote oDDELink object instance whose Link-object's data will be exchanged. |
 | Object Class: | oVar7 | | Value Range: | 0 - 127 |
| Data Type: | Numeric | | Default Value: | 0 |
|
|
| Operate |
| A value that selects whether or not the data is updated. |
 | Object Class: | oOperate | | Value Range: | 0 - 1 |
| Data Type: | Numeric | | Default Value: | 0 |
|
| Operate | Constant | Description |
| 0 | cvOff | The Value properties are not updated. |
| 1 | cvOn | The Value properties are updated. |
|
|
| Transmitting |
| A value that indicates if the oDDELink object is currently transferring data. |
 | Object Class: | oLogic | | Value Range: | 0 - 1 |
| Data Type: | Numeric (Read-Only) | | Default Value: | 0 |
|
The following table lists the values of the Transmitting Property:
| Transmitting | Constant | Description |
| 0 | cvFalse | The oDDELink Object instance is idle. |
| 1 | cvTrue | The oDDELink Object instance is transferring data. |
|
|
| Address |
| Returns a pointer to the address of the oCounter Object instance. |
 | Object Class: | oAddress | | Value Range: | 0 - 127 |
| Data Type: | Pointer (Read Only) | | Default Value: | Address of Object |
|
|