public interface IS7SymbolTemplate
Modifier and Type | Method and Description |
---|---|
String |
s7db_id(research.ch.cern.unicos.utilities.IDeviceInstance instance,
boolean isDBSimpleRequested)
This function provides the symbol name of the DB for a given instance name e.g.
|
String |
s7db_id(String name)
This function provides the symbol name of the DB for a given instance name e.g.
|
String |
s7db_id(String name,
boolean isDBSimpleRequested)
This function provides the symbol name of the DB for a given instance name e.g.
|
String |
s7db_id(String name,
String deviceTypes)
This function provides the symbol name of the DB for a given instance name e.g.
|
String |
s7db_id(String name,
String deviceTypes,
boolean isDBSimpleRequested)
This function provides the symbol name of the DB for a given instance name e.g.
|
String s7db_id(String name, String deviceTypes) throws Exception
name
- Is the name of the instance that we want to processdeviceTypes
- Device type list (comma separated)Exception
String s7db_id(String name, String deviceTypes, boolean isDBSimpleRequested) throws Exception
name
- Is the name of the instance that we want to processdeviceTypes
- Device type list (comma separated)isDBSimpleRequested
- TRUE if the DB Simple is requested. * @return The symbol name.Exception
String s7db_id(String name) throws Exception
name
- Is the name of the instance that we want to processException
String s7db_id(String name, boolean isDBSimpleRequested) throws Exception
name
- Is the name of the instance that we want to processisDBSimpleRequested
- TRUE if the DB Simple is requested.Exception
String s7db_id(research.ch.cern.unicos.utilities.IDeviceInstance instance, boolean isDBSimpleRequested) throws Exception
instance
- Is the instance which symbol is requested.isDBSimpleRequested
- TRUE if the DB Simple is requested.Exception
Copyright © 2010–2015 CERN. All rights reserved.