You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-n, --name-prefix arg shared memory name prefix (default: modbus_)
36
-
--force Force the use of the shared memory even if it already exists. Do not use this option per default! It should only be used if the shared memory of an improperly terminated instance continues to exist as an orphan
37
-
and is no longer used.
38
-
-s, --separate arg Use a separate shared memory for requests with the specified client id. The client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO). You can specify multiple client ids by
39
-
separating them with ','. Use --separate-all to generate separate shared memories for all possible client ids.
40
-
--separate-all like --separate, but for all client ids (creates 1028 shared memory files! check/set 'ulimit -n' before using this option.)
40
+
--force Force the use of the shared memory even if it already exists.
41
+
Do not use this option per default!
42
+
It should only be used if the shared memory of an improperly terminated instance continues
43
+
to exist as an orphan and is no longer used.
44
+
-s, --separate arg Use a separate shared memory for requests with the specified client id.
45
+
The client id (as hex value) is appended to the shared memory prefix (e.g. modbus_fc_DO).
46
+
You can specify multiple client ids by separating them with ','.
47
+
Use --separate-all to generate separate shared memories for all possible client ids.
48
+
--separate-all like --separate, but for all client ids (creates 1028 shared memory files!
49
+
check/set 'ulimit -n' before using this option.)
41
50
--semaphore arg protect the shared memory with a named semaphore against simultaneous access
42
-
--semaphore-force Force the use of the semaphore even if it already exists. Do not use this option per default! It should only be used if the semaphore of an improperly terminated instance continues to exist as an orphan and is
43
-
no longer used.
51
+
--semaphore-force Force the use of the semaphore even if it already exists.
52
+
Do not use this option per default!
53
+
It should only be used if the semaphore of an improperly terminated instance continues
54
+
to exist as an orphan and is no longer used.
44
55
-b, --permissions arg permission bits that are applied when creating a shared memory. (default: 0640)
--ao-registers arg number of analog output registers (default: 65536)
50
61
--ai-registers arg number of analog input registers (default: 65536)
51
62
-m, --monitor output all incoming and outgoing packets to stdout
52
-
--byte-timeout arg timeout interval in seconds between two consecutive bytes of the same message. In most cases it is sufficient to set the response timeout. Fractional values are possible.
53
-
--response-timeout arg set the timeout interval in seconds used to wait for a response. When a byte timeout is set, if the elapsed time for the first byte of response is longer than the given timeout, a timeout is detected. When
54
-
byte timeout is disabled, the full confirmation response must be received before expiration of the response timeout. Fractional values are possible.
63
+
--byte-timeout arg timeout interval in seconds between two consecutive bytes of the same message.
64
+
In most cases it is sufficient to set the response timeout.
65
+
Fractional values are possible.
66
+
--response-timeout arg set the timeout interval in seconds used to wait for a response.
67
+
When a byte timeout is set, if the elapsed time for the first byte of response is
68
+
longer than the given timeout, a timeout is detected.
69
+
When byte timeout is disabled, the full confirmation response must be received
0 commit comments