Category: QtPyVCP
Yes, all this will work on a parallel port.
something like this:
loadrt siggen
addf siggen.0.update servo-thread
setp siggen.0.frequency .1 # 10 second period)
loadrt oneshot
addf oneshot.0 servo-thread
setp oneshot.0.width 2 # 2 second on time
loadrt not
addf not.0 servo-thread
net cool-trigger siggen.0.clock oneshot.0.in
net coolant-out oneshot.0.out [some_parallel_port_pin]
net coolant-on not.0.in
net gate-coolant not.0.out oneshot.0.reset siggen.0.reset # when coolant is off, reset both siggen and oneshot