Hi all,
there is some news about MQTT publisher?
Latest posts made by Matteo Cusmai
-
RE: Custom Angular Directives
Hi Jared,
now I am trying to develop custom directive under directive folder. I have some problem with requirejs.
Thanks a lot for your advice, I will take it into account if I cannot develop the directives. -
Custom Angular Directives
Hi all,
I would like to integrate some svg widget into my custom dashboards.I think the best way is to develop custom directive, isn't it?
If so, could you give me some documentation or resources about this kind of stuff?Best,
Matteo. -
RE: event detection scripting
Hi Phil,
Thanks for the quick answer.
There is some documentation about point links? -
event detection scripting
Hi all,
can I set a datapoint trough Meta Data Point?I have tried to set datapoint getting value from meta data point variable (my) but it seems no work.
This is the code:LOG.fatal("before if: " + my.value);
p399.set('f');
return my.value;Is it possible to manage this kind of logic?
Regards,
Matteo. -
ZWave
Hi all,
I am trying to use Zwave module without success.I am using a Zwave.me Pc Adaptor
http://store.zwaveeurope.com/index.php?cPath=58_59&language=enand a zwave device
http://store.zwaveeurope.com/product_info.php?language=en&products_id=12431I was able to the get homeid, but I cannot retrieve the node and command classes.
Does anyone have the same trouble?
Bye,
Matteo. -
Modbus register
Hi all,
I have to integrate a gateway dali modbus that uses the following commandsRead Holding Registers (FC=03)
Force Multiple Coils (FC=15)When I try to create data points belonging to this data source I cannot see this kind of command. Does mango modbus support these commands?
-
RE: MTConnect
Hi Phil,
There is a complete implementation of mtcommect agent developed by mtconnect people. My idea is to develop a mango publisher to load data into the agent. -
MTConnect
Hi all,
have someone experienced the standard protocol called MTConnect (http://www.mtconnect.org/)?It is a standard protocol to read device information, static and dynamic.
Is there some integration in Mango?Regards,
Matteo. -
RE: Developing a module
Hi all,
I have solved the problem my myself.
I was a problem of environment variable, I am using IntelliJ Idea as IDE and I had to set coreHome on ant properties.Bye,
Matteo.