Pulse button's for each method on all types of execute DAT's

Hello! Would it be possible to add pulse buttons for each method on all execute DAT’s? The Execute DAT itself already has this. Would be great to see this on the other execute DAT’s.

1 Like

Hi @daniel_steenhoff,

thank you for the suggestion.
The callbacks in the Execute DATs that use operator references depend on data being passed into the callback functions. For example a DAT Execute DAT can receive arguments that contain a simulated DAT with previous values as well as a Info object with information on the changes that have occurred in the DAT. These things only become available when the trigger is actually occurring making it unsuitable for a manual Pulse button.

cheers
Markus

Ah yes that makes sense, thanks for the explanation!