New topic
Categories
41
0
I tried to setup Thin Client access to the VAM according to the online help but got stuck at this step.


' 7. Create a user account and grant it the VTScada Thin Client privilege.


I couldn't find a "Thin Client privilege" to add to my account but adding "Internet Client Access" seems to work.

If I've done something wrong please let me know what I need to do to access the VTScada Thi
110
3
Parent Child References are the easiest to map. However, I am exploring the possibility that the hierarchy for an application might require references to properties in an adjacent tag in the hierarchy. I haven't run into issues when concatenating descriptions in this way. However, in other values that require a specific data type (Scan Intervals, Drivers, AIO Scale Min's and Max's), I have exp
101
2
Jason posted Feb 13 '23 at 7:59 pm
Would anyone happen to know a way I could have a button do 2 different things on a single press? Like set values to 2 different tags or set a value and change screens?

recent by Jason  ·  Feb 14 '23 at 6:51 pm
25
0
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?

73
3
mike_yung posted Feb 3 '23 at 2:25 pm
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
recent by mike_yung  ·  Feb 8 '23 at 4:11 pm
57
0
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
194
6
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
636c3a996998e
650
7
Hi,

I have been trying to set up a connection between VTScadaLite and a Allen Bradley plc using Ethernet/Ip. From what I can gather I am using the correct driver and tag set up. But the digital [IN] does not register a value coming from the PLC.

The PLC can be pinged and ports have been enabled with all firewalls turned off.

The running PLC program is being monitored using the CCW s
38
0
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
46
0
artistmonkey posted Feb 6 '23 at 8:24 am
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.
{===============================
63e0b82f657fd
79
0
Joseph "JD" Rhodes posted Feb 3 '23 at 2:24 pm
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
63dd1914023a7
44
0
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
218
3
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
54
0
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?

49
1
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 ?

54
1
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
51
1
ryleigh.hargrave posted Jan 12 '23 at 4:21 am
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
786
8
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
94
1
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
recent by Vic  ·  Dec 30 '22 at 5:01 pm
292
1
mikeb posted Dec 12 '22 at 5:24 pm
When I install VTSCADA 12.1.12 and try to load the WeatherApp sample application available on your website I receive an error: "HTTP server error Unknown Error -10013"

I progress past this error and attempt to configure the DemoSystem to allow connections from the DSN I created using the VTSCADA ODBC driver. The local DSN fails to connect to the server.

What is the cause of this error and
186
2
Testing VT SCADA (the light version) to see if it can be used to manage several irrigation canal systems using Control Design CD120 RTU's. These are FM radio devices. They have a range of registers (47033-423039) designated for floating point value storage. These are 32 bit (4 byte) registers.

For example, modbus ID 20, register 47033 (0-based) currently contains the value 1.4839. A quer
28
0
Hi All,
Just wondering where can I find information/documentation on how to configure GetBulkRequest and GetNextRequests for VTScada acting as SNMP Manager.
I know you can assign an OID in the Tag address and set the polling frequency against individual tags, but I want to be able to control bulk requests for polling the RTU's as a whole.

Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft