ENTITY turning_technology

(* SCHEMA ap238_arm_schema; *)

(* ***** Turning technology *********************************************** *)
ENTITY turning_technology
SUBTYPE OF (technology);
spindle_speed : speed_select;
feed_per_revolution : OPTIONAL feed_per_rev_type;
sync_spindle_and_z_feed : BOOLEAN;
inhibit_feedrate_override : BOOLEAN;
inhibit_spindle_override : BOOLEAN;
its_adaptive_control : OPTIONAL adaptive_control;
WHERE
WR1: (EXISTS(SELF.feedrate) AND NOT EXISTS(SELF.feed_per_revolution)) OR (NOT EXISTS(SELF.feedrate) AND EXISTS(SELF.feed_per_revolution));
END_ENTITY;

Explicit Attributes

Entity turning_technology has the following local and inherited explicit attributes:
AttributeTypeDefined By
 feedratespeed_measure (ENTITY)technology
 feedrate_referencetool_reference_point (ENUM)technology
 spindle_speedspeed_select (SELECT)turning_technology
 feed_per_revolutionfeed_per_rev_type (REAL)turning_technology
 sync_spindle_and_z_feedBOOLEANturning_technology
 inhibit_feedrate_overrideBOOLEANturning_technology
 inhibit_spindle_overrideBOOLEANturning_technology
 its_adaptive_controladaptive_control (ENTITY)turning_technology

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity turning_technology inherits from the following supertypes:
  technology

Subtypes

    No subtypes

Referenced By

Entity turning_technology and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 cutting_component ENTITY technology
 cutting_edge_properties ENTITY technology
 machining_operation ENTITY technology
 toolpath ENTITY technology


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00