Modifier and Type | Method and Description |
---|---|
void |
CommunicationsHandler.commDelayTracker(ValueChangedEvent e)
This method tracks changes to "EstablishCommunicationsTimeout" and will start the thread
if the delay is non-zero and the thread is not already running.
|
void |
OnlineHandler.controlStateValueInput(ValueChangedEvent event)
This is the input to this component from the "ControlState" server.
|
void |
OnlineHandler.localRemoteStateValueInput(ValueChangedEvent event)
This is an input that can be used to control the current local/remote substate.
|
void |
OnlineHandler.onlineOfflineStateValueInput(ValueChangedEvent event)
This is an input that can be used to control the current online/offline state.
|
void |
GemSpoolHandler.setEnabled(ValueChangedEvent event)
This is the target of the called back for the EnableSpooling DVNAME.
|
void |
GemALID.trigger(ValueChangedEvent event)
Set the value to the new value if data quality is good.
|
void |
GemCEID.valueChanged(int loc,
ValueChangedEvent e)
Add the "Trigger" input.
|
void |
GemCEID.valueInput(ValueChangedEvent newEvent)
Reset the trigger if the flag is set.
|
void |
GemID.valueInput(ValueChangedEvent newEvent)
overrides Manipulator valueInput so we can only use good quality data.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionConfig.activeConnectionRetryIntervalValueChanged(ValueChangedEvent e)
Sets all device ids to be valid or not.
|
void |
ConnectionConfig.activeT1ValueChanged(ValueChangedEvent e)
Set the active T1 value.
|
void |
ConnectionConfig.activeT2ValueChanged(ValueChangedEvent e)
Set the activeT2 value.
|
void |
ConnectionConfig.activeT3ValueChanged(ValueChangedEvent e)
Set the activeT3 value.
|
void |
ConnectionConfig.activeT4ValueChanged(ValueChangedEvent e)
Set the activeT4 value.
|
void |
ConnectionConfig.activeT5ValueChanged(ValueChangedEvent e)
Set the activeT5 value.
|
void |
ConnectionConfig.activeT6ValueChanged(ValueChangedEvent e)
Set the activeT6 value.
|
void |
ConnectionConfig.activeT7ValueChanged(ValueChangedEvent e)
Set the activeT7 value.
|
void |
ConnectionConfig.activeT8ValueChanged(ValueChangedEvent e)
Set the activeT8 value.
|
void |
ConnectionConfig.allDeviceIdsValidValueChanged(ValueChangedEvent e)
Sets all device ids to be valid or not.
|
void |
ConnectionConfig.allowDuplicateSECSIMessagesValueChanged(ValueChangedEvent e)
Sending a value of "true" to this method allows SECSI message to be
received and processed even though they have the same system bytes as the
previous message.
|
void |
ConnectionConfig.baudRateValueChanged(ValueChangedEvent e)
Set the baud value.
|
void |
ConnectionConfig.deviceIDValueChanged(ValueChangedEvent e)
Set the device value.
|
void |
ConnectionConfig.equipmentHostNameValueChanged(ValueChangedEvent e)
Set the equipmentHostName value.
|
void |
ConnectionConfig.equipmentPortValueChanged(ValueChangedEvent e)
Set the equipmentPort value.
|
void |
LocalMessageReference.errorStatusReceived(ValueChangedEvent newEvent)
Called after sending the message when the result of sending, up to and including seeing
a response, is known.
|
void |
LocalMessageReference.goodStatusReceived(ValueChangedEvent newEvent)
Called after sending the message when the result of sending, up to and including seeing
a response, is known.
|
void |
ConnectionConfig.linkTestIntervalValueChanged(ValueChangedEvent e)
Sets all device ids to be valid or not.
|
void |
MessageBean.messageReceivedEvent(ValueChangedEvent event)
The "MessageReceived" event.
|
void |
ConnectionConfig.passivePortValueChanged(ValueChangedEvent e)
Set the port value.
|
void |
ConnectionConfig.passiveT1ValueChanged(ValueChangedEvent e)
Set the t1 value.
|
void |
ConnectionConfig.passiveT2ValueChanged(ValueChangedEvent e)
Set the t2 value.
|
void |
ConnectionConfig.passiveT3ValueChanged(ValueChangedEvent e)
Set the t3 value.
|
void |
ConnectionConfig.passiveT4ValueChanged(ValueChangedEvent e)
Set the t4 value.
|
void |
ConnectionConfig.passiveT5ValueChanged(ValueChangedEvent e)
Set the t5 value.
|
void |
ConnectionConfig.passiveT6ValueChanged(ValueChangedEvent e)
Set the t6 value.
|
void |
ConnectionConfig.passiveT7ValueChanged(ValueChangedEvent e)
Set the t7 value.
|
void |
ConnectionConfig.passiveT8ValueChanged(ValueChangedEvent e)
Set the t8 value.
|
void |
ConnectionConfig.persistenceValueChanged(ValueChangedEvent e)
Set to true to persist the GEM model
|
void |
LocalMessageReference.responseReceived(ValueChangedEvent newEvent)
Called after sending the message when the result of sending, up to and including seeing
a response, is known.
|
void |
TransSecsController.ResponseWrapper.responseReceived(ValueChangedEvent event) |
void |
VIBMessageBean.sendMessage(ValueChangedEvent newEvent)
This method will send the message.
|
void |
ConnectionConfig.valueChanged(int loc,
ValueChangedEvent e)
This allows for a staticmethodevent to occur.
|
void |
LocalMessageReference.valueChanged(int loc,
ValueChangedEvent e)
Uses the locations hashtable to find a server that matches the need and then
calls valueInput on it.
|
void |
ConnectionConfig.valueInput(ValueChangedEvent newEvent)
This method will reset the TransSecsController default values.
|
void |
FileRead.valueInput(ValueChangedEvent theEvent)
This method is called by beans and other data sources to set the value of this server.
|
void |
LocalHostConfig.valueInput(ValueChangedEvent event)
Connect or disconnect
|
void |
LocalMessageReference.valueInput(ValueChangedEvent newEvent)
Send the message, resolve the notification status and output the result of sending the message.
|
void |
MessageBean.valueInput(ValueChangedEvent newEvent)
Causes the message to be sent.
|
void |
TransSecsController.valueInput(ValueChangedEvent event)
Sets the value for the given VID.
|
void |
VIBMessageBean.WaitForResponse.valueInput(ValueChangedEvent newEvent) |
Modifier and Type | Method and Description |
---|---|
void |
Counter.clear(ValueChangedEvent newEvent)
The value changed method to clear the Counter (resets to minimum or maximum).
|
void |
DataValve.control(ValueChangedEvent newEvent)
This method will be called when the flow control data source changes.
|
void |
Divide.divisorValueInput(ValueChangedEvent newEvent)
This is the input method for the value that is the divisor.
|
void |
MasterComparer.leftSideValueInput(ValueChangedEvent newEvent)
This is the primary input for the comparison to the second input.
|
void |
MixSecurityManager.refreshInput(ValueChangedEvent e)
Called to refresh the files.
|
void |
MasterComparer.rightSideValueInput(ValueChangedEvent newEvent)
This is the input method for the other value, used as the
second input for the comparison.
|
void |
And.secondBooleanInput(ValueChangedEvent newEvent)
This is the input method for the second input value,
just a pass-through to the secondBooleanInput in the superclass.
|
void |
Or.secondBooleanInput(ValueChangedEvent newEvent)
This is the input method for the second input value,
just a pass-through to the secondBooleanInput in the superclass.
|
void |
Xor.secondBooleanInput(ValueChangedEvent newEvent)
This is the input method for the second input value,
just a pass-through to the secondBooleanInput in the superclass.
|
void |
Add.secondValueInput(ValueChangedEvent newEvent)
This is the input method for the second value.
|
void |
BitwiseAnd.secondValueInput(ValueChangedEvent newEvent)
This is the input method for the second value.
|
void |
BitwiseOr.secondValueInput(ValueChangedEvent newEvent)
This is the input method for the second value.
|
void |
BitwiseXor.secondValueInput(ValueChangedEvent newEvent)
This is the input method for the second value.
|
void |
Multiply.secondValueInput(ValueChangedEvent newEvent)
This is the input method for the second value.
|
void |
TimeDelayTrigger.stop(ValueChangedEvent theEvent)
This method is called by beans and other data sources to set the value of this server.
|
void |
Subtract.subtractionValueInput(ValueChangedEvent newEvent)
This is the input method for the value that is to be subtracted from the main input.
|
void |
CommandExecutor.trigger(ValueChangedEvent event)
Connecting to this inport will cause the command to execute without any additional arguments.
|
void |
Counter.trigger(ValueChangedEvent newEvent)
Increment the current value if it is counting up, or decrement it if it is
counting down.
|
void |
SetValue.trigger(ValueChangedEvent event)
Trigger the send of the value..
|
void |
SoundClipPlayer.trigger(ValueChangedEvent newEvent)
This method will be called when any value is received
|
void |
TimeDelayTrigger.trigger(ValueChangedEvent theEvent)
This method is called by beans and other data sources to set the value of this server.
|
void |
URLReader.trigger(ValueChangedEvent newEvent)
Read the file and send it to the output.
|
void |
UserFileReader.trigger(ValueChangedEvent newEvent)
Read the file and send it to the output.
|
void |
ByteBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
Counter.valueChanged(int methodIndex,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
DataValve.valueChanged(int loc,
ValueChangedEvent e)
This allows the for a StaticMethodEvent to occur.
|
void |
Divide.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
Emailer.valueChanged(int loc,
ValueChangedEvent e)
This is used for StaticMethodListener interface.
|
void |
Manipulator.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
MasterBooleanCalculator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterCalculator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterComparer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterMathConversions.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MixSecurityManager.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
SetValue.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
SoundClipPlayer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
Subtract.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
TimeDelayTrigger.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
URLReader.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
UserFileReader.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
BitSelector.valueInput(ValueChangedEvent vce)
This is called whenever the ValueChangedEvent is triggered.
|
void |
BroadcastServer.valueInput(ValueChangedEvent newEvent)
This is the primary input method that accepts a ValueChangedEvent.
|
void |
ByteBuilder.valueInput(ValueChangedEvent newEvent)
This accepts any value and uses the integral portion as a mask for the output.
|
void |
ByteSplitter.valueInput(ValueChangedEvent e)
This method is called when there is a new numeric input.
|
void |
CommandExecutor.valueInput(ValueChangedEvent event)
Connecting to this inport will cause the command to execute with the value of the event used as
the argument to the command.
|
void |
DataValve.valueInput(ValueChangedEvent newEvent)
This method will be called when the default input data source(s) change value
|
void |
Emailer.valueInput(ValueChangedEvent e)
This is where all events come in.
|
void |
IPAddressServer.valueInput(ValueChangedEvent newEvent)
This is the primary input method that accepts a ValueChangedEvent.
|
void |
Manipulator.valueInput(ValueChangedEvent newEvent)
This method is called by beans and other data sources to set the value of this server.
|
void |
MasterBooleanCalculator.valueInput(ValueChangedEvent newEvent)
This is the primary input method for the main value.
|
void |
MasterCalculator.valueInput(ValueChangedEvent newEvent)
This is the primary input method for the main value.
|
void |
MasterMathConversions.valueInput(ValueChangedEvent newEvent)
This is the input method.
|
void |
PassOnThread.valueInput(ValueChangedEvent e)
The input to this bean.
|
void |
PropertyFilter.valueInput(ValueChangedEvent e)
This will take the string out the the event, and parse it.
|
void |
RateCalculator.valueInput(ValueChangedEvent newEvent)
This method will be called from all the servers sending values.
|
void |
SetValue.valueInput(ValueChangedEvent event)
This method can be exposed and used to send values that are more complex
than strings to the component.
|
void |
TrueFalseManipulator.valueInput(ValueChangedEvent newEvent)
This is the input method.
|
Modifier and Type | Method and Description |
---|---|
void |
IOTArraySplitter.arrayInput(ValueChangedEvent e)
Publish a incoming value object.
|
void |
RollingArrayBuilder.clear(ValueChangedEvent e)
Delete all elements currently in the array cache
|
void |
IOTArrayBuilder.clearInput(ValueChangedEvent newEvent)
Clear the current map of JSON values.
|
void |
ArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
IOTArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
IOTArraySplitter.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
RollingArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ArrayBuilder.valueInput(ValueChangedEvent newEvent)
This accepts any value and uses the integral portion as a mask for the output.
|
void |
ArrayElementFilter.valueInput(ValueChangedEvent e)
This method will be called when a new array is input.
|
void |
ArraySplitter.valueInput(ValueChangedEvent e)
This method will be called when ever a new value is available.
|
void |
ArrayToString.valueInput(ValueChangedEvent e)
This method will be called when ever a new value is available.
|
void |
HistoricalTimebaseBridger.valueInput(ValueChangedEvent newEvent)
This is the primary input method that accepts a ValueChangedEvent.
|
void |
IOTArrayBuilder.valueInput(ValueChangedEvent newEvent)
This accepts any value and uses the integral portion as a mask for the output.
|
void |
IOTArraySplitter.valueInput(ValueChangedEvent event)
Update the outputs from the event.
|
void |
RollingArrayBuilder.valueInput(ValueChangedEvent newEvent)
This is the primary input method that accepts a ValueChangedEvent.
|
void |
StatisticalTimeCategorizer.valueInput(ValueChangedEvent newEvent)
This is the primary input method that accepts a ValueChangedEvent.
|
void |
StringToArray.valueInput(ValueChangedEvent e)
This method will create an array value object from a comma delimited
string.
|
Modifier and Type | Method and Description |
---|---|
void |
DateCreator.day(ValueChangedEvent newEvent)
This is used to set the day of month.
|
void |
DateCreator.hour(ValueChangedEvent newEvent)
This is used to set the hour of the day.
|
void |
DateCreator.minute(ValueChangedEvent newEvent)
This is used to set the minute of the hour.
|
void |
DateCreator.month(ValueChangedEvent newEvent)
This is used to set the month.
|
void |
DateCreator.seconds(ValueChangedEvent newEvent)
This is used to set the seconds of the minute.
|
void |
DateCreator.trigger(ValueChangedEvent newEvent)
When this manipulator receives a "trigger" input (valueChangedEvent on this port)
the new GenericValueObject will be created with the date composed from the inputs.
|
void |
DateCreator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
DateInfo.valueInput(ValueChangedEvent e)
This will receive dates and calculate whats to send out.
|
void |
DateCreator.year(ValueChangedEvent newEvent)
This is used to set the year.
|
Modifier and Type | Method and Description |
---|---|
void |
SPC.valueInput(ValueChangedEvent newEvent)
This method will be called when a primary (input) data source's value changes.
|
Modifier and Type | Method and Description |
---|---|
void |
CombineStrings.appendString(ValueChangedEvent newEvent)
This method will be called to set the appended string.
|
void |
CombineStrings.prependString(ValueChangedEvent newEvent)
This method will be called to set the pre-pended string.
|
void |
CombineStrings.valueChanged(int loc,
ValueChangedEvent e)
This allows the for a staticmethodevent to occur.
|
void |
CodeToString.valueInput(ValueChangedEvent e) |
void |
StringBuilder.valueInput(ValueChangedEvent e)
This method will be called when ever a new value is available.
|
void |
StringLength.valueInput(ValueChangedEvent event) |
void |
StringSplitter.valueInput(ValueChangedEvent e)
This method will be called whenever a new ValueObject is received.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialPortDevice.asyncValueInput(ValueChangedEvent newEvent)
This is the trigger routine.
|
void |
SerialPortDevice.valueInput(ValueChangedEvent newEvent)
This is the trigger routine.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.Writable.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
DataSource.Writable.valueInput(ValueChangedEvent newEvent)
This method is called by beans and other data sources to set the value of this server.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlLogixEthernetDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ControlLogixEthernetDirectDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
LogixEthernetDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
Modifier and Type | Method and Description |
---|---|
void |
ModbusPresetSingleRegisterServer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
ModbusRTUDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusRTUOverBlueToothDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusRTUOverTCPDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusTCPDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusArray.valueInput(ValueChangedEvent newEvent)
This method assumes that it receives an array value object.
|
Modifier and Type | Method and Description |
---|---|
void |
ModbusSlaveBase.valueInput(ValueChangedEvent newEvent)
The trigger input.
|
Modifier and Type | Method and Description |
---|---|
void |
PLCArray.triggerValueChanged(ValueChangedEvent event)
This allows a server without a timebase to be triggered for a read
|
void |
PLCServer.triggerValueChanged(ValueChangedEvent event)
This allows a server without a timebase to be triggered for a read
|
void |
PLCArray.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
PLCServer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
PLCArray.valueInput(ValueChangedEvent newEvent)
This method assumes that it receives an array value object.
|
Modifier and Type | Method and Description |
---|---|
void |
CP243SlaveDeviceServer.currentKeyInput(ValueChangedEvent e)
Changes the value of the key that is currently being sent to the selected output data source.
|
void |
CP243SlaveDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
CP243SlaveDeviceServer.valueInput(ValueChangedEvent newEvent)
This method accepts data that is to be sent to the PLC.
|
Modifier and Type | Method and Description |
---|---|
void |
RaspiSPIManipulator.trigger(ValueChangedEvent newEvent) |
void |
PWMManipulator.valueInput(ValueChangedEvent newEvent) |
void |
RaspiI2CManipulator.valueInput(ValueChangedEvent newEvent) |
void |
RaspiPinManipulator.valueInput(ValueChangedEvent newEvent) |
void |
RaspiPwmManipulator.valueInput(ValueChangedEvent newEvent) |
void |
RaspiSPIManipulator.valueInput(ValueChangedEvent newEvent) |
Modifier and Type | Method and Description |
---|---|
void |
GemIDConnection.ValueConverter.valueChanged(ValueChangedEvent event) |
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.