Skip to content

Commit

Permalink
update change log
Browse files Browse the repository at this point in the history
Signed-off-by: David Loffredo <[email protected]>
  • Loading branch information
david-loffredo committed Jun 15, 2018
1 parent 6df2e82 commit e96862c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion annexK.htm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ <H2><A NAME="clause-J-1"></A>K.1 Changes in second edition</H2>

<LI>Change In-process geometry to a product reference so that features and tolerances also be given with the geometry and topology. Deleted the In_process_geometry application object and references from <a href="clause4.htm#ao-machining_workingstep">Machining_workingstep</a>, <a href="clause4.htm#ao-turning_workingstep">Turning_workingstep</a>, and <a href="clause4.htm#ao-workplan">Workplan</a>. Added references from <a href="clause4.htm#ao-executable">Executable</a> to as-is, to-be, and removal <a href="clause4.htm#ao-workpiece">Workpiece</a> objects.</LI>

<LI>Add <a href="#aim-via_arc_point">via_arc_point</a> and <a href="#aim-via_helix_point">via_helix_point</a> to support high-speed milling operations. </LI>
<LI>Add <a href="clause5.htm#aim-via_arc_point">via_arc_point</a> and <a href="clause5.htm#aim-via_helix_point">via_helix_point</a> to support high-speed milling operations. </LI>


<LI>Change the supertype of <a href="clause5.htm#aim-machining_process_executable">machining_process_executable</a> to process_operation, which is also an action_method subtype, to further interoperation with AP242. Local rules WR1 and WR2 on process_operation are currently incompatible with AP238 usage, but this has been noted and is being investigated.</LI>



<LI>Move the Manufacturing_feature application object from
Expand Down
5 changes: 4 additions & 1 deletion clause5.htm
Original file line number Diff line number Diff line change
Expand Up @@ -24693,11 +24693,14 @@ <H5><A NAME="aim-machining_process_executable"></A>5.2.3.1.41 machining_process_

<P>A <B>machining_process_executable</B> is a type of <B>action_method</B> that represents an executable step in a machining process. See the ARM definitions for Executable and subtypes in ISO 14649-10 for more information</P>

<P CLASS="note">
<SPAN>NOTE</SPAN> In the second edition, the supertype of this entity has been changed to process_operation, which is also an action_method subtype, to further interoperation with AP242.</P>

<H6 CLASS="section-underlined">EXPRESS specification:</H6>
<PRE CLASS="code">
*)
ENTITY machining_process_executable
SUBTYPE OF (action_method);
SUBTYPE OF (process_operation);
WHERE
WR1: NOT (0 = SIZEOF (TYPEOF (SELF) *
['MODEL_BASED_INTEGRATED_MANUFACTURING_SCHEMA.MACHINING_FEATURE_PROCESS',
Expand Down

0 comments on commit e96862c

Please sign in to comment.