diff --git a/iot.rst b/iot.rst index c520ff9ac..7d10e15f1 100644 --- a/iot.rst +++ b/iot.rst @@ -7,7 +7,5 @@ Internet of Things (IoT) .. toctree:: :titlesonly: - iot/connect - iot/pos - iot/iot_notfound - iot/flash_sdcard + iot/config + iot/devices diff --git a/iot/config.rst b/iot/config.rst new file mode 100644 index 000000000..2e6674959 --- /dev/null +++ b/iot/config.rst @@ -0,0 +1,12 @@ +============= +Configuration +============= + +.. toctree:: + :titlesonly: + :glob: + + config/connect + config/flash_sdcard + config/iot_notfound + config/pos \ No newline at end of file diff --git a/iot/connect.rst b/iot/config/connect.rst similarity index 100% rename from iot/connect.rst rename to iot/config/connect.rst diff --git a/iot/flash_sdcard.rst b/iot/config/flash_sdcard.rst similarity index 100% rename from iot/flash_sdcard.rst rename to iot/config/flash_sdcard.rst diff --git a/iot/iot_notfound.rst b/iot/config/iot_notfound.rst similarity index 100% rename from iot/iot_notfound.rst rename to iot/config/iot_notfound.rst diff --git a/iot/media/connect01.png b/iot/config/media/connect01.png similarity index 100% rename from iot/media/connect01.png rename to iot/config/media/connect01.png diff --git a/iot/media/connect02.png b/iot/config/media/connect02.png similarity index 100% rename from iot/media/connect02.png rename to iot/config/media/connect02.png diff --git a/iot/media/connect03.png b/iot/config/media/connect03.png similarity index 100% rename from iot/media/connect03.png rename to iot/config/media/connect03.png diff --git a/iot/media/connect04.png b/iot/config/media/connect04.png similarity index 100% rename from iot/media/connect04.png rename to iot/config/media/connect04.png diff --git a/iot/media/connect05.png b/iot/config/media/connect05.png similarity index 100% rename from iot/media/connect05.png rename to iot/config/media/connect05.png diff --git a/iot/media/connect06.png b/iot/config/media/connect06.png similarity index 100% rename from iot/media/connect06.png rename to iot/config/media/connect06.png diff --git a/iot/media/connect07.png b/iot/config/media/connect07.png similarity index 100% rename from iot/media/connect07.png rename to iot/config/media/connect07.png diff --git a/iot/media/connect08.png b/iot/config/media/connect08.png similarity index 100% rename from iot/media/connect08.png rename to iot/config/media/connect08.png diff --git a/iot/media/connect09.png b/iot/config/media/connect09.png similarity index 100% rename from iot/media/connect09.png rename to iot/config/media/connect09.png diff --git a/iot/media/connect10.png b/iot/config/media/connect10.png similarity index 100% rename from iot/media/connect10.png rename to iot/config/media/connect10.png diff --git a/iot/media/flash_sdcard01.png b/iot/config/media/flash_sdcard01.png similarity index 100% rename from iot/media/flash_sdcard01.png rename to iot/config/media/flash_sdcard01.png diff --git a/iot/media/pos01.png b/iot/config/media/pos01.png similarity index 100% rename from iot/media/pos01.png rename to iot/config/media/pos01.png diff --git a/iot/media/pos02.png b/iot/config/media/pos02.png similarity index 100% rename from iot/media/pos02.png rename to iot/config/media/pos02.png diff --git a/iot/pos.rst b/iot/config/pos.rst similarity index 100% rename from iot/pos.rst rename to iot/config/pos.rst diff --git a/iot/devices.rst b/iot/devices.rst new file mode 100644 index 000000000..c981658a8 --- /dev/null +++ b/iot/devices.rst @@ -0,0 +1,9 @@ +============= +Configuration +============= + +.. toctree:: + :titlesonly: + :glob: + + devices/measurement_tool \ No newline at end of file diff --git a/iot/devices/measurement_tool.rst b/iot/devices/measurement_tool.rst new file mode 100644 index 000000000..d5ffab769 --- /dev/null +++ b/iot/devices/measurement_tool.rst @@ -0,0 +1,61 @@ +========================== +Connect a measurement tool +========================== + +With Odoo’s *IoT Box*, it is possible to connect measurement tools to +your database. Find the list of supported devices here: `Supported +devices +<`*https://www.odoo.com/page/iot-hardware* `__>`__,. + +Connect in USB +============== + +To add a device connected by USB, just plug the USB cable in the *IoT +Box*, restart the Box and the device should appear in your Odoo +database. + +.. image:: media/measurement_tool_01.png + :align: center + +If the device is not found, make sure the drivers have well been loaded +on your IoT Box. For this, connect to the *IoT Box Homepage* and click +on load drivers. + +.. image:: media/measurement_tool_02.png + :align: center + +Connect in Bluetooth +==================== + +Activate the Bluetooth on your device (see your device manual for +further explanation) and the IoT Box will automatically try to connect +to the device. + +Here is an example of what it should look like: + +.. image:: media/measurement_tool_03.png + :align: center + +Link a measurement tool to a quality control point +================================================== + +With the Manufacturing app +-------------------------- + +In your *Quality app*, you can setup a device on your *Quality +Control Points*. To do so, go to the *Control Points* menu, under +*Quality Control* and open the control point to which you want to +assign a measurement tool. + +Now, you can edit the control point and choose the device from the +dropdown list. Then, hit save. + +.. image:: media/measurement_tool_04.png + :align: center + +Now, your measurement tool is linked to the chosen *Control Point*. +The value, which needs to be changed manually, will be automatically +updated while the tool is being used. + +.. image:: media/measurement_tool_05.png + :align: center \ No newline at end of file diff --git a/iot/devices/media/measurement_tool_01.png b/iot/devices/media/measurement_tool_01.png new file mode 100644 index 000000000..4eb11afac Binary files /dev/null and b/iot/devices/media/measurement_tool_01.png differ diff --git a/iot/devices/media/measurement_tool_02.png b/iot/devices/media/measurement_tool_02.png new file mode 100644 index 000000000..65c7016c8 Binary files /dev/null and b/iot/devices/media/measurement_tool_02.png differ diff --git a/iot/devices/media/measurement_tool_03.png b/iot/devices/media/measurement_tool_03.png new file mode 100644 index 000000000..c6be05a59 Binary files /dev/null and b/iot/devices/media/measurement_tool_03.png differ diff --git a/iot/devices/media/measurement_tool_04.png b/iot/devices/media/measurement_tool_04.png new file mode 100644 index 000000000..83b8c3423 Binary files /dev/null and b/iot/devices/media/measurement_tool_04.png differ diff --git a/iot/devices/media/measurement_tool_05.png b/iot/devices/media/measurement_tool_05.png new file mode 100644 index 000000000..b07173a0a Binary files /dev/null and b/iot/devices/media/measurement_tool_05.png differ diff --git a/point_of_sale/overview/start.rst b/point_of_sale/overview/start.rst index 1ed9a5700..d6d8052aa 100644 --- a/point_of_sale/overview/start.rst +++ b/point_of_sale/overview/start.rst @@ -131,4 +131,4 @@ It's done, you have now closed your first PoS session. .. tip:: To connect the PoS to hardware with an Odoo IoT Box, please see the section - :doc:`../../../iot/connect` and :doc:`../../../iot/pos` + :doc:`../../../iot/config/connect` and :doc:`../../../iot/config/pos`