Hello :
Database Export 6.0.0.1
———————–
The module exports data to external databases. Supports Microsoft SQL Server, Oracle, PostgreSQL and MySQL.
Webstation6.1.2.0
file:///C:/Users/zeyang.xu/Desktop/1.jpg
file:///C:/Users/zeyang.xu/Desktop/2.jpg
file:///C:/Users/zeyang.xu/Desktop/3.jpg
now I can see data of channel01 in MySQL Workbench,but timestamp is not the real time,
set Querries :
INSERT INTO testdb.cnldata(datetime, cnlnum, val, stat)VALUES (@dateTime,
@cnlNum, @val101, @stat101)
in Mysql Workbench timestamp is 2023-09-05 23:47:51
‘2023-09-05 23:47:51’, ‘1’, ‘-0.9564856726019837’, ‘1’
but the time on my pc is 2023-09-06 08:07:01