Createconfigurationfile() - Native C - Siemens Simatic S7-1500 Function Manual

Hide thumbs Also See for Simatic S7-1500:
Table of Contents

Advertisement

CreateConfigurationFile()
Writes all entries from the tag list to an XML file.
Table 7- 141 CreateConfigurationFile() - Native C++
Syntax
Parameters
Return values
Table 7- 142 CreateConfigurationFile() - .NET (C#)
Syntax
Parameters
Return values
Exceptions
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
ERuntimeErrorCode CreateConfigurationFile(
WCHAR* in_FullFileName
);
WCHAR* in_FullFileName:
Full file name of the XML file:
<Path> + <File name> + <File extension>.
Runtime error code
SREC_OK
SREC_INTERFACE_REMOVED
SREC_TIMEOUT
SREC_WRONG_ARGUMENT
void CreateConfigurationFile(
string in_FullFileName
);
None
string in_FullFileName:
File name of the XML file that is to be written to:
<Path> + <File name> + <File extension>.
Siemens.Simatic.Simulation.Runtime.SimulationRuntimeException
Runtime error code
ERuntimeError-
Code.InterfaceRemoved
ERuntimeErrorCode.Timeout
ERuntimeErrorCode.WrongArgument
User interfaces (API)
7.6 API IInstances
Condition
The function is successful.
The instance is not registered in Runtime
Manager.
The function does not return on time.
The file name is invalid.
Condition
The instance is not registered in Runtime
Manager.
The function does not return on time.
The file name is invalid.
157

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents