calculated_feed_from_position: Calculate feed rate from the path position data items

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
data("example_mtc_device_3")
calculated_feed_from_postion = calculated_feed_from_position(example_mtc_device_3)

mtconnectR documentation built on May 1, 2019, 10:38 p.m.