ENTITY machine_parameters

(* SCHEMA ap238_arm_schema; *)

ENTITY machine_parameters;	-- ADDED BY 10303-238
  feedrate:		OPTIONAL speed_measure;
  spindle_speed:	OPTIONAL rot_speed_measure;
  spindle_power:	OPTIONAL value_with_unit;
  spindle_torque:	OPTIONAL value_with_unit;
  number_of_control_axis:	OPTIONAL INTEGER;
  number_of_simultaneous_axis:	OPTIONAL INTEGER;
  positioning_accuracy:	OPTIONAL length_measure;

  table_indexing:	OPTIONAL BOOLEAN;
  table_length:		OPTIONAL length_measure;
  table_width:		OPTIONAL length_measure;

  axis_travel: 		SET [0:?] OF machine_axis_travel;
  work_volume_length:	OPTIONAL length_measure;
  work_volume_width:	OPTIONAL length_measure;
  work_volume_height:	OPTIONAL length_measure;

WHERE
    WR1: (0 = SIZEOF(axis_travel)) OR
 	 ((NOT EXISTS (work_volume_length)) AND
 	  (NOT EXISTS (work_volume_width)) AND
 	  (NOT EXISTS (work_volume_length)));
END_ENTITY;

Explicit Attributes

Entity machine_parameters has the following local and inherited explicit attributes:
AttributeTypeDefined By
 feedratespeed_measure (ENTITY)machine_parameters
 spindle_speedrot_speed_measure (ENTITY)machine_parameters
 spindle_powervalue_with_unit (ENTITY)machine_parameters
 spindle_torquevalue_with_unit (ENTITY)machine_parameters
 number_of_control_axisINTEGERmachine_parameters
 number_of_simultaneous_axisINTEGERmachine_parameters
 positioning_accuracylength_measure (ENTITY)machine_parameters
 table_indexingBOOLEANmachine_parameters
 table_lengthlength_measure (ENTITY)machine_parameters
 table_widthlength_measure (ENTITY)machine_parameters
 axis_travelSET OF machine_axis_travel (ENTITY)machine_parameters
 work_volume_lengthlength_measure (ENTITY)machine_parameters
 work_volume_widthlength_measure (ENTITY)machine_parameters
 work_volume_heightlength_measure (ENTITY)machine_parameters

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity machine_parameters and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 workplan ENTITY machine_parameters


[Top Level Definitions]

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