Search
5 result(s) for FileType Object
-
OPC-10000-20 – OPC Unified Architecture - Part 20: File Transfer4.3.4 CreateFileCreateFile CreateFile is used to create a new FileType Object organized by this Object . The created file can be written using the Write Method of the FileType . Signature CreateFile ... fileNodeId and the fileHandle can be used to access the new file through the FileType Object representing the new file. If requestFileOpen is set to False, the returned value shall
-
OPC-10000-20 – OPC Unified Architecture - Part 20: File Transferformally defined in Table 13 . The Methods GenerateFileForRead or GenerateFileForWrite generate a temporary FileType Object that is not browsable in the AddressSpace and can only be accessed with the NodeId ... Method calls to read or write the file content from the virtual temporary FileType Object . If the Client exceeds the timeout between Method calls, the Server may close the file
-
OPC-10000-20 – OPC Unified Architecture - Part 20: File Transfer4.4.2 File transfer sequencesClient wants to abort the operation it uses the Close Method of the temporary FileType Object
-
OPC-10000-20 – OPC Unified Architecture - Part 20: File Transfer4.4.3 GenerateFileForReadstart the read file transaction. A successful call of this Method creates a temporary FileType Object with the file content and returns the NodeId of this Object and the file ... UserAccessDenied See OPC 10000-4 for a general description. Bad_NotReadable The temporary FileType Object is writeonly and can not be generated for read. Table 14 specifies the AddressSpace representation
-
OPC-10000-20 – OPC Unified Architecture - Part 20: File Transfer4.4.4 GenerateFileForWritestart the write file transaction. A successful call of this Method creates a temporary FileType Object and returns the NodeId of this Object and the file handle to access ... UserAccessDenied See OPC 10000-4 for a general description. Bad_NotWritable The temporary FileType Object is readonly and can not be generated for wirting. Table 15 specifies the AddressSpace representation