API Help
Eplan.EplApi.HEServices Namespace / PlcService Class
Members

PlcService Class
Class providing functionality for importing and exporting PLC data.
Inheritance Hierarchy

System.Object
   Eplan.EplApi.HEServices.PlcService

Syntax
public class PlcService 
Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Methods
 NameDescription
Public MethodDestructor  
Public MethodExports PLC assignment lists  
Public MethodOverloaded. Exports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
Public MethodExports generate schematic configuration into xml file. TODO:  
Public MethodGenerates PLC schematic pages.  
Public MethodReturns a list of PLCDataConverterInfo objects representing registered PLC converters that may be used for importing or exporting PLC data.  
Public MethodReturns a list of PLC config. projects included in the EPLAN P8's project. These names may be used as values of strConfigurationProject parameter of the ExportData method.  
Public MethodImports PLC assignment lists.  
Public MethodOverloaded. Imports PLC data using the specified converter. Use the GetAvailableConverters method to get the list of registered PLC data converters.  
Public MethodOverloaded. Executes PLC terminals addressing  
Public MethodOverloaded. Writes back connection point designations from the selected overview PLC terminals to associated schematic PLC terminals.  
Top
See Also