Functions | |
| HPI_ERR | HPI_Cobranet_HmiWrite (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 dwHmiAddress, HW32 dwByteCount, HW8 *pbData) |
| Write to an HMI variable. | |
| HPI_ERR | HPI_Cobranet_HmiRead (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 dwHmiAddress, HW32 dwMaxByteCount, HW32 *pdwByteCount, HW8 *pbData) |
| Read from an HMI variable. | |
| HPI_ERR | HPI_Cobranet_HmiGetStatus (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwStatus, HW32 *pdwReadableSize, HW32 *pdwWriteableSize) |
| Get the status of the last cobranet operation. | |
| HPI_ERR | HPI_Cobranet_GetIPaddress (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwIPaddress) |
| Get the CobraNet node's current IP address. | |
| HPI_ERR | HPI_Cobranet_SetIPaddress (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 dwIPaddress) |
| Set the CobraNet node's current IP address. | |
| HPI_ERR | HPI_Cobranet_GetStaticIPaddress (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwIPaddress) |
| Get the CobraNet node's static IP address. | |
| HPI_ERR | HPI_Cobranet_SetStaticIPaddress (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 dwIPaddress) |
| Set the CobraNet node's static IP address. | |
| HPI_ERR | HPI_Cobranet_GetMACaddress (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *pdwMAC_MSBs, HW32 *pdwMAC_LSBs) |
| Get the CobraNet node's MAC address. | |
The cobranet control is located on (HPI_SOURCENODE_COBRANET,0,HPI_DESTNODE_COBRANET,0) The cobranet control allows reading and writing of the cobranet HMI variables (See Cirrus cobranet documentation @ www.cobranet.info for details)
|
||||||||||||||||||||||||
|
Write to an HMI variable.
|
|
||||||||||||||||||||||||||||
|
Read from an HMI variable.
|
|
||||||||||||||||||||||||
|
Get the status of the last cobranet operation.
|
|
||||||||||||||||
|
Get the CobraNet node's current IP address. Allows the user to get the current IP address of the CobraNet node.
|
|
||||||||||||||||
|
Set the CobraNet node's current IP address. Allows the user to set the current IP address of the CobraNet node.
|
|
||||||||||||||||
|
Get the CobraNet node's static IP address.
|
|
||||||||||||||||
|
Set the CobraNet node's static IP address.
|
|
||||||||||||||||||||
|
Get the CobraNet node's MAC address.
|
1.4.6-NO