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
Is there a way to programatically save an output that is (17262899, Pin 0, False) to mimic OE GUI output?
I guess just not including the HasFlag would be similar
The text was updated successfully, but these errors were encountered:
as @cjsha pointed out, you can just write them to a CsvWriter directly from the DigitalInput node like in our example here, but only select "Clock, DigitalInputs" using the CsvWriter's Selector property. Then you do the filtering offline. It depends on what you are trying to achieve.
proto workflow.
digital-in-timestamping.zip
Is there a way to programatically save an output that is (17262899, Pin 0, False) to mimic OE GUI output?
I guess just not including the HasFlag would be similar
The text was updated successfully, but these errors were encountered: