[ADD] iot: new doc about connecting a measurement tool
6
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
|
||||
|
12
iot/config.rst
Normal file
@ -0,0 +1,12 @@
|
||||
=============
|
||||
Configuration
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
config/connect
|
||||
config/flash_sdcard
|
||||
config/iot_notfound
|
||||
config/pos
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
9
iot/devices.rst
Normal file
@ -0,0 +1,9 @@
|
||||
=============
|
||||
Configuration
|
||||
=============
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
:glob:
|
||||
|
||||
devices/measurement_tool
|
61
iot/devices/measurement_tool.rst
Normal file
@ -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* <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
|
BIN
iot/devices/media/measurement_tool_01.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
iot/devices/media/measurement_tool_02.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
iot/devices/media/measurement_tool_03.png
Normal file
After Width: | Height: | Size: 103 KiB |
BIN
iot/devices/media/measurement_tool_04.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
iot/devices/media/measurement_tool_05.png
Normal file
After Width: | Height: | Size: 6.4 KiB |
@ -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`
|
||||
|