
public class SimuCarouselClampFilterPresenceSensor extends SimuCanOpenSensor14bits implements AutochangerTruckPositionListener
agentStateService, autochanger, clamp, sadc, numOfAnalogInputname, value| Constructor and Description |
|---|
SimuCarouselClampFilterPresenceSensor(CanCBXAI814 adc,
int numOfAnalogInput)
Create a new simulated filter presence sensor for the Carousel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onTruckPositionChange(int newPos)
We observe SimuAutochangerPlutoGateway.
|
void |
simulateFilterIsInError()
Simulates the sensor is in error.
|
void |
simulateFilterIsLockable()
Simulates the filter is seen by the sensor.
|
void |
simulateFilterIsNotLockable()
Simulates the filter is seen by the sensor but is not Lockable.
|
void |
simulateNoFilter()
Simulates no filter is seen by the sensor.
|
void |
start() |
isAtStandbygetDeviceName, getNumOfAnalogInput, readNewValue, toString, updateValuegetName, getValue, printValue, updateValuepublic SimuCarouselClampFilterPresenceSensor(CanCBXAI814 adc, int numOfAnalogInput)
adc - numOfAnalogInput - public void start()
start in interface org.lsst.ccs.framework.HasLifecyclepublic void onTruckPositionChange(int newPos)
onTruckPositionChange in interface AutochangerTruckPositionListenernewPos - the new trucks position@Command(type=QUERY,
level=1)
public void simulateFilterIsLockable()
@Command(type=QUERY,
level=1)
public void simulateFilterIsNotLockable()
@Command(type=QUERY,
level=1)
public void simulateNoFilter()
@Command(type=QUERY,
level=1)
public void simulateFilterIsInError()
Copyright © 2018 LSST. All rights reserved.