User Tools

Site Tools


mycnc:triggers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
mycnc:triggers [2018/10/15 15:30] pupalaisermycnc:triggers [2018/10/15 15:30] pupalaiser
Line 3: Line 3:
 Frequently, most sensors do not require constant monitoring during continuous program operation, for example, at idle transitions or at the time of stopping or inactivity of equipment. But the tasks at certain points of the equipment operation, which require quick reaction on the selected sensor. In such cases, the fastest method of processing will be to enable the trigger and assign it to the required controller input with enabling automatic tracking of the change in the state of the signal level at the selected input, and when the state changes in the right direction (from "0" to "1" or " 1 "in" 0 ") to perform the necessary actions. Frequently, most sensors do not require constant monitoring during continuous program operation, for example, at idle transitions or at the time of stopping or inactivity of equipment. But the tasks at certain points of the equipment operation, which require quick reaction on the selected sensor. In such cases, the fastest method of processing will be to enable the trigger and assign it to the required controller input with enabling automatic tracking of the change in the state of the signal level at the selected input, and when the state changes in the right direction (from "0" to "1" or " 1 "in" 0 ") to perform the necessary actions.
 The trigger as a function is faster than the usual input processing inside the plc procedure. The trigger as a function is faster than the usual input processing inside the plc procedure.
-A striking example of the work of the trigger is the work of the sensor "arc response" on plasma cutting. The state of this sensor requires constant processing only during the operation of the plasma source, in the cutting process. When the plasma source is turned off (i.e., at idle transitions or in the process of waiting), tracking of the sensor is not required. Therefore, the response of the sensor during the waiting time should be ignored, but during the cutting process, the response to the sensor should be as fast as possible. +A striking example of the work of the trigger is the work of the sensor "arc response" on plasma cutting. The state of this sensor requires constant processing only during the operation of the plasma source, in the cutting process. When the plasma source is turned off (i.e., at idle transitions or in the process of waiting), tracking of the sensor is not required. Therefore, the response of the sensor during the waiting time should be ignored, but during the cutting process, the response to the sensor should be as fast as possible.Therefore, this sensor is most convenient to handle using a trigger. 
-  * Therefore, this sensor is most convenient to handle using a trigger.+
 myCNC software supports up to 4 Triggers. myCNC software supports up to 4 Triggers.
   * It's possible to configure **Input Number** and **Edge Type** (Rising or Falling) to activate the Trigger.   * It's possible to configure **Input Number** and **Edge Type** (Rising or Falling) to activate the Trigger.
mycnc/triggers.txt · Last modified: 2022/03/07 16:09 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki