KB-27732: Exponentiation function.
Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2
Question: What is the exponentiation function in Elipse SCADA ? Solution: To do so, you must use **. Example of script: // tag001 squared tag001 ** 2
Question:Can I save values configured at run time when stopping an application, in order to load them later? Solution:Yes; to do so, you must use Recipes and create two scripts:…
Question: How can I call the Windows calculator at run time? Solution: To do so, you must use the Global Manager’s ShellExecute method: ShellExecute (strOperação, strArquivo, strParametros, strDir, nCmdVisual)) Example…
Question: Can data from a SCADA application be acquired via another one? Solution: Yes. To do so, there are two options: Via Remote Applications (but you need to purchase a…
Question: How can I retrieve a record according to a selected date? Solution: To do so, you must use the Historic’s FindTime() function. Example of script, executed at a button’s…
Question: Since Windows CE does not have a C: folder, where should the I/O driver be placed when Elipse SCADA is using this platform?Solution: When working in an application for…
Question:Can two Elipse SCADA applications be executed in the same computer at the same time? Solution: No, two SCADA applications cannot be executed in the same computer simultaneously. Possible alternatives…
Question: How can I change the color of the active alarms’ text on the Alarms screen object? Solution: To do so, set a priority for the alarm and double-click the…
Question:How can I print a report daily, and always at a certain time (for example, 10h 41 min)? Solution: To do so, you can create a Demo Tag whose Scan…
Question: How can I edit the tag linked to a screen object at run time? Solution: To do so, use the SetTag() method of the object whose link must be…