Description
This is the component provided by the elevators controller block.
Component name: lift
.
This is the component provided by the elevators controller block.
Component name: lift
.
callFloor()
Calls the Lift to the specified Floor.
callYValue():number
Calls the Lift to the specified Y level.
callXValue(xValue:number):none
Calls the Lift to the specified X location.
callZValue(zValue:number):none
Calls the Lift to the specified Z location.
setFloor(floor:number):none
Sets the floor assosiated to the Controller.
getYValue():number
returns the current Y value of the lift.
getXValue():number
returns the current X value of the lift.
getZValue():number
returns the current Z value of the lift.
getFloor(brighness:number):number
returns the Floor assigned to the Controller.
getFloorYValue(floor:number):number
returns the y value of the specified floor.
isReady():boolean
returns if the elevator is not currently called to a floor.