KB-39690: Setting up a driver and tags inside an XObject.
Question: How can I set up a driver and its tags inside an XObject? How to make each tag to be configurable when inserted in XObject instances? Solution: The driver…
Question: How can I set up a driver and its tags inside an XObject? How to make each tag to be configurable when inserted in XObject instances? Solution: The driver…
Question: How can I create a digital link via scripts? Solution: Example: set bind = Screen.Item(“Text1”).Links.CreateLink(“Value”, “Data.Tag1.Value”, 3) bind.OnValue = “Text ON” bind.OffValue = “Text OFF”
Question: Even when configuring a SQL Server database as ComputerName\SQLEXPRESS, there is a need to repeat this configuration every time the machine changes. Is it possible to set up the…
Autor
Mateus Machado
Autor
Paula Enéas
Question: Can I export a project’s Resources’ figures to use them in other projects? Solution: No, you cannot export a project’s Resources’ figures. To use this figures in other projects,…
Autor
Mateus Machado
Autor
Mateus Machado
Question: How can I communicate with ports COM5, COM6, COM7, etc., since the only options available at the driver’s configuration window are from COM1 to COM4? Solution: The options displayed…
Question: At an application, the following script is being used: Application.ShowFilePicker true, Application.GetObject(“Data.InternalTag1”).Value, , 98 Why is the Internal Tag not receiving the selected file’s path? Solution: This happens because…