This is an automated email from the ASF dual-hosted git repository.
rong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new c3cbf59 Optimize the documentation for the Ignition-IoTDB plugin
(#294)
c3cbf59 is described below
commit c3cbf5938f740af556da52e3007503a78e707d31
Author: majialin <[email protected]>
AuthorDate: Fri Aug 2 15:06:02 2024 +0800
Optimize the documentation for the Ignition-IoTDB plugin (#294)
---
.../Ignition-IoTDB-plugin_timecho.md | 17 ++++++++++-------
.../Ignition-IoTDB-plugin_timecho.md | 21 ++++++++++++---------
2 files changed, 22 insertions(+), 16 deletions(-)
diff --git
a/src/UserGuide/Master/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
b/src/UserGuide/Master/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
index 155ff7f..6465fc3 100644
---
a/src/UserGuide/Master/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
+++
b/src/UserGuide/Master/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
@@ -18,17 +18,18 @@
under the License.
-->
+
# Ignition-IoTDB Connector
## 1、Product Overview
1. Introduction to Ignition
-Ignition is a web-based monitoring and data acquisition tool (SCADA) - an open
and scalable universal platform. Ignition allows you to more easily control,
track, display, and analyze all data of your enterprise, enhancing business
capabilities. For more introduction details, please refer to
[Ignition官网](https://docs.inductiveautomation.com/docs/8.1/getting-started/introducing-ignition)
+ Ignition is a web-based monitoring and data acquisition tool (SCADA) - an
open and scalable universal platform. Ignition allows you to more easily
control, track, display, and analyze all data of your enterprise, enhancing
business capabilities. For more introduction details, please refer to [Ignition
Official
Website](https://docs.inductiveautomation.com/docs/8.1/getting-started/introducing-ignition)
2. Introduction to the Ignition-IoTDB Connector
- The ignition-IoTDB Connector is divided into two modules: the
ignition-IoTDB Connector,Ignition-IoTDB With JDBC。 Among them:
+ The ignition-IoTDB Connector is divided into two modules: the
ignition-IoTDB Connector,Ignition-IoTDB With JDBC。 Among them:
- Ignition-IoTDB Connector: Provides the ability to store data collected by
Ignition into IoTDB, and also supports data reading in Components. It injects
script interfaces such as `system. iotdb. insert`and`system. iotdb. query`to
facilitate programming in Ignition
- Ignition-IoTDB With JDBC: Ignition-IoTDB With JDBC can be used in
the`Transaction Groups`module and is not applicable to the`Tag
Historian`module. It can be used for custom writing and querying.
@@ -44,7 +45,7 @@ Ignition is a web-based monitoring and data acquisition tool
(SCADA) - an open a
| IoTDB | Version 1.3.1 and above are required to be
installed, please refer to IoTDB for installation [Deployment
Guidance](https://www.timecho.com/docs/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.html)
|
| Ignition | Requirement: 8.1 version (8.1.37 and
above) of version 8.1 must be installed. Please refer to the Ignition official
website for installation [Installation
Guidance](https://docs.inductiveautomation.com/docs/8.1/getting-started/installing-and-upgrading)(Other
versions are compatible, please contact the business department for more
information) |
| Ignition-IoTDB Connector module | Please contact Business to obtain
|
-| Ignition-IoTDB With JDBC module | Download
address:https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-jdbc/ |
+| Ignition-IoTDB With JDBC module | Download
address:https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-jdbc/ |
## 3、Instruction Manual For Ignition-IoTDB Connector
@@ -153,6 +154,7 @@ The configuration content is as follows:
</table>
+
### 3、Instructions
#### Configure Historical Data Storage
@@ -219,14 +221,15 @@ The configuration content is as follows:
- `str sql`:SQL statement to be queried
- Return Value:
-Query Results:`List<Map<String, Object>>`
+ Query Results:`List<Map<String, Object>>`
- Available Range:Client, Designer, Gateway
+
- Usage example:
-```Python
-system.iotdb.query("IoTDB", "select * from root.db.Sine where time >
1709563427247")
-```
+ ```Python
+ system.iotdb.query("IoTDB", "select * from root.db.Sine where time >
1709563427247")
+ ```
## 4、Ignition-IoTDB With JDBC
diff --git
a/src/UserGuide/latest/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
b/src/UserGuide/latest/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
index 49ee6bf..6465fc3 100644
---
a/src/UserGuide/latest/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
+++
b/src/UserGuide/latest/Ecosystem-Integration/Ignition-IoTDB-plugin_timecho.md
@@ -18,17 +18,18 @@
under the License.
-->
+
# Ignition-IoTDB Connector
## 1、Product Overview
1. Introduction to Ignition
-Ignition is a web-based monitoring and data acquisition tool (SCADA) - an open
and scalable universal platform. Ignition allows you to more easily control,
track, display, and analyze all data of your enterprise, enhancing business
capabilities. For more introduction details, please refer to
[Ignition官网](https://docs.inductiveautomation.com/docs/8.1/getting-started/introducing-ignition)
+ Ignition is a web-based monitoring and data acquisition tool (SCADA) - an
open and scalable universal platform. Ignition allows you to more easily
control, track, display, and analyze all data of your enterprise, enhancing
business capabilities. For more introduction details, please refer to [Ignition
Official
Website](https://docs.inductiveautomation.com/docs/8.1/getting-started/introducing-ignition)
2. Introduction to the Ignition-IoTDB Connector
- The ignition-IoTDB Connector is divided into two modules: the
ignition-IoTDB Connector,Ignition-IoTDB With JDBC。 Among them:
+ The ignition-IoTDB Connector is divided into two modules: the
ignition-IoTDB Connector,Ignition-IoTDB With JDBC。 Among them:
- Ignition-IoTDB Connector: Provides the ability to store data collected by
Ignition into IoTDB, and also supports data reading in Components. It injects
script interfaces such as `system. iotdb. insert`and`system. iotdb. query`to
facilitate programming in Ignition
- Ignition-IoTDB With JDBC: Ignition-IoTDB With JDBC can be used in
the`Transaction Groups`module and is not applicable to the`Tag
Historian`module. It can be used for custom writing and querying.
@@ -40,11 +41,11 @@ Ignition is a web-based monitoring and data acquisition
tool (SCADA) - an open a
## 2、Installation Requirements
| **Preparation Content** | Version Requirements
|
-| :-------------------------------: |
:------------------------------------------------------------: |
+| ------------------------------- |
------------------------------------------------------------ |
| IoTDB | Version 1.3.1 and above are required to be
installed, please refer to IoTDB for installation [Deployment
Guidance](https://www.timecho.com/docs/UserGuide/latest/Deployment-and-Maintenance/IoTDB-Package_timecho.html)
|
| Ignition | Requirement: 8.1 version (8.1.37 and
above) of version 8.1 must be installed. Please refer to the Ignition official
website for installation [Installation
Guidance](https://docs.inductiveautomation.com/docs/8.1/getting-started/installing-and-upgrading)(Other
versions are compatible, please contact the business department for more
information) |
| Ignition-IoTDB Connector module | Please contact Business to obtain
|
-| Ignition-IoTDB With JDBC module | Download
address:https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-jdbc/ |
+| Ignition-IoTDB With JDBC module | Download
address:https://repo1.maven.org/maven2/org/apache/iotdb/iotdb-jdbc/ |
## 3、Instruction Manual For Ignition-IoTDB Connector
@@ -153,6 +154,7 @@ The configuration content is as follows:
</table>
+
### 3、Instructions
#### Configure Historical Data Storage
@@ -219,14 +221,15 @@ The configuration content is as follows:
- `str sql`:SQL statement to be queried
- Return Value:
-Query Results:`List<Map<String, Object>>`
+ Query Results:`List<Map<String, Object>>`
- Available Range:Client, Designer, Gateway
+
- Usage example:
-```Python
-system.iotdb.query("IoTDB", "select * from root.db.Sine where time >
1709563427247")
-```
+ ```Python
+ system.iotdb.query("IoTDB", "select * from root.db.Sine where time >
1709563427247")
+ ```
## 4、Ignition-IoTDB With JDBC
@@ -254,7 +257,7 @@ Step 3: Enter the `Configuration` - `Databases` -
`Connections` module, create a
Select the previously created `Connection` from the `Data Source` in the
`Transaction Groups`
-- `Table name `needs to be set as the complete device path starting from root
+- `Table name`needs to be set as the complete device path starting from root
- Uncheck `Automatically create table`
- `Store timestame to` configure as time