SmartConnector Forum
Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.
Link copied. Please paste this link to share this article on your social media post.
Hi,
Is there a way to sync between 2 processors? For example, the update processor should start after the setup processor has completed.
Thanks,
Mike
Link copied. Please paste this link to share this article on your social media post.
Hi Michael,
The best way to do this is to utilize the In-Memory Cache feature of Smart Connector.
In your setup processor, you would add an item to the cache, maybe a Boolean with whatever key you want, and then in your update processor, you look for the cache item with that key, and check its value. If it is true, continue the run of the update processor, and if not, end the run of the update processor early.
Best Regards,
-Jeff
Link copied. Please paste this link to share this article on your social media post.
Hi Michael,
The best way to do this is to utilize the In-Memory Cache feature of Smart Connector.
In your setup processor, you would add an item to the cache, maybe a Boolean with whatever key you want, and then in your update processor, you look for the cache item with that key, and check its value. If it is true, continue the run of the update processor, and if not, end the run of the update processor early.
Best Regards,
-Jeff
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.