tool/CommandSoeWrite.cpp
changeset 1872 23d4e121faaf
parent 1870 0cee1fb7f0fd
child 1877 7b77000f9764
equal deleted inserted replaced
1871:04ea48971eed 1872:23d4e121faaf
    58         << "           16 bit number acc. to IEC 61800-7-204:" << endl
    58         << "           16 bit number acc. to IEC 61800-7-204:" << endl
    59         << "             Bit 15: (0) Standard data, (1) Product data" << endl
    59         << "             Bit 15: (0) Standard data, (1) Product data" << endl
    60         << "             Bit 14 - 12: Parameter set (0 - 7)" << endl
    60         << "             Bit 14 - 12: Parameter set (0 - 7)" << endl
    61         << "             Bit 11 - 0: Data block number" << endl
    61         << "             Bit 11 - 0: Data block number" << endl
    62         << "           or a string like 'P-0-150'." << endl
    62         << "           or a string like 'P-0-150'." << endl
    63         << "  VALUE    is the value to write and is interpreted" << endl
    63         << "  VALUE    is the value to write (see below)." << endl
    64         << "           as the given datatype (see above)." << endl
       
    65 		<< endl
    64 		<< endl
       
    65         << "The VALUE argument is interpreted as the given data type" << endl
       
    66 		<< "(--type is mandatory) and written to the selected slave." << endl
       
    67         << endl
    66 		<< typeInfo()
    68 		<< typeInfo()
    67         << endl
    69         << endl
    68         << "Command-specific options:" << endl
    70         << "Command-specific options:" << endl
    69         << "  --alias    -a <alias>" << endl
    71         << "  --alias    -a <alias>" << endl
    70         << "  --position -p <pos>    Slave selection. See the help of" << endl
    72         << "  --position -p <pos>    Slave selection. See the help of" << endl