diff options
author | Chris Morley <chrisinnanaimo@hotmail.com> | 2014-05-27 06:39:56 -0700 |
---|---|---|
committer | Chris Morley <chrisinnanaimo@hotmail.com> | 2014-05-27 06:39:56 -0700 |
commit | ebaae4d51f66e98e55d8b90aeddae776b704dd3e (patch) | |
tree | fea4bf25c6e46e27b2bd809ee876f30a9d892120 | |
parent | f9586acf6379793c12b04f5744bb0ccc1b5ad555 (diff) | |
download | linuxcnc-ebaae4d51f66e98e55d8b90aeddae776b704dd3e.tar.gz linuxcnc-ebaae4d51f66e98e55d8b90aeddae776b704dd3e.zip |
manpages -update classicladder
add hide_gui pin description
-rw-r--r-- | docs/man/man9/classicladder.9 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/man9/classicladder.9 b/docs/man/man9/classicladder.9 index 199c08f50..3a1b233ab 100644 --- a/docs/man/man9/classicladder.9 +++ b/docs/man/man9/classicladder.9 @@ -45,6 +45,13 @@ These are truncated to S32 values internally. eg 7.5 will be 7 \fBclassicladder.0.floatout-\fINN\fB\fR OUT float Float output from classicladder These float signal pins map to \fB%QF\fINN\fR variables in classicladder + +.TP +\fBclassicladder.0.hide_gui IN bit +This bit pin hides the classicladder window, while still having the userspace code +run. This is usually desirable when modbus is used, as modbus requires the userspace +code to run. + .SH PARAMETERS .TP |