Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Importing datasources from custom page (PHP)
-
I'm trying to import datasources and datapoints from a php page (not from the mango page).
This is to speed-up the operation which creates "new" modbus devices.
To do that I installed the phpJavaBridge.
Is there anyone which succeeded executing the importData($string) importUpdate() from a php page?
I'm not able to bind to the mango session (i.e. same user) and I guess this is the root cause of the problem
Thanks in advance.