WatchdogStart (FUN) ¶ FUNCTION WatchdogStart : DINT Starts the watchdog. @return DAL_SUCCESS on InOut: Scope Name Type Return WatchdogStart DINT
WatchdogStop (FUN) ¶ FUNCTION WatchdogStop : DINT Stops the watchdog. @return Return DAL_SUCCESS on success, DAL_FAILURE otherwise. InOut: Scope Name Type Return WatchdogStop DINT
WatchdogTrigger (FUN) ¶ FUNCTION WatchdogTrigger : DINT Triggers the watchdog. @return Return DAL_SUCCESS on success, DAL_FAILURE otherwise. InOut: Scope Name Type Return WatchdogTrigger DINT
WriteBit (FUN) ¶ FUNCTION WriteBit : DINT The WiteBit method writes one bit from data to the given offset. @param deviceId The device to write the bit to. @param bitOffset The bit offset to write the bit at. @param data Pointer from where the bit will be written from. @return Returns 0 on success, -1 otherwise. InOut: Scope Name Type Return WriteBit DINT Input deviceId DINT taskId UDINT bitOffset UDINT data POINTER TO BYTE
WriteBool (FUN) ¶ FUNCTION WriteBool : DINT The WiteBool method writes one bit from data to the given offset. @param deviceId The device to write the bit to. @param bitOffset The bit offset to write the bit at. @param value Pointer from where the bit will be written from. @return Returns 0 on success, -1 otherwise. InOut: Scope Name Type Return WriteBool DINT Input deviceId DINT taskId UDINT bitOffset UDINT value BOOL
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