AXY:Note in case of spontaneous disable of drive/axis

From SoftMC-Wiki
Jump to: navigation, search


This is implemented from version 4.5.19 and later

The check which detects entering into following mode.

Following state table shall illustrate it:

Attach Motion Reaction on spontaneous disable of drive
Yes Yes Fire 3115 asynchronous exception
Yes No Fire 3115 note
No No Do nothing
  • Being ACTIVE without being in use, is not a reason to fire a note.This would massively blow up the note-history.
  • If axes are belonging to a group and this group is attached. Exception will be sent from the group only (the axes exceptions will be suppressed). This is the same functionality as it is today, made to prevent message avalanches.

Element is ACTIVE iff

  1. It is an axis
  2. It is a group which is currently being attached (explicitly by "attach" command or implicitly by executing motion command from the monitor.)

--Mirko 10:41, 15 November 2010 (CET)