Forum Discussion
ControlsGal
Sep 12, 2025Copper Contributor
Do input tag values keep updating after SP execution begins?
In my facility we use PLC's to trigger SQL Stored Procedures through a Kepware server. Most of these SP's are for data collection. If I set the execute bit to true, but then one of my data collectio...
Simple_Balayeur
Oct 06, 2025Brass Contributor
Hello friend.
All I know is when the stored procedure executes it queries the database at that very precise time.
Take care.