Feed Rate Override

class pytm4srv.models.FeedRateOverride

Represents one recording of a feed rate override for a single machine.

id: Mapped[IntPK]

Unique, numeric ID for the recorded value.

machine_id: Mapped[int]

ID of the machine this feed rate was recorded from.

speed_type: Mapped[str]

The type of speed recorded.

Value

Meaning

F

Feed rate override

R

Rapid override

timestamp: Mapped[datetime]

When this value was recorded.

value: Mapped[int]

The recorded value.

Stored as an integral percentage, for example: 100 for 100%.