KB-16914: Limiting values in a SetPoint.
Question: How can the values in a Setpoint be limited? Solution: Go to the SetPoint’s Properties page, General tab, and set the options Limits (Minimum and Maximum).
Question: How can the values in a Setpoint be limited? Solution: Go to the SetPoint’s Properties page, General tab, and set the options Limits (Minimum and Maximum).
You can keep this feature from happening via a OnKeyPressCtrlF4 key script. To do so, go to Organizer, select Application, and then open Scripts tab. Click New…, the select OnKeyPress…
Question: How can I have a button be visible or invisible according to the access level of the user logged in the application? Solution: To do so, create a script…
Question: Does Browser object have any kind of scrollbars? Solution: No. One way to work around this problem is by clicking a register and then dragging it up/down, or then…
Question: Why are Block or I/O Tag’s values (separated by a dot and recorded in a Historic) not being plotted in a Historic Graph? Solution: This happens because, depending on…
Question: Does Trend Graph object in SCADA have any type of refresh time? Solution: Yes: on Trend’s General tab, there is an option called Refresh Trend every X seconds.
Question: Can a real-time Trend Graph’s scrolling be paused and played in SCADA? Solution: Yes; to do so, you must use the Trend’s Frozen property, attributing values 1 to when…
Description: Can I create 3D animations and/or rotation and sliding movements in SCADA? Solution: The object Animation will only switch images, so the 3D effect must be in the images.…
Question: How can a Browser’s settings be edited at run time? Solution: To do so, open this object’s Properties window to edit it via EditProperties() function. Example: Browser1.EditProperties()
Question: Can I set a Browser’s column width in SCADA? Solution: Yes, but this cannot be done directly. Width depends on the size of the field’s content, which is set…