Data ¶ DefaultIParData (FunctionBlock) Close (Method) Execute (Method) FB_Init (Method) Load (Method) OpenUpdate (Method) Update (Method) DefaultIParameterDB (FunctionBlock) Register (Method) IIParameterData (Interface) Close (Method) Execute (Method) Load (Method) OpenUpdate (Method) Update (Method)
DefaultIParData (FB) ¶ FUNCTION_BLOCK DefaultIParData IMPLEMENTS IIParameterData Default implementation of interace IIParameterData. Persists iParameters of a single slot / subslot of a Field Device to filesystem (file with specified filename). see DefaultIParameterDB. InOut: Scope Name Type Comment Input stFilename STRING impl. spezifisch, irgendein Schlüssel Methods: Close Execute FB_Init Load OpenUpdate Update Structure: Close (Method) Execute (Method) FB_Init (Method) Load (Method) OpenUpdate (Method) Update (Method)
DefaultIParData.Close (METH) ¶ METHOD Close : UDINT InOut: Scope Name Type Return Close UDINT
DefaultIParData.Execute (METH) ¶ METHOD Execute : UDINT InOut: Scope Name Type Return Execute UDINT
DefaultIParData.FB_Init (METH) ¶ METHOD FB_Init : BOOL InOut: Scope Name Type Return FB_Init BOOL Input bInitRetains BOOL bInCopyCode BOOL
DefaultIParData.Load (METH) ¶ METHOD Load : UDINT InOut: Scope Name Type Return Load UDINT Output pData POINTER TO BYTE dataLen UDINT
DefaultIParData.OpenUpdate (METH) ¶ METHOD OpenUpdate : UDINT InOut: Scope Name Type Return OpenUpdate UDINT Input Total_iPar_Size UDINT Output pData POINTER TO BYTE
DefaultIParData.Update (METH) ¶ METHOD Update : UDINT InOut: Scope Name Type Return Update UDINT
Storage.StorageGetPath (METH) ¶ METHOD StorageGetPath : STO.ERROR InOut: Scope Name Type Return StorageGetPath STO.ERROR Inout sPath CAA.FILENAME
Storage.StorageIsReadOnly (PROP) ¶ PROPERTY StorageIsReadOnly : BOOL