public abstract class LocalEquipmentConfig extends Manipulator implements PriorityStart
SimpleDataSource.NameEditorData
DataSource.Writable
UPDATE_DISPLAYED_VALUE, VALUE_INPUT
customTimer, EXPORT_READ_ONLY, EXPORT_READ_WRITE, NO_EXPORT, requiresSyncWrite, sharedTimer, syncWriteTimeout, timebase
autoSuspend, AUTOSUSPEND_DEFAULT, AUTOSUSPEND_NEVER, AUTOSUSPEND_NO_LISTENERS, AUTOSUSPEND_NO_LISTENERS_AND_NO_SOURCES, colorHi, colorHiHi, colorLo, colorLoLo, colorNormal, connectors, consoleLogger, currentColor, currentValue, debugLevel, DEFAULT_AUTOSUSPEND, dontConnect, gwtLog, hardSuspended, popupLogger, PRIMARYOUTPORTNAME, sendColors, stopped, suspended, timedPopupLogger, traceLogger, valueHi, valueHiHi, valueLo, valueLoLo
cvsRev
Constructor and Description |
---|
LocalEquipmentConfig()
The default constructor.
|
LocalEquipmentConfig(PersistenceInterface persistenceInterface) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Calls through to the TransSecsController method.
|
int |
getBaudRate()
Returns the Baud Rate.
|
int |
getDeviceId()
Returns the device id.
|
java.util.Map<java.lang.String,java.util.List<java.util.List<ConnectorTransientRepresentation>>> |
getDevicesConnectors()
Used when reloading in MIStudio.
|
java.util.List<java.util.List<ConnectorTransientRepresentation>> |
getGEMConnectors()
Used when reloading in MIStudio.
|
java.util.Enumeration<java.lang.String> |
getInPortNames()
For OPC we don't want to generate the "active" tags if this is a tool project.
|
double |
getPassiveT1()
Returns the T1 for the passive connection.
|
double |
getPassiveT2()
Returns T2 for the passive connection.
|
double |
getPassiveT3()
Returns T3 for the passive connection.
|
double |
getPassiveT4()
Returns T4 for the passive connection.
|
int |
getPassiveT5()
Returns T5 for the passive connection.
|
int |
getPassiveT6()
Returns T6 for the passive connection.
|
int |
getPassiveT7()
Returns T7 for the passive connection.
|
int |
getPassiveT8()
Returns T8 for the passive connection.
|
java.lang.String |
getPersistenceFileName()
Returns the filename to used for persistence.
|
PersistenceInterface |
getPersistenceInterface()
Return the persistance config.
|
int |
getPort()
Returns the passive port.
|
TransSecsController |
getTransSecsController() |
void |
init()
Calls through to the TransSecsController method.
|
void |
save()
Persist a property.
|
void |
setBaudRate(int baudRate)
Set the Baud Rate of a SECSI connection.
|
void |
setDeviceId(int deviceId)
Sets the device Id.
|
void |
setDevicesConnectors(java.util.Map<java.lang.String,java.util.List<java.util.List<ConnectorTransientRepresentation>>> connectors)
Reform all the devices connections.
|
void |
setGEMConnectors(java.util.List<java.util.List<ConnectorTransientRepresentation>> connectors)
Reform all the GEM connections.
|
void |
setPassiveT1(double newValue)
Sets T1 for a passive link.
|
void |
setPassiveT2(double newValue)
Sets T2 for a passive link.
|
void |
setPassiveT3(double newValue)
Sets T3 for a passive link.
|
void |
setPassiveT4(double newValue)
Sets T4 for a passive link.
|
void |
setPassiveT5(int newValue)
Sets T5 for a passive link.
|
void |
setPassiveT6(int newValue)
Sets T6 for a passive link.
|
void |
setPassiveT7(int newValue)
Sets T7 for a passive link.
|
void |
setPassiveT8(int newValue)
Sets T8 for a passive link.
|
void |
setPersistenceFileName(java.lang.String persistenceFileName)
Sets the filename to used for persistence.
|
void |
setPersistenceInterface(PersistenceInterface persistenceInterface)
Set the persistance config.
|
void |
setPort(int port)
Sets the passive port.
|
void |
start()
Calls through to the TransSecsController method.
|
void |
stop()
Calls through to the TransSecsController method.
|
getDefaultQualityForLocation, getStaticLocationFor, setBooleanValue, setBoolValue, setByteValue, setDoubleValue, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, valueChanged, valueInput
addConnector, addConnector, addDataSource, addPropertyChangeListener, addValueChangedListener, addVetoableChangeListener, authenticatedClientRequest, clientRequest, clientResponse, determineSuspendedStatus, getClassLicenseManager, getContainer, getCustomTimer, getDataSource, getDataSources, getDisplayName, getExportCriteria, getExposeComponentConnections, getName, getOutPortNames, getPullFromServers, getPushData, getPushName, getPushToServers, getServerListData, getTimebase, getTrace, isActive, isScreenLocal, refreshCurrentValue, removeConnector, removeDataSource, removePropertyChangeListener, removeValueChangedListener, removeVetoableChangeListener, requestSyncWrite, setAutoSuspend, setClassLicenseManager, setContainer, setCustomTimer, setDataSourceName, setExportCriteria, setExposeComponentConnections, setName, setPullFromServers, setPushData, setPushName, setPushToServers, setScreenLocal, setServerListData, setTimebase, setTrace, setValueObject, tick, VIBEvent
addVIBEventListener, checkScript, executeInScriptInternal, executeScript, executeScriptInternal, executeScriptInternal, getAutoSuspend, getBooleanValue, getBoolValue, getColorHi, getColorHiHi, getColorLo, getColorLoLo, getColorNormal, getConnectors, getConsoleLogger, getCurrentColor, getDataSourceName, getDoubleValue, getFloatValue, getGWTLogger, getIncomingValueObject, getInScript, getIntValue, getLongValue, getParent, getPopupLogger, getScript, getScriptEngine, getSendColors, getSources, getStringValue, getSyncWriteTimeout, getTimedPopupLogger, getTraceLogger, getValueHi, getValueHiHi, getValueLo, getValueLoLo, getValueObject, isHardSuspended, isRunning, isSendOnlyChangedValuesDefault, isSuspended, logException, logGWT, logGWT, logMessage, logTrace, n2sortConnectors, performScriptSubstitutions, popupMessage, post, removeConnector, removeVIBEventListener, replaceConnectors, scriptExtensionSubstition, setColorHi, setColorHiHi, setColorLo, setColorLoLo, setColorNormal, setConsoleLogger, setGWTLogger, setHardSuspended, setInScript, setParent, setPopupLogger, setScript, setSendColors, setSendOnlyChangedValuesDefault, setSyncWriteTimeout, setTimedPopupLogger, setTraceLogger, setValueHi, setValueHiHi, setValueLo, setValueLoLo, updateColor, updateListeners, updateListeners, updateListeners, whoAmI
public LocalEquipmentConfig()
public LocalEquipmentConfig(PersistenceInterface persistenceInterface)
public void destroy() throws BadParameterException
destroy
in class SimpleDataSource
BadParameterException
SimpleDataSource.destroy()
public int getBaudRate()
TransSecsController.getBaudRate()
public int getDeviceId()
TransSecsController.getDeviceId()
public java.util.Map<java.lang.String,java.util.List<java.util.List<ConnectorTransientRepresentation>>> getDevicesConnectors()
public java.util.List<java.util.List<ConnectorTransientRepresentation>> getGEMConnectors()
public java.util.Enumeration<java.lang.String> getInPortNames()
getInPortNames
in class Manipulator
Manipulator.addInPortName(String)
,
Manipulator.getInPortNames()
public double getPassiveT1()
TransSecsController.getPassiveT1()
public double getPassiveT2()
TransSecsController.getPassiveT2()
public double getPassiveT3()
TransSecsController.getPassiveT3()
public double getPassiveT4()
TransSecsController.getPassiveT4()
public int getPassiveT5()
TransSecsController.getPassiveT5()
public int getPassiveT6()
TransSecsController.getPassiveT6()
public int getPassiveT7()
TransSecsController.getPassiveT7()
public int getPassiveT8()
TransSecsController.getPassiveT8()
public java.lang.String getPersistenceFileName()
TransSecsController.getPassiveT7()
public PersistenceInterface getPersistenceInterface()
public int getPort()
TransSecsController.getPort()
public TransSecsController getTransSecsController()
public void init() throws BadParameterException
init
in class DataSource
BadParameterException
DataSource.init()
public void save()
public void setBaudRate(int baudRate)
TransSecsController.setBaudRate(int)
public void setDeviceId(int deviceId)
TransSecsController.setDeviceId(int)
public void setDevicesConnectors(java.util.Map<java.lang.String,java.util.List<java.util.List<ConnectorTransientRepresentation>>> connectors)
connectors
- the connectorspublic void setGEMConnectors(java.util.List<java.util.List<ConnectorTransientRepresentation>> connectors)
connectors
- the connectorspublic void setPassiveT1(double newValue)
TransSecsController.setPassiveT1(double)
public void setPassiveT2(double newValue)
TransSecsController.setPassiveT2(double)
public void setPassiveT3(double newValue)
TransSecsController.setPassiveT3(double)
public void setPassiveT4(double newValue)
TransSecsController.setPassiveT4(double)
public void setPassiveT5(int newValue)
TransSecsController.setPassiveT5(int)
public void setPassiveT6(int newValue)
TransSecsController.setPassiveT6(int)
public void setPassiveT7(int newValue)
TransSecsController.setPassiveT7(int)
public void setPassiveT8(int newValue)
TransSecsController.setPassiveT8(int)
public void setPersistenceFileName(java.lang.String persistenceFileName)
persistenceFileName
- TransSecsController.setPersistenceFileName(String)
public void setPersistenceInterface(PersistenceInterface persistenceInterface)
persistenceInterface
- the persistenceInterface to setpublic void setPort(int port)
TransSecsController.setPort(int)
public void start() throws BadParameterException, VIBUpdateFailedException
start
in class SimpleDataSource
BadParameterException
VIBUpdateFailedException
SimpleDataSource.start()
public void stop() throws BadParameterException
stop
in class SimpleDataSource
BadParameterException
SimpleDataSource.stop()
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.