Package | Description |
---|---|
com.ergotech.secs.gem |
Modifier and Type | Class and Description |
---|---|
class |
GemAlarmsEnabled
storage for a ECID.
|
class |
GemAlarmsSet
storage for a ECID.
|
class |
GemCLOCK
The GEM Clock.
|
class |
GemCommunicationsState
storage for a Communications State.
|
class |
GemControlState
storage for a Control State.
|
class |
GemDevicesSVID
storage for a SVID that is maintained by the GEM infrastructure but still sent to the PLC/Device.
|
class |
GemDVNAME
storage for a DVNAME
|
class |
GemECID
storage for a ECID.
|
class |
GemEventsEnabled
storage for a ECID.
|
class |
GemLastControlState
storage for a Last Control State.
|
class |
GemMDLN
The GEM MDLN.
|
class |
GemSOFTREV
The GEM MDLN.
|
class |
GemSVID
storage for a SVID
|
class |
GemTimeFormat
storage for a ECID.
|
Modifier and Type | Field and Description |
---|---|
java.util.Vector<GemVID> |
GemHandler.dvids
The Vector of all the ECIDs.
|
java.util.Vector<GemVID> |
GemHandler.ecids
The Vector of all the ECIDs.
|
java.util.Vector<GemVID> |
GemHandler.svids
The Vector of all the SVIDs.
|
Modifier and Type | Method and Description |
---|---|
GemVID |
GemLIMITID.getVID()
Returns the VID that this limit is associated with.
|
GemVID |
GemEquipmentInterface.registerVID(SecsFormat3x5x vid,
java.lang.String name,
int type,
java.lang.String units,
double limitMax,
double limitMin,
SecsFormat initialValue,
double deadband)
VID registration.
|
GemVID |
GemHandler.registerVID(SecsFormat3x5x vid,
java.lang.String name,
int type,
java.lang.String units,
double limitMax,
double limitMin,
SecsFormat initialValue,
double deadband)
VID registration.
|
GemVID |
GemEquipmentInterface.registerVID(SecsFormat3x5x vid,
java.lang.String name,
int format,
java.lang.String units,
SecsFormat initialValue)
VID registration.
|
GemVID |
GemHandler.registerVID(SecsFormat3x5x vid,
java.lang.String name,
int type,
java.lang.String units,
SecsFormat initialValue)
VID registration.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GemVID> |
GemHandler.getAllDVIDs()
Returns the ecids
|
java.util.List<GemVID> |
GemHandler.getAllECIDs()
Returns the ecids
|
java.util.List<GemVID> |
GemHandler.getAllSVIDs()
Provide a connection for the equipment.
|
Modifier and Type | Method and Description |
---|---|
GemLIMITID |
GemHandler.findLimit(GemVID vid,
int limitID)
This gets a specific GEM limitID
|
void |
GemHandler.setAllLimitToUndefined(GemVID vid)
This will set all limits for a specific VID to undefined.
|
void |
GemHandler.setLimitToUndefined(GemVID vid,
int limitID)
This will set a limit to undefined.
|
void |
GemLIMITID.setVID(GemVID newValue)
Sets the VID that this limit is associated with.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.