Allows writing, based on dataType, data into the specified parameter.
•SOE_WIDN nws idn data [-P] [-T v]
•SOE_WIDN 1 49 2200: Writing a data whose format is requested from the device before giving the write command
•SOE_WIDN 1 142 "X-axis" -T-9: Writing a string soe
•SOE_WIDN 1 142 -T10 4 0 4 0 31 32 33 24: Writing 8 bytes as OCTET_STRING. Writing a single digit implies that the most significant one is worth 0. That is, 4F 52 A D2 88 0 corresponds to writing 04 00 04 00 31 32 33 24
•SOE_WIDN 2 72 1 2 3 4 -P: Writing a data array (the type is requested from the device) of a PRODUCER parameter
•SOE_WIDN 2 72 1 2 3 4 -P -T-4: Writing a data array of a PRODUCER parameter
Syntax |
SOE_WIDN nws idn data [-P] [-T v] SOE_WIDN 1 49 2200 SOE_WIDN 1 142 "X-axis" -T-9 SOE_WIDN 1 142 -T10 4 0 4 0 31 32 33 24 SOE_WIDN 2 72 1 2 3 4 -P SOE_WIDN 2 72 1 2 3 4 -P -T-4 |
---|---|
nws |
Number of workstations Robox ID |
idn |
Parameter number: •If -P absent S-0-idn •If -P present P-0-idn |
data |
Information to be written. In case of VISIBLE_STRING the data must be given between "". In case of OCTET_STRING the sequence of data (two digits per byte) e.g., to impose the decimal value 79 one must type 4F |
-P |
Specifies that this is PRODUCT SPECIFIC parameter (P-0-xxxx). (optional) |
-T v |
Date type code (dataType) - if omitted the device is asked for the data type of the parameter: (optional) •0 = AUTO (default) •2 = INTEGER 8 •3 = INTEGER 16 •4 = INTEGER 32 •5 = UNSIGNED 8 •6 = UNSIGNED 16 •7 = UNSIGNED 32 •8 = REAL 32 •9 = VISIBLE_STRING •10= OCTET_STRING •17 = REAL 64 •21= INTEGER 64 •27= UNSIGNED 64 •45 = BITARR8 •46 = BITARR16 •47 = BITARR32 •-2 = INTEGER8 ARRAY •-3 = INTEGER16 ARRAY •-4 = INTEGER32 ARRAY •-5 = UNSIGNED8 ARRAY •-6 = UNSIGNED16 ARRAY •-7 = UNSIGNED32 ARRAY •-8 = REAL32 ARRAY •-9 = VISIBLE_STRING soe NOTE: To view syntax/element tables and DataType code use the command: SOE_WIDN -H. |
Notes |
For information on errors in response type l command SOE_WIDN -AC 0xhhh 0xllll where hhh represents the high four hex digits of the error code or 0 if code < 65536 (0x10000) while llll the low ones |
Allows "procedure command" to be written to specified parameter.
In case you are using the manual procedure management mode you should know that:
•0x3 as "data" gives the "start command procedure"
•0x0 as "data" gives the "stop command procedure"
Syntax |
SOE_WIDN nws idn [data] -C com [-P] |
---|---|
nws |
Number of workstations Robox ID |
idn |
Parameter number |
data |
Used only if manual mode selected (see -Ccom). Value to be written as information to be written (3 or 0). (optional) |
-C com |
Command management mode selection: •1 Executed command procedure (with autocheck if ended). •2 Stop command procedure. •3 Send the specified value to handle command procedure. |
-P |
Specifies that this is PRODUCT SPECIFIC parameter (P-0-xxxx). (optional) |
Notes |
For information about errors in response type l command SOE_WIDN -AC 0xhhh 0xllll where hhh represents the high four hex digits of the error code or 0 if code < 65536 (0x10000) while llll the low ones |