The SENSORDETECTEDPOINT function returns the values for location, velocity, and acceleration in the objective area detected by the Laser sensor entity. When the detection status is off, it returns a value of 0.
Format
Arguments definition
Sensor entity |
The name or argument number of the sensor entity |
Component |
The components subject to the returned output such as displacement, velocity or acceleration • One component can be inserted in line with 12 numbered outputs for the detection location 1:DM, 2:DX, 3:DY, 4:DZ, 5:VM, 6:VX, 7:VY, 8:VZ, 9:ACCM, 10:ACCX, 11:ACCY, 12:ACCZ |
RMarker |
The name or argument number of the standard marker for the direction to be measured |
Available Sensors
Product |
Sensor |
Return Value |
Professional |
Laser |
The states of point that are detected by the sensor. |
Example
SENSORDETECTEDPOINT(Sensor1, 1, Body1.Marker1)
SENSORDETECTEDPOINT(1,1,2) <Argument: (1) Sensor1 (2) Body1.Marker1 >