1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <WorkflowBuilder Version =" 2.8.5"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xmlns : rx =" clr-namespace:Bonsai.Reactive;assembly=Bonsai.Core"
5+ xmlns : harp =" clr-namespace:Bonsai.Harp;assembly=Bonsai.Harp"
6+ xmlns : p1 =" clr-namespace:Harp.Hobgoblin;assembly=Harp.Hobgoblin"
7+ xmlns =" https://bonsai-rx.org/2018/workflow" >
8+ <Workflow >
9+ <Nodes >
10+ <Expression xsi : type =" rx:BehaviorSubject" TypeArguments =" harp:HarpMessage" >
11+ <rx : Name >Hobgoblin Commands</rx : Name >
12+ </Expression >
13+ <Expression xsi : type =" Combinator" >
14+ <Combinator xsi : type =" p1:Device" >
15+ <harp : OperationMode >Active</harp : OperationMode >
16+ <harp : OperationLed >On</harp : OperationLed >
17+ <harp : DumpRegisters >true</harp : DumpRegisters >
18+ <harp : VisualIndicators >On</harp : VisualIndicators >
19+ <harp : Heartbeat >Disabled</harp : Heartbeat >
20+ <harp : IgnoreErrors >false</harp : IgnoreErrors >
21+ <harp : PortName >COM7</harp : PortName >
22+ </Combinator >
23+ </Expression >
24+ <Expression xsi : type =" Combinator" >
25+ <Combinator xsi : type =" p1:DeviceDataWriter" >
26+ <p1 : Path >data</p1 : Path >
27+ <p1 : Buffered >true</p1 : Buffered >
28+ <p1 : Overwrite >false</p1 : Overwrite >
29+ <p1 : FilterType >Include</p1 : FilterType >
30+ <p1 : MessageType xsi : nil =" true" />
31+ </Combinator >
32+ </Expression >
33+ <Expression xsi : type =" rx:PublishSubject" >
34+ <Name >Hobgoblin Events</Name >
35+ </Expression >
36+ </Nodes >
37+ <Edges >
38+ <Edge From =" 0" To =" 1" Label =" Source1" />
39+ <Edge From =" 1" To =" 2" Label =" Source1" />
40+ <Edge From =" 2" To =" 3" Label =" Source1" />
41+ </Edges >
42+ </Workflow >
43+ </WorkflowBuilder >
0 commit comments