PlcCredentials (STRUCT) ¶ TYPE PlcCredentials : STRUCT InOut: Name Type stUser STRING stPassword STRING
PlcServiceHeader (STRUCT) ¶ TYPE PlcServiceHeader : STRUCT InOut: Name Type Initial Comment HeaderTag UINT HEADER_TAG_STANDARD Qualified Constants.<…> but this leads to compile errors HeaderSize UINT UDINT_TO_UINT((SIZEOF(THIS^) - 4)) size from service group on! ServiceGroup UINT Service UINT DeviceSessionId UDINT ServiceLength UDINT size of the service wihtout the header CustomerId UINT 0 0 -> 3S Reserved UINT 0 must be 0
Test ¶ Test_CBTarget (FunctionBlock) ChannelError (Method) ReplyReceived (Method) Test_Connection (Program) Test_DataItem (FunctionBlock) Access (Property) AddressInfo (Property) DataType (Property) Id (Property) Quality (Property) ReferenceCount (Property) SymbolicName (Property) Tag (Property) Timestamp (Property) ValueAddress (Property) ValueSize (Property) WriteCopyAddress (Property) Test_DataItemProvider (FunctionBlock) GetReadItems (Method) GetWriteItems (Method) Initialize (Method) ReadListId (Property) WriteListId (Property) Test_DataItemProviderBlackfin (FunctionBlock) GetReadItems (Method) GetWriteItems (Method) Initialize (Method) ReadListId (Property) WriteListId (Property) Test_MonitoringValues (Struct) Test_OSRB (Program) Test_PRG (Program) CheckDataArraysEqual (Action) CheckErrors (Action) ClearDataCheck (Action) ClearErrors (Action) Test_ReadWriteSwap (Action) Test_TaggedReader (Action) Test_TaggedWriter (Action) Test_UintToHexString (Action) Test_Uint_FromHexString (Action) Testcases (Enum)
Test_CBTarget (FB) ¶ FUNCTION_BLOCK Test_CBTarget IMPLEMENTS IPlcServiceChannelCallbackTarget Methods: ChannelError ReplyReceived Structure: ChannelError (Method) ReplyReceived (Method)
Test_CBTarget.ChannelError (METH) ¶ METHOD ChannelError : UDINT InOut: Scope Name Type Comment Return ChannelError UDINT Input channel IPlcServiceChannel the channel on which the error occurred udiError UDINT
Test_DataItemProviderBlackfin (FB) ¶ FUNCTION_BLOCK Test_DataItemProviderBlackfin IMPLEMENTS IDataItemProvider Properties: ReadListId WriteListId Methods: GetReadItems GetWriteItems Initialize Structure: GetReadItems (Method) GetWriteItems (Method) Initialize (Method) ReadListId (Property) WriteListId (Property)
Test_DataItemProviderBlackfin.GetReadItems (METH) ¶ METHOD GetReadItems : UDINT InOut: Scope Name Type Return GetReadItems UDINT Output pItems POINTER TO ARRAY [0..100] OF IDataItem iItemCount DINT
Test_DataItemProviderBlackfin.GetWriteItems (METH) ¶ METHOD GetWriteItems : UDINT InOut: Scope Name Type Return GetWriteItems UDINT Output pItems POINTER TO ARRAY [0..100] OF IDataItem iItemCount DINT
Test_DataItemProviderBlackfin.Initialize (METH) ¶ METHOD Initialize : UDINT InOut: Scope Name Type Return Initialize UDINT
Test_DataItemProviderBlackfin.ReadListId (PROP) ¶ PROPERTY ReadListId : UDINT