@@ -31,14 +31,14 @@ component vfs11_vfd, named spindle-vfd
3131
3232== Command Line Options
3333
34- 'vfs11_vfd' is mostly configured through inifile options. The command
34+ 'vfs11_vfd' is mostly configured through INI file options. The command
3535line options are:
3636
3737* '-n or --name <halname>' : set the HAL component name
38- * '-I or --ini <inifilename>' : take configuration from this ini file.
38+ * '-I or --ini <inifilename>' : take configuration from this INI file.
3939 Defaults to environment variable INI_FILE_NAME.
4040* '-S or --section <section name>' : take configuration from this
41- section in the ini file. Defaults to 'VFS11'.
41+ section in the INI file. Defaults to 'VFS11'.
4242* '-d or --debug' enable debug messages on console output.
4343* '-m or --modbus-debug' enable modbus messages on console output
4444* '-r or --report-device' report device properties on console at startup
@@ -81,7 +81,7 @@ option.
8181 put the VFD into emergency-stopped status. No operation possible until
8282 cleared with err-reset or powercycling.
8383* '<n>.frequency-command' (float, out)
84- current target frequency in HZ as set through speed-command (which is
84+ current target frequency in Hz as set through speed-command (which is
8585 in RPM), from the VFD
8686* '<n>.frequency-out' (float, out)
8787 current output frequency of the VFD
@@ -222,7 +222,7 @@ TARGET=1
222222# for RECONNECT_DELAY seconds
223223RECONNECT_DELAY=1
224224
225- # misc flags
225+ # misc. parameters
226226DEBUG=10
227227MODBUS_DEBUG=0
228228POLLCYCLES=10
@@ -338,7 +338,7 @@ The Ubuntu +libmodbus5+ and +libmodbus-dev+ packages are
338338only available starting from Ubuntu 12 ('Precise Pengolin'). Moreover,
339339these packages lack support for the MODBUS_RTS_MODE_*
340340flags. Therefore, building vfs11_vfd using this library might generate
341- a warning if RTS_MODE= is specified in the ini file.
341+ a warning if RTS_MODE= is specified in the INI file.
342342
343343To use the full functionality on lucid and precise:
344344
@@ -348,7 +348,7 @@ To use the full functionality on lucid and precise:
348348 https://github.com/stephane/libmodbus/blob/master/README.rst[here].
349349
350350Libmodbus does not build on Ubuntu Hardy, hence vfs11_vfd is not
351- available on hardy .
351+ available on Hardy .
352352
353353// Michael Haberler; loosely based on gs2_vfd by Steve Padnos and John Thornton.
354354
0 commit comments