You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value for the "Stimulus Pulse" input on the "Digital Read Pulse Width" VI is 'None' but the documentation says that it is "Active High". This breaks the Ultrasonic Read.vi since it relies on the default values for both the Incoming Pulse and Stimulus Pulse.
However, I feel like the default for the Stimulus Pulse should be 'None' since "reading a pulse width" inherently requires no stimulus pulse (effectively a wrapper for pulseIn()). The stimulus pulse is an augmentation of the basic functionality. This then would require the Ultrasonic Read.vi to use constants for these inputs.
The text was updated successfully, but these errors were encountered:
The default value for the "Stimulus Pulse" input on the "Digital Read Pulse Width" VI is 'None' but the documentation says that it is "Active High". This breaks the Ultrasonic Read.vi since it relies on the default values for both the Incoming Pulse and Stimulus Pulse.
However, I feel like the default for the Stimulus Pulse should be 'None' since "reading a pulse width" inherently requires no stimulus pulse (effectively a wrapper for pulseIn()). The stimulus pulse is an augmentation of the basic functionality. This then would require the Ultrasonic Read.vi to use constants for these inputs.
The text was updated successfully, but these errors were encountered: