KB-37973: Enabling unsolicited messages on DNP 3.0 Master Driver
Question: How can I enable the Driver DNP 3.0 Master to send unsolicited messages? Solution: To do so, you must enable the Enable Unsolicited on Startup option in the Driver’s…
Question: How can I enable the Driver DNP 3.0 Master to send unsolicited messages? Solution: To do so, you must enable the Enable Unsolicited on Startup option in the Driver’s…
Question: How can I set up Elipse SCADA’s date and time to be refreshed whenever the computer’s date/time changes? Solution: To do so, you must create the following key in…
Question: Which is the necessary license to work with OPC on Elipse SCADA? Solution: No special license is required; all Hardkey versions (View, MMI, PRO) allow working with OPC (Server…
Descrição: Como posso calcular a média de um campo para cada página do relatório? Solução: Para isso, deve-se criar um Campo de Dados no PageFooter do relatório com as seguintes…
Question: What is better for communication performance purposes: one single block with 1,100 elements, or the same number of elements split into smaller blocks? Solution: Support to superblocks has been…
Descrição: Como habilitar o envio de mensagens não solicitadas pelo Driver DNP 3.0 Master? Solução: Para isso, deve-se habilitar a opção Enable Unsolicited on Startup na janela de configurações do…
Question: When exporting data to Excel using the PrintToFile() function, they stay in a single cell of the file. How can I configure them to be exported respecting the columns…
Question: How can I set up DateTime field to not be displayed in the Browser? Solution: To do so, open the Database tab in the Browser’s properties, select the DateTime…
Question: How can I display the pen’s values being displayed on the E3Chart? Solution: To do so, go to Legend tab in E3Chart‘s properties and enable the legend, selecting the…
Question: How can I load the text of the last active alarm into a script’s variable? Solution: To do so, you can use the Alarms’ GetInfo(“Comment”) function. Example of script:…