Thanks a lot.
As a workaround, I had changed the listen port to 30502.
But your solution is more elegant.
Jérôme
Thanks a lot.
As a workaround, I had changed the listen port to 30502.
But your solution is more elegant.
Jérôme
Hello,
I try to setup a Modbus publisher and I have some issues.
There is no socket on 502 port after starting publisher
ma.log
INFO 2022-08-30T09:02:17,069 (com.serotonin.m2m2.rt.RuntimeManagerImpl.stopPublisher:606) - Publisher (name=Balances, id=2, type=ModbusIpPublisherRT) stopped in 17ms
INFO 2022-08-30T09:02:22,962 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.initialize:24) - Initializing 12 published points in 2 threads
INFO 2022-08-30T09:02:22,963 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.processItem:48) - Initializing group 0 of 12 published points
INFO 2022-08-30T09:02:22,966 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.processItem:66) - Group 0 successfully initialized 12 of 12 published points in 3 ms
INFO 2022-08-30T09:02:22,967 (com.serotonin.m2m2.rt.PublishedPointGroupInitializer.initialize:38) - Initialization of 12 published points in 2 threads took 5 ms
INFO 2022-08-30T09:02:22,968 (com.serotonin.m2m2.rt.RuntimeManagerImpl.startPublisher:584) - Publisher (name=Balances, id=2, type=ModbusIpPublisherRT) took 25ms to start
netstat -ln
root@radix:~# netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp6 0 0 :::8080 :::* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::8443 :::* LISTEN
udp 0 0 127.0.0.53:53 0.0.0.0:*
udp 0 0 192.168.253.111:68 0.0.0.0:*
raw6 0 0 :::58 :::* 7
Hello,
I had the same problem, I upgrade manually modules and core and everything is working.
Don't forget to delete the old core!
HTH
Hello,
I have some pages based on ma-watch-list-chart, I want to get some infos on mouse selected part of the chart (date.from, date.to, first values, last values).
How do I get it?
Thanks
Hello,
It seems to me that I can't create Folder menu items in 4.0 beta 12?
Thanks
Hi,
I am using Mango 4.0 beta 12.
In the Dashboard Designer if I edit width or height in the Dimension properties, the save icon remains inactive.
Thanks
Hi,
When I save a Maintenance Event the seconds field of Active Time is set to the minute field automatically.
(Mango 4 beta 12)
{
"activeMinute": 55,
"inactiveMinute": 0,
"inactiveSecond": 0,
"activeSecond": 55,
"activeHour": 0,
"dataSourceXids": [
"DS_7c53a913-54e4-4850-a83a-6cd5aaa1978b",
"DS_59050193-90d0-4232-a93d-9605c5f1c908"
],
"activeMonth": 7,
"inactiveYear": 2018,
"togglePermission": [],
"xid": "ME_10638051-41db-431a-9d26-66e6ad0ff61c",
"scheduleType": "DAILY",
"activeYear": 2018,
"inactiveCron": "",
"activeCron": "",
"alias": "ME_Restart_Balance_204",
"activeDay": 0,
"alarmLevel": "INFORMATION",
"disabled": false,
"inactiveDay": 0,
"inactiveMonth": 7,
"inactiveHour": 1
}
Thanks
Hi,
When I try to set and event handler in Mango 4 beta 12, I get a "Bad request" error while saving the event handler.
I can save the event handler if I don't select any event.
Thanks
Hello,
I have a strange issue with Mango 3.7.7.
When I modify some thing in the rendering (axes, colors, scales, etc.)
I can only save the first modification.
It seems that the save button only work one time?
The workaround is to select another watch list and to re-select the first one.
HTH.
Jérôme
Sorry for the question :)
A bug in my class caused this error.
Jérôme