PaintRectangle (STRUCT) ¶ TYPE PaintRectangle : STRUCT InOut: Name Type Comment m_Points ARRAY [0..3] OF Point a rectangle that can directly be painted
Structs ¶ PaintRectangle (Struct) Point (Struct) SimpleRectangle (Struct)
Point (STRUCT) ¶ TYPE Point : STRUCT InOut: Name Type iX INT iY INT
SysFileEOFAsync (FB) ¶ FUNCTION_BLOCK SysFileEOFAsync InOut: Scope Name Type Input bEnable BOOL hFile DWORD Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD bEOF BOOL
SysFileGetPosAsync (FB) ¶ FUNCTION_BLOCK SysFileGetPosAsync InOut: Scope Name Type Input bEnable BOOL hFile DWORD Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD dwPos DWORD
SysFileGetSizeAsync (FB) ¶ FUNCTION_BLOCK SysFileGetSizeAsync InOut: Scope Name Type Input bEnable BOOL stFName STRING(255) Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD dwSize DWORD
SysFileGetTimeAsync (FB) ¶ FUNCTION_BLOCK SysFileGetTimeAsync InOut: Scope Name Type Input bEnable BOOL FileName STRING(255) Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD ftFileTime FILETIMEASYNC
SysFileOpenAsync (FB) ¶ FUNCTION_BLOCK SysFileOpenAsync InOut: Scope Name Type Input bEnable BOOL stFileName STRING(255) stMode STRING(3) Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD hFile DWORD
SysFileReadAsync (FB) ¶ FUNCTION_BLOCK SysFileReadAsync InOut: Scope Name Type Comment Input bEnable BOOL hFile DWORD pBuffer DWORD Address (ADR) to Buffer dwSize DWORD Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD dwRead DWORD
SysFileRenameAsync (FB) ¶ FUNCTION_BLOCK SysFileRenameAsync InOut: Scope Name Type Input bEnable BOOL stFileOldName STRING(255) stFileNewName STRING(255) Output bDone BOOL bBusy BOOL bError BOOL wErrorId WORD