KB-35701: Objects’ TAB order on a screen.
Question: How can the objects’ TAB order on a screen be set in an application? Solution: The browsing order via TAB button is set according to the order the objects…
Question: How can the objects’ TAB order on a screen be set in an application? Solution: The browsing order via TAB button is set according to the order the objects…
Question: Which are the restrictions of the development licenses of Elipse SCADA? Is it necessary to purchase a license for I/O Drivers? Solution: When using any development license, the application…
Question: How can I generate a bitmap of the Trend object on SCADA? Solution: To do so, just execute the SaveBitmap() function of the Trend object’s Plot item. Example: Plot.SaveBitmap(“Figure.bmp”,…
Question: Is it possible to set up a SetPoint to display characters in all caps? Solution: Yes. To do so, you must write a script using MakeUpper() function, because it…
Question: Why is a Display showing incorrect date/time when using CurrentTime attribute? Solution: This may happen because SCADA’s internal clock is delayed/early in relation to the Windows clock. To disable…
Question: Can I read a bar code with a scanner via supervisory? Solution: Yes, you can. To do so, the scanner must have a PS2 connection so it can work…
Question: Can I execute IF/ELSE/ENDIF commands in an Expression Tag? Solution: No, this is not possible.
Question: Is Elipse SCADA compatible with Windows 7? Solution: Yes, Elipse SCADA has been compatible with Windows 7 since version 2.29 b. 95.
Question: Can I connect SCADA to the SQL Server? Solution: Yes. To do so, you must use an ODBC connection. For further information, access Tutorial for creating an ODBC connection…
Question: How can I change the Key Pad displayed on SCADA? Solution: To do so, you must uncheck the Enable Key Pad option via Organizer and, via scripts, call another…