Learn R Programming

mtconnectR (version 1.2.1)

calculated_feed_from_position: Calculate feed rate from the path position data items

Description

Returns a data.frame which contains the calculated feed rates and the corresponding time stamps

Usage

calculated_feed_from_position(mtc_device, pattern = "PATH_POSITION")

Arguments

mtc_device

is the MTCDevice object

pattern

is the pattern of the path postion data items in the device object

Examples

Run this code
# NOT RUN {
data("example_mtc_device_3")
calculated_feed_from_postion = calculated_feed_from_position(example_mtc_device_3)
# }

Run the code above in your browser using DataLab