Skip to content
Snippets Groups Projects
Commit aaebc5ef authored by Kyrre Ness Sjobaek's avatar Kyrre Ness Sjobaek
Browse files

Update readme

parent 7f259580
No related branches found
No related tags found
1 merge request!1Fixes output formatting and variable initialization, moving config to separate file, project folder correctly named, hopefully fixes network crashes
...@@ -6,6 +6,10 @@ This code allows connecting multiple Mitutoyo position gauges to an Ethernet IP ...@@ -6,6 +6,10 @@ This code allows connecting multiple Mitutoyo position gauges to an Ethernet IP
The transmission is done over one TCP channel pr. gauge, per default running on port 21 and 22. The transmission is done over one TCP channel pr. gauge, per default running on port 21 and 22.
Additionally, a simple web/HTTP server is provided in order to check the status of the system. Additionally, a simple web/HTTP server is provided in order to check the status of the system.
To connect to standard readout method, use netcat as follows (assuming the IP address is `192.168.1.31`:
* `nc 192.168.1.31 21` For the horizontal channel
* `nc 192.168.1.31 22` For the vertical channel
The code is fully contained in the file `PositionGaugeServer.ino`. The code is fully contained in the file `PositionGaugeServer.ino`.
It depends on only the standard Arduino libraries and the Ethernet library in order to support the Ethernet shield . It depends on only the standard Arduino libraries and the Ethernet library in order to support the Ethernet shield .
It is tested and deployed with an Arduino Uno and a Ethernet Shield v2, connected to two gauges (model nr?). It is tested and deployed with an Arduino Uno and a Ethernet Shield v2, connected to two gauges (model nr?).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment