Is it possible to start a SmartConnector processor via VB.net program?
SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2020-11-0210:51 AM
Hi Michael,
It is not possible to start a Smart Connector processor explicitly by using an external program. (e.g. no web service API etc..)
What you could do.. Is write your VB program to add a value into the Smart Connector's Processor Values database, and similar to the explanation about about reading that processor value from the processor, and only execute if its a specific value.
That said, an alternative method may be to see if you bring in the Mongoose.Common NuGet package into your VB application, and follow the instructions in chapter 9.9 of the developers guide. However, I am not sure if this will work if the VB application is not deployed in the Smart Connector's install directory.
Link copied. Please paste this link to share this article on your social media post.
2020-11-0210:51 AM
Hi Michael,
It is not possible to start a Smart Connector processor explicitly by using an external program. (e.g. no web service API etc..)
What you could do.. Is write your VB program to add a value into the Smart Connector's Processor Values database, and similar to the explanation about about reading that processor value from the processor, and only execute if its a specific value.
That said, an alternative method may be to see if you bring in the Mongoose.Common NuGet package into your VB application, and follow the instructions in chapter 9.9 of the developers guide. However, I am not sure if this will work if the VB application is not deployed in the Smart Connector's install directory.