Navigation

applied_load_dynamic_velocity

EXPRESS specification:

ENTITY applied_load_dynamic_velocity
SUBTYPE OF ( applied_load_dynamic);
preset_velocity_vx  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vy  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vz  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vrx  :  OPTIONAL rotational_velocity_measure_with_unit;
preset_velocity_vry  :  OPTIONAL rotational_velocity_measure_with_unit;
preset_velocity_vrz  :  OPTIONAL rotational_velocity_measure_with_unit;
WHERE
WRA12  :  EXISTS (preset_velocity_vx) OR EXISTS (preset_velocity_vy) OR EXISTS (preset_velocity_vz) OR EXISTS (preset_velocity_vrx) OR EXISTS (preset_velocity_vry) OR EXISTS (preset_velocity_vrz);
END_ENTITY;

References (1):

Name Type Referred through Express-G
applied_load_dynamic Entity
Subtype
No Diagram

Inheritance graph

ENTITY applied_load_dynamic_velocity;
ENTITY applied_load;
applied_load_name  :  label;
ENTITY applied_load_dynamic;
initial_value  :  OPTIONAL applied_load_static;
final_value  :  OPTIONAL applied_load_static;
maximum_value  :  OPTIONAL applied_load_static;
minimum_value  :  OPTIONAL applied_load_static;
number_of_cycles  :  OPTIONAL count_measure;
load_duration  :  OPTIONAL time_measure_with_unit;
load_frequency  :  OPTIONAL frequency_measure_with_unit;
ENTITY applied_load_dynamic_velocity;
preset_velocity_vx  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vy  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vz  :  OPTIONAL linear_velocity_measure_with_unit;
preset_velocity_vrx  :  OPTIONAL rotational_velocity_measure_with_unit;
preset_velocity_vry  :  OPTIONAL rotational_velocity_measure_with_unit;
preset_velocity_vrz  :  OPTIONAL rotational_velocity_measure_with_unit;
END_ENTITY;