WriteBytes (FUN) ¶ FUNCTION WriteBytes : DINT Writes size bytes from at the supplied offset to the process images of the device. @param deviceId Id of the device @param offset Offset where the data will be written at. @param size Size of the data to write. @param data The data to write. @return Returns 0 on success, -1 otherwise InOut: Scope Name Type Return WriteBytes DINT Input deviceId DINT taskId UDINT offset UDINT size UDINT data POINTER TO BYTE
WriteEnd (FUN) ¶ FUNCTION WriteEnd : DINT Finishes the writing of process data. Usually this is the point when the pi is committed to the device. @param deviceId The id of the device. @param taskId The id of the task. @return Returns 0 on success, -1 otherwise InOut: Scope Name Type Return WriteEnd DINT Input deviceId DINT taskId UDINT
WriteStart (FUN) ¶ FUNCTION WriteStart : DINT Starts the writing of process data. @param deviceId Id of the device. @param taskId Id of the task. @return Returns 0 on success, -1 otherwise. InOut: Scope Name Type Return WriteStart DINT Input deviceId DINT taskId UDINT
kbus_information ¶ ldkc_KbusInfo_Create (Function) ldkc_KbusInfo_Destroy (Function) ldkc_KbusInfo_GetDigitalOffset (Function) ldkc_KbusInfo_GetDigitalOffsetInput (Function) ldkc_KbusInfo_GetDigitalOffsetOutput (Function) ldkc_KbusInfo_GetStatus (Function) ldkc_KbusInfo_GetTerminalCount (Function) ldkc_KbusInfo_GetTerminalDiagnose (Function) ldkc_KbusInfo_GetTerminalInfo (Function) ldkc_KbusInfo_GetTerminalList (Function) ldkc_KbusInfo_TerminalDiagnoseRelease (Function)
ldkc_KbusInfo_Create (FUN) ¶ FUNCTION ldkc_KbusInfo_Create : DINT InOut: Scope Name Type Return ldkc_KbusInfo_Create DINT
ldkc_KbusInfo_Destroy (FUN) ¶ FUNCTION ldkc_KbusInfo_Destroy : DINT InOut: Scope Name Type Return ldkc_KbusInfo_Destroy DINT
ldkc_KbusInfo_GetDigitalOffset (FUN) ¶ FUNCTION ldkc_KbusInfo_GetDigitalOffset : DINT InOut: Scope Name Type Return ldkc_KbusInfo_GetDigitalOffset DINT Input input POINTER TO UINT output POINTER TO UINT
ldkc_KbusInfo_GetDigitalOffsetInput (FUN) ¶ FUNCTION ldkc_KbusInfo_GetDigitalOffsetInput : DINT InOut: Scope Name Type Return ldkc_KbusInfo_GetDigitalOffsetInput DINT Input input POINTER TO UINT
ldkc_KbusInfo_GetDigitalOffsetOutput (FUN) ¶ FUNCTION ldkc_KbusInfo_GetDigitalOffsetOutput : DINT InOut: Scope Name Type Return ldkc_KbusInfo_GetDigitalOffsetOutput DINT Input output POINTER TO UINT
ldkc_KbusInfo_GetStatus (FUN) ¶ FUNCTION ldkc_KbusInfo_GetStatus : DINT InOut: Scope Name Type Return ldkc_KbusInfo_GetStatus DINT Input status POINTER TO tKbusInfo_Status