summaryrefslogtreecommitdiff
path: root/configs/sim/axis/twopass/postgui.hal
blob: fd9eadbef928afd4fc5b8656932586cced45b672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Example of postgui commands with twopass processing

# Note: the loadrt for the components are done
# in the load_for_postgui.hal before the gui is loaded.

addf vel_xz servo-thread
addf vel_yz servo-thread

net  Xvel => vel_xz.in0
net  Yvel => vel_yz.in0
net  Zvel => vel_xz.in1 vel_yz.in1

net XZvel <= vel_xz.out
net YZvel <= vel_yz.out

show funct ddt*
show funct vel*
show signal *vel