KB-38181: Counting Driver licenses in an XObject.
Question: In an application, an I/O Driver is inserted into an XObject. Are the Driver licenses counted for each XObject‘s license? Solution: Yes, each XObject‘s instance uses one Driver license.
Question: In an application, an I/O Driver is inserted into an XObject. Are the Driver licenses counted for each XObject‘s license? Solution: Yes, each XObject‘s instance uses one Driver license.
Question: Do I need an additional Viewer license to open an application on two monitors? Solution: No. Although you are using two monitors, the application is being executed on a…
Question: How can I detect when a Remote Domain is down via XObject? Solution: To do so, follow these procedures: 1. Create an XObject, and insert three properties in it:…
Question: How can I convert a number into string? Solution: To do so, use the Global Manager’s Str() function. Example of script: // Str(Value,size,prec)TagReceiveValue = Str(30.95,6,2)
Question: How can I remove blank spaces from a variable? For example, the text “Elipse Software Ltd.” is in a variable, but I want to display “ElipseSoftwareLtd.” instead. Solution: To…
Question: How can I create a report that repeats itself periodically in a regular time interval (for example, every 15 minutes)? Solution: To do so, you can create a Chrono…
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 driver should I use with Rockwell’s CompactLogix? Solution: With this, you must use ABCIP driver (Ethernet/IP – CIP protocol). You can download it directly at Elipse’s website.
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…