On May 18 2013 1:03 PM, Chris Morley wrote:
>> From: mai...@mah.priv.at
>> Date: Sat, 18 May 2013 07:15:59 +0200
>> To: emc-developers@lists.sourceforge.net
>> Subject: Re: [Emc-developers] Wear Offsets (was lathe-style tool 
>> patch)
>>
>>
>
>> the following operations would become toolstore API calls  (among 
>> others) *):
>>
>> - activating an offset(o) for tool(t) : this becomes an insert 
>> operation on table tooloffsets(t,o)
>> - deactivating an offset(o) of tool(t): becomes a delete operation 
>> on tooloffsets(t,o)
>> - changing an offset(o) whether active or not: becomes an update 
>> operation on table offsets where offsetid == o
>> - retrieving the current offset becomes a select on the 
>> abovementioned view
>>
>> Note that database object (tables, rows, views) do not cross the API 
>> - those are internal to the toolstore, which means the interpreter, 
>> gui, motion etc remain agnostic wrt the storage mechanism
>>
>
> We do have to keep in mind that geometry offsets and wear offsets are
> two separate things
> so removing and adding wear offsets is possible aside from geometry 
> offsets.
> Hopefully we could allow this even while the machine was paused.

that brings up an interesting point.  What are the parameters and 
meaning of wear that is outside of the simple geometrical changes?

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to