KB-27972: Altus OPC driver communicating via serial
Question: Does OPC Altus TCP/IP driver communicate via serial? Solution: No, it does not, it just communicates via Ethernet.
Question: Does OPC Altus TCP/IP driver communicate via serial? Solution: No, it does not, it just communicates via Ethernet.
Question: Which driver can I use to communicate with S7-200/S7-300/S7-400/S7-1200 PLCs? Solution: Elipse Software has developed several I/O drivers for Siemens devices, and the most widely used with S7 series…
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:…
Descrição: Por que a opção Extras não é habilitada para configuração mesmo após a propriedade DriverLocation ter sido configurada com a DLL do Driver S7Functions? Solução: Conforme manual do driver,…
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…
Descrição: Como forçar o chaveamento de servidores Hot-StandBy via scripts? Solução: Para fazer isso, deve-se habilitar a opção Ativar backup em caso de falha local nas opções do Domínio (clique…
Question: How can I force a HotStandBy servers’s switchover via scripts? Solution: To do so, you must enable the Activate backup server on local failure option in the Domain’s options…
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…
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…