hienho
posted Jul 19 '23 at 10:56 am
how to view source code this page. i want to develop this page.
hienho
posted Jul 19 '23 at 9:21 am
GUITransform(775, 494, 1305, 415,
1, 1, 1, 1, 1 { Scaling },
0, 0 { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Scope(\Code, "DrawingTools", TRUE)\ProgramSpawn("E:\EMS_PRO\EMS_GUI_C#\EMS_01\EMS_01\bin\Debug\EMS_01.exe", "K7/Wh
hienho
posted Jul 19 '23 at 8:42 am
how can i create a table to read data directly in vtscada
So, we have three auto flame mini Ml8 controllers and a Trane Tracer MP503.
From my understanding the Tracer only does LonTalk and the auto Flame units are rs485 modbus.
It looks like we'll have to rely on the modbus connection as there isn't a LonTalk Driver.
Any recommendations?
rarmour
posted Jul 13 '23 at 10:55 pm
We have a 25K Dual Server Premium bundle. Application is in early development. Our industrial control network is not allowed to touch our corporate network or the Internet by policy. The only exception is a data diode between the control and corporate network.
We would like to have a runtime server that anyone on our corporate network can access in a "read only" fashion. It appears the tw
hienho
posted Jul 17 '23 at 10:33 am
hi everyone, i need help for connecting to system historian through c# (datagridview). I have found server but having error. what shoud i do step by step ?
H2OTom
posted Jul 13 '23 at 6:20 pm
Is there a way to convert the legacy I/O tags like the analog and digital status tags to the I/O and calculation tag without having to recreate each individual tag? Thanks!
I am currently using an analog modem for VTS dial out alarming, and am looking to shift to VOIP.
I know that VTS supports Twilio, but are there any other VOIP providers that VTS supports?
When I run VTScadaODBCDriverInstall.exe the install completes almost immediately, so quickly I don't even have time to click on the "Show Details" button to see what's going on.
Is there a command line option that will allow me to enable logging of the install activity to a text file?
The 3rd party software which needs this driver doesn't detect it as installed & reinstalling our dr
I'm trying to enable twilio. Whenever I enter the Application Configuration all the properties are "greyed" out. I can copy and create a non-OEM twilioenable and modify it but I cannot modify the OEM property.
Anyone have any idea why?
I want to run VTScada on two separate computer/server. Do i need to buy two separate licence for each machine. Or only one license will be enough?
I'm wanting to retrieve logged data for use in a calculation tag expression. Basically "[tagNamevalue] @ [datetime]". Any way of doing this?
I'd also like to be able to generate averages and min-max values based on a user defined period.
Updated June 9, 2023
VTScada should work with any standard voice modem. Though we cannot guarantee the compatibility of third-party modems across all Windows operating systems, our engineers have provided the following comments on modems that they have used or have been used by our customers. We have no relationship with these manufacturers.
Note that fewer legitimate manufacturers are o
In VTScada light, how to use IP camera? Is there a previous article in forum for IP camera setup? Thanks.
Does VTScada support KIOSK mode in windows? Has anyone implemented it? Help me out. I want to run VTScada in KIOSK mode
david
posted May 25 '23 at 7:23 pm
Hello,
I've been using VTScada for a few weeks now and would like to check if you can recommend ways to implement sequences of events that may have different order, and time delays between them.
For example, let's say I want to have a button X that when pushed activates Sequences 1 and 2 as follows:
Sequence 1:
If option A preferred (this implies option A is active):
Write 1
lsmith
posted May 25 '23 at 4:28 pm
I have a popup menu that calls other popup pages, and I want the menu to close after I use it to open a page. Here's my code below. When I open a popup, however, my code closes the menu along with the popup I just opened. Why? How do I fix this?
If \DisplayManager.CurrPage() != Self(); {Lose focus}
[
\DisplayManager.StopPage(Self) { Close window };
]
I need an expression to read application properties.
I found something in the help describing how to "Use Application Properties" in an expression however it's actually describing how to use system properties in an expression.
https://www.vtscada.com/help/Content/Scripting/Expressions/UseAppProperties.htm
When tried to use ...
\Code.PropertyName
... it did not work when my prope
Multitech has released the following SMS device to replace some of their older devices and to work with newer SIM cards:
https://shop.multitech.com/mtcm-lna3-b03-kit.html
Just thought you might want to know
I am looking into replacing the scada system we have with VTscada but have run into a problem . Some of the addresses on the Omron plc (Modbus) are strings and contain ascii text which needs to be manipulated via the scada Ie Product name. At this stage the tag returns a number not text. Can anyone help me with this.