[ADD] iot: new doc about connecting a measurement tool

This commit is contained in:
Lau-Odoo 2019-10-17 11:35:54 +02:00 committed by Martin Trigaux
parent 4d6a22f6f1
commit 16f2f26f8a
27 changed files with 85 additions and 5 deletions

View File

@ -7,7 +7,5 @@ Internet of Things (IoT)
.. toctree::
:titlesonly:
iot/connect
iot/pos
iot/iot_notfound
iot/flash_sdcard
iot/config
iot/devices

12
iot/config.rst Normal file
View File

@ -0,0 +1,12 @@
=============
Configuration
=============
.. toctree::
:titlesonly:
:glob:
config/connect
config/flash_sdcard
config/iot_notfound
config/pos

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

Before

Width:  |  Height:  |  Size: 8.0 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

9
iot/devices.rst Normal file
View File

@ -0,0 +1,9 @@
=============
Configuration
=============
.. toctree::
:titlesonly:
:glob:
devices/measurement_tool

View File

@ -0,0 +1,61 @@
==========================
Connect a measurement tool
==========================
With Odoos *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* <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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -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`