Template:Networking rut2 9 modbus custom register block: Difference between revisions
Template:Networking rut2 9 modbus custom register block (view source)
Revision as of 09:08, 29 September 2020
, 29 September 2020no edit summary
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
date > /tmp/regfile #where data will be stored | date > /tmp/regfile #where data will be stored | ||
{{#switch:{{{series}}} | {{#switch:{{{series}}} | ||
|RUT9XX = gsmctl -X >> /tmp/regfile | |RUT9XX = | ||
gsmctl -X >> /tmp/regfile | |||
gsmctl -E >> /tmp/regfile | gsmctl -E >> /tmp/regfile | ||
|RUT2XX = gsmctl -X >> /tmp/regfile | |RUT2XX = | ||
gsmctl -X >> /tmp/regfile | |||
gsmctl -E >> /tmp/regfile | gsmctl -E >> /tmp/regfile | ||
|RUTX = gsmctl -q >> /tmp/regfile | |RUTX = | ||
gsmctl -q >> /tmp/regfile | |||
gsmctl -c >> /tmp/regfile | gsmctl -c >> /tmp/regfile | ||
|TRB1 = gsmctl -q >> /tmp/regfile | |TRB1 = | ||
gsmctl -q >> /tmp/regfile | |||
gsmctl -c >> /tmp/regfile | gsmctl -c >> /tmp/regfile | ||
|TRB2 = gsmctl -q >> /tmp/regfile | |TRB2 = | ||
gsmctl -q >> /tmp/regfile | |||
gsmctl -c >> /tmp/regfile | gsmctl -c >> /tmp/regfile | ||
}} | }} |