steven
posted Feb 9 '23 at 7:14 am
i haw installed VTscada 12.1.12 and trying to add a OPC UA Client driver in my tag Browser. but when i selecting this type, the program closes.
is the VTScada light supporting OPC UA Client Driver?
Has anyone found a way to print a full help topic from VTScada's online help? The only workaround I could find is selecting all the text, then copy pasting. If anyone's got something better I'd be excited to learn from you.
https://www.vtscada.com/help/ is not the only website with this issue.
It seems like it's a common problem with sites which haven't been upgraded to remain compatib
I was planning to hide Title Bar in my project and how can I change language without Title Bar?
I was hoping to take an existing VTScada application which has been running for 6 months and create a duplicate copy of the application & its data to run side-by-side on the same PC.
Can this be done? I thought I'd use the "Get from ChangeSet" option but the Wizard doesn't let me rename. The "Clone from ChangeSet" option does however clones don't contain data. Is there a way to copy th
TomE
posted Nov 9 '22 at 11:41 pm
Hi folks, having problems with the reporting tag, and the time duration for this. I would like the duration to match a calculation tag. I am using the tag as a reference in the parameter for the Report Duration as shown in the screenshot below.
However, it does not act as I would expect… and I have had to create multiple report tags to get around it in the short term… however t
Source: Scripting->Custom Tag Types->Create or Assign Tag Widgets->Sample Widget
Copy and paste to sampleWidget.SRC.
Inport in Idea Studio.
Error:
Compilation Error
Trace Item GUID 3eb6e21b-7338-46f6-b65a-88cd290ec584
Timestamp Mon Feb 06, 2023, 22:50:17.569 (Taipei Standard Time)
Application OEM_01
Application GUID de535
I'm just learning to create a sample open page widget script and need help accomplishing what I want. I know there is already exist a button to open page.
How can I show color parameters like embed widget (color selector)? [solved] need to create panel
left click release event, how to attach? [solved] GUI Object Return Codes
Below is my sample script.
{===============================
I have a number of analog I/O & calculation tags configured with advanced alarms.
I'd like some of these alarms to write to the PLC, setting a bit when they are active then resetting that bit when they are inactive.
Can this be configured? If so, how?
Current client license is supportplus expiry on Wednesday November 23, 2022. At this moment, PC need to reinstall VTScada and can't find installer version before supportplus date.
I have been having some issues with VTScadaLIGHT regarding some what appear to be inconsistencies. I have followed both VTSCADA academy and the Student Workbook: VTScada Operations & Configuration Course handbook to set up a simulation environment where I can learn as much as possible. I have followed both avenues of instruction only to end up with the same result. I have values of 770 for co
ron543
posted Jan 31 '23 at 11:09 pm
I am using VTscadaLight and trying to connect to Cogent DataHub OPC UA Server.
I am able to successfully connect between VTscada and Cogent with OPC UA client tag and TCP port driver.
I have DataSim setup to data to Cogent DataHub.
However when I try to import the tags, I get a large number of errors which are all error code 32783.
This error code is not in the documentation so I am n
This question was left on our YouTube tutorial for the VTSCada JSON driver found here...
https://www.youtube.com/watch?v=gegzTIR88EE
Question: "Can you pass functions or vtscada parameters in the URL? I.e I want to use the latitude and longitude which are specified in the parent of the JSON/XML tag?"
Answer: Absolutely. You can put parameter expressions in the URL which reference V
How to call a function which is defined in type tag src file. e.g I am trying to call a function which is defined in custom tag type src file.
mikeb
posted Jan 27 '23 at 1:57 pm
In June of 2022, Microsoft released an update which by default harden DCOM connectivity to OPCDA and OPCHDA servers. I am aware that this can be disabled, but that option will no longer function in March of 2023.
Does the latest version of VT SCADA support the new DCOM Hardening for remote OPC DA Connections to the VT SCADA Real Time server?
I have created a script to store recipe in a Network Value variable. This variable is declared in Approot.src under NETWORKVALUE. code works fine till application is running but the problem is when I restart the application I can not find stored recipe. Is there anything I am missing which results into this problem ?
I am trying to create a text port that allows the user to enter a lift station number and then click to open the detail page for that station. In order to make everything work smoothly I need my lift station number to resolve to a three digit string. Is there a function that will force leading zeroes in an integer to string conversion? The Format function seems to operate in exact reverse of what
I'm currently building an alarm annunciator for speech to text alarms spread out over multiple areas and where there may be multiple alarms active at the same time. I was wondering if there was an option, or if it can be done through scripting, to replay the list of unacknowledged alarms after a set time out and then repeat the cycle until all the alarms have been acknowledged. This would be for
I have a webservice and on my VTScada application, I want to get data from webservice. So how can I send a request to webservice via SOAP ?
BDAVIS
posted Oct 21 '22 at 6:05 pm
I have programmed DNP Binary Output controls on my pages and the manual states that if you send an analog value to the tag of "-5000" it should sent a 5 second "Trip" pulse and if you send a value of "5000" it should send a 5 second "Close" pulse.
When i look at my wireshark logs and in my SEL RTAC i just keep getting 1ms Close pulses no matter what i configure.
My points are configured a
Problem 1: I'm trying to execute a file based on a trigger. It is to accomplish something another SCADA software could do. It will run a batch file that combines csv files into 1 csv file. I am using a trigger tag to change an analog value. Then use that analog value to execute a script tag. The new SRC file (SpawnFile.SRC) and variable was declared in the AppRoot.SRC file per the help documentat