Using NetHASP with Elipse Software’s products.
NetHASP is a hardkey for operating on network level. By using a NetHASP connected to a network computer (the server), it is possible to run Elipse’s programs in several other…
NetHASP is a hardkey for operating on network level. By using a NetHASP connected to a network computer (the server), it is possible to run Elipse’s programs in several other…
Introduction In some projects, you may need to have more than one developer working in the same SCADA application in order to execute it faster. At Elipse E3, an application’s…
Question: How can I create a chart with digital points? Solution: To do so, access E3Chart’s pen settings. On Style tab, change Drawing Style property to Dots, and on Connection…
Question: In an application with multiple users, how can I make sure only the logged-in user’s button is enabled, while the others remain disabled? Solution: To do so, you can…
Question: Can E3Viewer‘s and E3Server‘s versions be displayed on a screen in the application? Solution: Yes. To do so, just use VBScript’s GetFileVersion() method to read the versions of E3Server.exe…
Question: Why does Excel interpret as absolute a value written in date formate by a DDE tag? Solution: If the Excel cell is formatted as Date/Time, several “###” characters will…
Question: How can I open Internet Explorer in the same window as E3 Viewer while keeping a new E3 Viewer from being opened? Solution: This can be achieved in the…
Question: How can I create a pulse button using the CommandButton object? Solution: To do so, there are at least two possibilities: you can write two scripts in events of…
Question: Can I record alarms and events on different tables in the Database? And how can I tell them apart in E3Alarm? Solution: You cannot record alarms and events on…
Question: How can I add the values of a Query field and show the result in a Display? Solution: To do so, you must use SUM() function in the SQL…