Skip to content

Releases: bambooww/iot-tree

iot-tree-1.7.2

07 Oct 11:06
Compare
Choose a tag to compare

fix some bugs
s7 address fit check
add syn for station to platform based on websocket

iot-tree-1.7.1

25 Jun 15:45
Compare
Choose a tag to compare

The basic nodes of the message flow are basically complete, including timed triggers, memory queues, JS functions, templates, path switching, and system internal Tags reading and writing. Exec node tested parameter modification in Linux environment - it has been basically improved.

The message flow node supports more debugging information and asynchronous node operation control.

Added Modbus Slave emulator module (Pro ver).

Node parameter support library storage and usage.

Handling project import bugs in Linux environment.

消息流基础节点基本完备,完成了定时触发器、内存队列、JS函数、模板、路径切换、以及系统内部标签读取写入。Exec节点测试了Linux环境下的参数修改——已经基本完善

消息流节点支持更多的调试信息、异步节点的运行控制。新增了Modbus Slave模拟器模块。

节点参数支持库存储和使用

linux环境下项目导入bug处理

iot-tree-1.7.0

11 Jun 12:22
Compare
Choose a tag to compare

Message flow/network support has been added, which can replace all functions such as task scheduling control, data output storage, data routing, etc. In future versions of IOT-Tree, the root part of the tree will mainly focus on channels, drivers, devices, and tags; Regarding data usage, control logic, and external system integration, message flow is the main focus.

https://github.com/bambooww/iot-tree/tree/main/web/doc/en/doc/msgnet/index.md

新增消息流/网络支持,可以替代任务调度控制、数据输出存储、数据路由等全部功能。以后版本IOT-Tree对下树根部分以通道、驱动、设备、标签为主;对上数据使用、控制逻辑、外部系统对接以消息流为主。

https://github.com/bambooww/iot-tree/tree/main/web/doc/cn/doc/msgnet/index.md

iot-tree-1.6.1

09 May 02:36
Compare
Choose a tag to compare

Add a main demo webapp. This webapp can provide you with reference for developing your own Java webapp, and then deploying it to IOT-Tree. In this way, you can customize the system's main page in IOT-Tree, such as adding a user page with navigation functions, which can also include your own applications.

新增main演示webapp。这个webapp可以给你参考开发自己的java webapp,然后部署到IOT-Tree中。这样,你可以在IOT-Tree中自定义系统主界面,如你可以增加带有导航功能的用户界面,里面还可以带有你自己的应用。

iot-tree-1.6.0

01 May 10:04
Compare
Choose a tag to compare

Add support for writing values in the middle tag: trigger the corresponding JS script when writing, which can support specific data updates. This support simplifies the issuance of control commands when connecting with external systems.

Preliminary implementation of the Router Out basic framework, enabling IOT-Tree to support more upper level or external system data sharing based on messages.

Improve dictionary functionality to enable tree organization and tags to support extended properties selection or input - this enables JSON based data sharing to also include extended prop content, with each name starting with the prefix "ext_".

Other usage optimizations and multilingual support for some pages.

中间标签增加写入值支持:写入时触发触发对应的JS脚本,可以支持特定数据更新。此支持方便外界系统对接时,简化控制指令的下达。
初步实现Router Out基本框架,使得IOT-Tree可以基于消息支持更多的上位或外部系统数据共享。
标签列表支持多个选择移动到另一个容器节点
完善字典功能,使得树形组织和标签可以支持扩展属性选择或输入——这使得基于JSON格式的数据共享,也能包含扩展属性内容,每个属性名称以 "ext_" 前缀起始。
其他的一些使用优化,部分页面的多语言支持。

iot-tree-1.5.1

03 Apr 04:11
Compare
Choose a tag to compare

Fixed a bug in node localization caused by internal tag duplication in different projects, limiting node searches to only be conducted within the project

Adjusting alarm type multilingual XML support, improving multilingual support for some pages

New Omron PLC Hostlink FINS Serial device driver added

修改内部tagid在不同项目中重复造成的节点定位问题bug,限制节点搜索只能在项目内部

调整报警类型多语言xml支持,部分界面的多语言支持改进

新增欧姆龙PLC Hostlink FINS Serial设备驱动

iot-tree-1.5.0

21 Mar 08:12
Compare
Choose a tag to compare

添加基于MQTT的部署实例(IOTTree Node)数据共享和接入支持。使得IOTTree具有了分布式支持,可以轻松实现远程子站到总站的上下级关系。

Add MQTT-based deployment instance (IOTTree Node) data sharing and connector support. This provides preliminary distributed support for IOTTree, enabling hierarchical relationships between remote sub-stations and the center.

iot-tree-1.4.0

18 Mar 07:31
Compare
Choose a tag to compare

Added multi-language xml resource file support, first configuration to add language selection. Revised multi-language support for some pages.
handle some bugs

添加多语言xml资源文件支持,第一次配置添加语言选择。部分界面多语言支持改造。
处理一些bug