Important update!
- NetIO got massive stability and speed improvements, as well as a watchdog. (Requires RevPiPyLoad from 0.8.5).
- The Cycletools
Cycletools
now have the.last.last
flag, which ifTrueTrue
indicates the last cycle before the end of the program. By querying that value, clean-up work can be done in the cycle function. - Less resource consumption with autorefresh
autorefresh
and query bit IO values. - Parameter direct_output
direct_output
has been renamed toshared_procimgshared_procimg
. Old name can still be used, but triggers a “DeprecationWarning”. - Improved synchronization of the loops when leaving the program (.exit
.exit
/.cleanup.cleanup
). - For MEM type IOs, the value now returns the configured value from piCtory (raw value).