Is there a way to have a dynamic place holder to call a specific widget that is embedded in a popup page. i tried this but it does not link is there a specific function for this? Below is what i tried not the full source code just the specific areas.
Path = concat("WidgetInterlock", Replace(\GetPhrase(Taglink), 0, 12, "-", "_");
GUITransform(12, 148, 579, 53,
1, 1, 1, 1
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!
H2OTom
posted Jul 4 '23 at 5:11 am
Hello! I'd like to setup a digital alarm or status for ANY active alarms that are unacknowledged, and not shelved, that have been active and unacknowledged for 5 minutes or more.
Any direction would be appreciated!
Tames
posted Jul 11 '23 at 6:26 pm
When using the online help document the search function in a Microsoft Edge browser will not work properly.
For example, I can search "Anywhere" and I will get 97 results. I can see that most of the results are pages for the Anywhere Client feature. But if I search "Anywhere Client" I will get 0 search results.
If I switch to a Chrome browser and search "Anywhere Client" I will get 76 s
Anyone know how to return a value of a child tag of a custom type to be display on the Parent under the value column in the tag browser?
For example, Custom tag "AI" has a child of a IO analog type called "Scaled" i want to return that value so it can be read through the parent tag (custom type) under the value column.
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
Is it possible Automatic Event/Alarm Print instantly while it occurs? If possible, how it can be done?
Are there any rules/algorithm for scaling in VTScada to adjust the values from the PLC to the real values?
At the moment we are getting some values but we have to adjust them to the Output we want to have... Can we do that by scaling is there another possible solution?
Thanks four your expertise and help!
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.
Hello,
Is there a tag setting to interpret negative variable values as 0 ?
I am using a gauge widget and HDV for trending a tag from a modbus device.
The scan interval is set for 60 seconds, i want to keep the last read value until the next read in order not to have gaps in the HDV trend line. I am using the following settings:
Despite those settings i am still getting gaps in the graphics.
I have tried to use the "Hold" option in the SERIAL tab, bu
I want to display a list of 7 HDV trends on a single page. Is it possible to extend the page canvas in order to fit them and scroll down ?
jced226
posted Jun 23 '23 at 5:12 pm
Hello,
I am trying to use VTScadaLight to pull info from two different CPU's. They both have two different IP addresses and I was wondering if VTScadaLight can pull info from the two CPUs at the same time?
jced226
posted Jun 19 '23 at 4:58 pm
Hello,
Does VTScada automatically connect to the TCP/IP Address when you make a TCP/IP tag?
Thanks!
jced226
posted Jun 19 '23 at 3:28 pm
Hello,
I am trying to make a historian for the company I work at and they are using a P2-550 cpu for their PLC. I was wondering the best way to connect to this to log information in the system historian and cannot find out a way to solve this problem. I know the IP Address for the PLC. I am just confused on how to get tags from the PLC to log them into the Historian here on VTScada. Any help
Dear Experts,
I am new to VTScada. I want to communicate RS Logix Emulator to VTScada 12.01.23
What is the procedure to set up communication between Vt SCADA and rs Logix emulator.
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.
Wondering if anyone has managed to setup VTS within a Docker container or similar.
Ultimately, my goal is to be able to run multiple versions of VT simultaneously. As an integrator I have some apps on 12.1.19, others running 12.0.56 and then a few others that I support. I would improve my efficiency if I can be working on different projects at the same time without having to shutdown one ins
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
ezerhan
posted May 18 '23 at 9:42 pm
Hi, is there a way to reset a value of an Analog tag on page entry?
Thanks in advance.
-Ezerhan
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 };
]
Hi all, I'm new to VTScada and therefore feeling my way around while I work on a project. I have a situation where I need to move values between tags when another tag becomes true.
Can anyone give me an idea as to how this is done?
Any help would be appreciated
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