RMPService.CyclicCall (METH) ¶ METHOD FINAL CyclicCall : BOOL InOut: Scope Name Type Return CyclicCall BOOL
RMPService.GetComFBForComAddress (METH) ¶ METHOD GetComFBForComAddress : IRMPFBCommunication This functions returns the communication FB used to communicate to or from a given Module ComAddress of a Module. ..note: If communication FBs are not used for communication this function will always return 0! ..return: If FB communication was used and a FB communicating to or from the given ComAddress exists the correspnding FB/Interface is returned If no communication FB is available 0 is reutnred. InOut: Scope Name Type Comment Return GetComFBForComAddress IRMPFBCommunication Input udiModuleComAddress UDINT The ComAddress of the Module for which the CommunicationFB shall be received
IDataStorage3.CloseCheckDependant (METH) ¶ METHOD CloseCheckDependant : BOOL Close files or storage accesses, but, dependant on an additional check parameter, save the data or not InOut: Scope Name Type Comment Return CloseCheckDependant BOOL Input xCheckSucceeded BOOL Indicates whether a preseding data check succeeded. If so, this parameter should be TRUE, so that the storage data gets saved, before the storage is closed. Being FALSE, the storage is only closed, but no data saved.
IDataStorage4 (ITF) ¶ INTERFACE IDataStorage4 EXTENDS IDataStorage3 Methods: OnResetOrigin2 Close , inherited from IDataStorage CloseCheckDependant , inherited from IDataStorage3 Next , inherited from IDataStorage OnResetOrigin , inherited from IDataStorage2 Open , inherited from IDataStorage Put , inherited from IDataStorage Structure: OnResetOrigin2 (Method)
IDataStorage4.OnResetOrigin2 (METH) ¶ METHOD OnResetOrigin2 InOut: Scope Name Type Input stInstListName STRING
DecoupledBinaryMemoryStorage ¶ DecoupledBinaryMemoryStorage (FunctionBlock) DecoupledBinaryMemoryStorage (FunctionBlock) IDecoupledDataStorage (Interface) TL_Decoupled (TextList)
DecoupledBinaryMemoryStorage (FB) ¶ FUNCTION_BLOCK DecoupledBinaryMemoryStorage EXTENDS BinaryMemoryStorage IMPLEMENTS IDecoupledDataStorage InOut: Scope Name Type Initial Inherited from Input pbyMemData POINTER TO BYTE BinaryMemoryStorage udiMemDataSize UDINT 1024 BinaryMemoryStorage Methods: Close , inherited from BinaryMemoryStorage GetErrorMessage , inherited from BinaryMemoryStorage Next , inherited from BinaryMemoryStorage OnResetOrigin , inherited from BinaryMemoryStorage Open , inherited from BinaryMemoryStorage Put , inherited from BinaryMemoryStorage
IDecoupledDataStorage (ITF) ¶ INTERFACE IDecoupledDataStorage EXTENDS IDataStorage2 Methods: Close , inherited from IDataStorage Next , inherited from IDataStorage OnResetOrigin , inherited from IDataStorage2 Open , inherited from IDataStorage Put , inherited from IDataStorage
TL_Decoupled (Text List) ¶ ID Default en de PersistenceChannelForDecoupledBinaryMemoryStorage_Desc This PersistenceChannel can define a decoupled BinaryMemoryStorage-module as its submodule. This PersistenceChannel can define a decoupled BinaryMemoryStorage-module as its submodule. Der Persistenz-Kanal can ein “decoupled” BinaryMemoryStorage-Modul als Submodul definieren. DecoupledBinaryMemoryStorage_Desc This is a decoupled module that makes sure that not the entire PersistenceManager is stored to RETAIN area of the memory. This is a decoupled module that makes sure that not the entire PersistenceManager is stored to RETAIN area of the memory. Dies stellt ein “decoupled” Modul dar, das sicherstellt, das nicht das gesamte PersistenzManager Modul mit all seinen Kindmodulen im RETAIN Bereich des Speichers abgelegt wird.
GetDateTime (FUN) ¶ FUNCTION GetDateTime : DATE_AND_TIME InOut: Scope Name Type Return GetDateTime DT