Other Development Software Resources
Discussions to expand your knowledge on Other Development Software
Resource pages are designed to give you a cross-section of information we have on specific categories. You'll find discussions from users like you.
Other Development Software Discussions
0
Question on: Node-RED
How do I make it simple when my Node-RED flow is too much?
When I have too many flows, or too many same function flows, becasue I have lots of temperature sensors. Do you have a better way to make it simple?
Show More
Show Less
It depends on how you fetch sensor data into Node-Red. for example, if you getting sensor data with MQTT you can use subscription topics as mapping points as an injection to one function itself.
Show More
Show Less
0
Question on: Node-RED
How to do easy multi-user dashboard?
Is there a way to use the same dashboard tools to make multi-user UI. mdashboard node seems quite limited.
Show More
Show Less
This Dashboard does NOT support multiple individual users. It is a view of the status of the underlying Node-RED flow, which itself is a single user. If the state of the flow changes then all clients will get notified of that change.
Messages coming from the dashboard do have a msg.socketid , and updates like a change of tab, notifications, and audio alerts will be directed only to that session. Delete the msg.sessionid to send to all sessions.
Show More
Show Less
0
Question on: BMC Compuware Abend-AID
Is abend aid is only for mainframe ?
Can we have this for other languages too.
Show More
Show Less
Hey there Poonam. Yes Abend-AID is mainframe specific.
Show More
Show Less