Search found 4 matches

by baaron
Thu Oct 10, 2019 7:41 pm
Forum: Application Development
Topic: Confirming HMI has Internet Access
Replies: 1
Views: 5393

Re: Confirming HMI has Internet Access

Nevermind. Ive found that my issue was in fact that I could not assign the DNS server with a QTERM model. In other words for a QTERM to access the internet I had to set its IP to Dynamic to allow a router to assign the DNS IP address.
by baaron
Sat Aug 24, 2019 2:59 pm
Forum: Application Development
Topic: AUTO return to Startup screen
Replies: 1
Views: 3261

Re: AUTO return to Startup screen

Here is an example of a Script Module modified from a VNC Disconnect script. Script Module Name is : "Inactivity_screen" be sure to create the void Inactivity_screen_Created(System.Object sender, System.EventArgs e) by clicking on the left side Change Globals.Screen1.Show(); to the name of your home...
by baaron
Sat Aug 24, 2019 2:26 pm
Forum: Application Development
Topic: Remote VNC
Replies: 1
Views: 3852

Re: Remote VNC

There are scripts that reset the VNC server however they make it so that some Viewers no longer work(TightView being the only one Ive tested to know doesnt work, RealVNC VNC Viewer does continue to work however) First off however have you checked to see if Remote Access is enabled for the project st...
by baaron
Thu Aug 22, 2019 11:26 pm
Forum: Application Development
Topic: Confirming HMI has Internet Access
Replies: 1
Views: 5393

Confirming HMI has Internet Access

My main goal here is to have a QTerm A12 HMI access a Amazon RDS MSQL server. This would use the example project that has been floating around the forums here. However I have tested the Data Source/Database/Query/Username and Password and I know they will work in Microsoft SQL Server Management Stud...