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:AllenNeuralDynamics.LicketySplit;assembly=AllenNeuralDynamics.LicketySplit"
7+ xmlns =" https://bonsai-rx.org/2018/workflow" >
8+ <Workflow >
9+ <Nodes >
10+ <Expression xsi : type =" rx:BehaviorSubject" TypeArguments =" harp:HarpMessage" >
11+ <rx : Name >HarpLickometerCommands</rx : Name >
12+ </Expression >
13+ <Expression xsi : type =" ExternalizedMapping" >
14+ <Property Name =" PortName" />
15+ </Expression >
16+ <Expression xsi : type =" Combinator" >
17+ <Combinator xsi : type =" p1:Device" >
18+ <harp : OperationMode >Active</harp : OperationMode >
19+ <harp : OperationLed >Off</harp : OperationLed >
20+ <harp : DumpRegisters >true</harp : DumpRegisters >
21+ <harp : VisualIndicators >Off</harp : VisualIndicators >
22+ <harp : Heartbeat >Enabled</harp : Heartbeat >
23+ <harp : IgnoreErrors >false</harp : IgnoreErrors >
24+ <harp : PortName >COMx</harp : PortName >
25+ </Combinator >
26+ </Expression >
27+ <Expression xsi : type =" rx:PublishSubject" >
28+ <Name >HarpLickometerEvents</Name >
29+ </Expression >
30+ <Expression xsi : type =" ExternalizedMapping" >
31+ <Property Name =" Name" DisplayName =" TriggerHarpReadDumpSubjectName" />
32+ </Expression >
33+ <Expression xsi : type =" SubscribeSubject" >
34+ <Name >TriggerHarpReadDump</Name >
35+ </Expression >
36+ <Expression xsi : type =" harp:CreateMessage" >
37+ <harp : MessageType >Write</harp : MessageType >
38+ <harp : Payload xsi : type =" harp:CreateOperationControlPayload" >
39+ <harp : OperationMode >Active</harp : OperationMode >
40+ <harp : DumpRegisters >true</harp : DumpRegisters >
41+ <harp : MuteReplies >false</harp : MuteReplies >
42+ <harp : VisualIndicators >Off</harp : VisualIndicators >
43+ <harp : OperationLed >Off</harp : OperationLed >
44+ <harp : Heartbeat >Enabled</harp : Heartbeat >
45+ </harp : Payload >
46+ </Expression >
47+ <Expression xsi : type =" MulticastSubject" >
48+ <Name >HarpLickometerCommands</Name >
49+ </Expression >
50+ </Nodes >
51+ <Edges >
52+ <Edge From =" 0" To =" 2" Label =" Source1" />
53+ <Edge From =" 1" To =" 2" Label =" Source2" />
54+ <Edge From =" 2" To =" 3" Label =" Source1" />
55+ <Edge From =" 4" To =" 5" Label =" Source1" />
56+ <Edge From =" 5" To =" 6" Label =" Source1" />
57+ <Edge From =" 6" To =" 7" Label =" Source1" />
58+ </Edges >
59+ </Workflow >
60+ </WorkflowBuilder >
0 commit comments