Byte ¶ GetBytes (Method) PutBytes (Method)
Float ¶ GetFloat32 (Method) GetFloat64 (Method) PutFloat32 (Method) PutFloat64 (Method)
ProfinetByteData.InitData (METH) ¶ METHOD InitData InOut: Scope Name Type Comment Input DATA POINTER TO BYTE Pointer to the ARRAY[0..n] of byte that contains the received data. (CommFB.RDREC.RECORD). LEN UDINT Length of the received acyclic data (CommFB.RDREC.LEN)
Integer ¶ GetInteger16 (Method) GetInteger32 (Method) GetInteger64 (Method) GetInteger8 (Method) GetUnsigned16 (Method) GetUnsigned32 (Method) GetUnsigned64 (Method) GetUnsigned8 (Method) PutInteger16 (Method) PutInteger32 (Method) PutInteger64 (Method) PutInteger8 (Method) PutUnsigned16 (Method) PutUnsigned32 (Method) PutUnsigned64 (Method) PutUnsigned8 (Method)
ProfinetByteData.GetBitArea (METH) ¶ METHOD GetBitArea : UINT InOut: Scope Name Type Comment Return GetBitArea UINT Input ByteOffset UDINT BitOffset BYTE Range: 0 to 7 BitLength UINT Range: 1 to 15
ProfinetByteData.PutBit (METH) ¶ METHOD PutBit InOut: Scope Name Type Comment Input ByteOffset UDINT BitOffset BYTE Range: 0 to 7 Value BOOL
ProfinetByteData.PutBitArea (METH) ¶ METHOD PutBitArea InOut: Scope Name Type Comment Input ByteOffset UDINT BitOffset BYTE Range: 0 to 7 BitLength UINT Range: 1 to 15 Value UINT
ProfinetByteData.GetBytes (METH) ¶ METHOD GetBytes : BOOL InOut: Scope Name Type Return GetBytes BOOL Input ByteOffset UDINT Length UDINT Data POINTER TO BYTE
ProfinetByteData.PutBytes (METH) ¶ METHOD PutBytes : BOOL InOut: Scope Name Type Return PutBytes BOOL Input ByteOffset UDINT Length UDINT Data POINTER TO BYTE
ProfinetByteData.GetFloat32 (METH) ¶ METHOD GetFloat32 : REAL InOut: Scope Name Type Return GetFloat32 REAL Input ByteOffset UDINT