SQLData object database write semaphore
- Last UpdatedJul 19, 2024
- 1 minute read
When the SQLData object initiates a data transfer to the database, a semaphore (SemaphoreDBWrite Boolean attribute) is set to TRUE. The semaphore prevents the object from performing multiple writes to the database within a preset time period. This prevents multiple users from writing to the database simultaneously. The semaphore can be used on the HMI to indicate that a database write is in progress.