New topic
Categories
55
2
I found facing error showing "Application Conversion Failure" error.

In help guide, it mentioned like this,

https://www.vtscada.com/help/Content/Dialogs/10607%20Application%20conversion.htm?Highlight=Application%20Conversion%20Failure

The selected application could not be converted to the current version of VTScada. The application will not be modified.

I don't understand clearly.
74
1
Hello.

I am trying to write 4 separate analog values to 4 separate 16 bit registers in a GE relay following a user hitting a button on a dashboard. It is to drive virtual inputs which will toggle a contact output. Wondering what the best way to do this is.

GE description of how to force virtual inputs:

For forcing Virtual Inputs, a message with 4 indivisible records must be written
686762b02057f
recent by justinhunt  ·  Jul 4 '25 at 7:50 am
50
0
rmjustin posted Jul 3 '25 at 6:57 pm
Is it possible to run a report (or create a custom report) to display the current value of multiple tags all as a single row at a common timestamp that is based off of a trigger or specific tags timestamp (rather than at an hourly or other timeframe snapshot specific time)?

I frequently get requests from users to set up reports or historical data exports to allow them to track and save multip
23
0
Yaj posted Jul 2 '25 at 6:50 am
Could you tell me if VTScada can reliably monitor 250+ SNMP agents with 150 points per agent, and what are the key system resources or configurations that impact that performance?

111
0
So I'm a bit out of my element here- we're moving to VTScada and I need to get all of our existing tags and alarms added to this new system.

As it stands, all I have to work with is the PLC's IP address, port number, unit ID, and a whole lot of named datapoints and alarms with modbus addresses. This has seemed like more than enough, but I'm seeing a LOT of options here and I'm clueless on wha
37
0
Boonz posted Jun 25 '25 at 10:51 pm
So ripped this up to try to auto generate page menu's as a test.

is there no way to endcode the parameter into the MenuItemTag,
there is teh Decode of course but why is there no Encode?
Am i missing something?

Tried passing the Parameters multiple ways Unique, ParameterSet, root, name.

But it does seem to have no easy way to do this is it locked out for some reason?

{=======
58
1
nhig1369 posted Jun 17 '25 at 2:48 pm
Is there a way to access components of the PLC Alarm tag? I would like to create a widget for my ALMA blocks that show setpoints and have an analog bar showing the input value and alarm setpoints

recent by TriJim  ·  Jun 24 '25 at 9:37 pm
60
1
I was looking to learn more about how to configure the various driver tags. Are there ways I can simulate physical hardware without having the hardware to learn more about configuration of the driver tags. I know that sounds very vague considering the amount of available drivers. I really want to understand everything about VTScada. I believe in doing so it will make me more a valuable asset to t
recent by TriJim  ·  Jun 24 '25 at 5:29 pm
72
0
justinhunt posted Jun 21 '25 at 1:58 am
Hello,

I have a laptop, a GE-F650 relay, and a Cudy P5 cellular router (configured as the gateway for my relay and laptop) w/ a SIM card installed at my house. I have a copy of VTScadaLight on my laptop and have successfully set up a tag to read voltage measurements from the relay using modbus over the LAN.

At work we have a VTScada cloud based server which i can access via VPN from my ho
64
0
MatrixDS posted Jun 14 '25 at 8:16 am
I am trying to set up a Connection between Dream Report and VTSCADA. I have looked at least one instruction/guide documentation but cannot find any. Does anyone have some information?

I am trying to use the Trihedral drivers in Dream Report to get live data and also historical data. On VTSCADA I created an account and gave it Admin rights, remote tag view, and historical retrieve access. Whe
95
4
VTuser posted Jun 10 '25 at 10:33 am
I am new to VTScada. I want to call an API with URL having 2 questionable variables in URL. The response is a string type and need to be displayed in VTScada overview. How can I do it with VTScada? Is it possible with HTTPSend Get function? How to call this function from within VTScada application. Can anyone provide me a sample code.

recent by VTuser  ·  Jun 13 '25 at 8:52 am
54
0
Sheet metal fabrication is a key process in industries like automotive, electronics, construction, and machinery. It involves cutting, bending, and assembling flat metal sheets into usable products or components. But with the rise of automation and new materials, how is this traditional process evolving?
What is Sheet Metal Fabrication?

Common techniques: laser cutting, punching, bending
59
2
Hello everyone!

I have a noob question here. I am experimenting around with using the date selector function inside the page source code. I have got that working to the point that I can display the UTC value I want from the date selector function. This is great, but now I need to use that number elsewhere in the application.

How do I get access to this variable? I tried using the scope f
67
2
MatrixDS posted Jun 5 '25 at 12:31 pm
I am looking for someone who is willing to share an application with scripting examples, with the values being passed from multiple tags to the script and out of the script to multiple tags. I have looked on help files but this is not clearly defined, or am I missing something? Tried something like Scope(VTSDB, "FullTagName"\Value but it is not passing and processing the values. Intensionally mi
recent by MatrixDS  ·  Jun 5 '25 at 9:00 pm
48
1
lamr posted Jun 3 '25 at 3:07 am
VTSCADA manual shows ODBC SQL query to access VTScada data from an external application like PowerBI, Python etc with explicit timestamp. e.g.,

SELECT Timestamp, 'ModDriver1:ErrorValue' from History
WHERE Timestamp BETWEEN '2014-03-01 16:54:00' AND '2014-03-01
16:55:00'
I need to write query using relative time without using explicit hard coded timestamp. i.e. timestamp between last 1 hour o
recent by TriJim  ·  Jun 5 '25 at 6:53 pm
27
0
mgleb posted Jun 2 '25 at 9:18 pm
When I copy and paste an image, such as a pump or valve, certain portions get cut off. This occurs seemingly at random; sometimes it works perfectly, and other times it does not.

Has anyone else experienced this?




683e06c030bad
55
0
tldr: openpyxl dont work, pywin32 works. My question is why?

................................................................

Openpyxl way =>

import os
from openpyxl import load_workbook


wb = load_workbook("./exported_from_vt.xlsx")
ws_context = wb["Context"]
ws_context.sheet_state='visible'

r = ws_context.max_row+1
ws_context.cell(row=r,column=2, value="Asia22")
ws_context.
683a897d6db6d
90
1
Hi,

I've spend a little too much time on trying to figure out how to derive "Comms Loss" alarm from my Driver/Port settings using VT. I can see the value changes from 0 - Healthy to some other values when disconnected.

However, I couldn't figure out how to derive a simple "Comms Loss" tags from the system.

Any Advice would be welcome.




67c87710e320b
recent by TriJim  ·  May 30 '25 at 11:55 pm
96
2
mgleb posted May 7 '25 at 4:36 pm
Hello,

I am attempting to use the GetAlarmStat function and following the documentation, but I want to retrieve alarm counts for the entire system, so I'm leaving the tag area blank. Has anyone tried this or can someone tell me what I might be doing wrong?

Function in use:

\FunctionLib.GetAlarmStat(\Root, "ActiveCount" )

I have also attempted to self-scope as the tag, but the res
recent by mgleb  ·  May 23 '25 at 4:49 pm
48
1
Is there currently a way to enable dark mode in the Tag Browser?
If not, is this feature planned for a future update?

I’ve noticed that the Alarm Page supports dark mode with just a button click, which is great. It would be really helpful to have a similar option available in the Tag Browser for better visual comfort during extended sessions.

Thanks in advance!

58
1
Main [

If Latch(AbsTime(1, 5, 0), AbsTime(1, 1, 5));
[

TagObj3 = Scope(\Code,"Fq");
ScriptObj\Value = TagObj3\Value;
{this works, changing TagObj3 value in VTScada Tag Manager reflects in the Script tags value.}


TagObj3\Value = 5434; { this do **not** work, I cannot see Fq tag changing its value to 5434 }
{ Is it changing its value to 5434 but o
69
3

Hello,
I'm trying to figure out how to bulk generate/edit tags, and got stuck here.

It seems for every new tag, vtscada generates its own custom hash ?

I tried to use python to generate some random string, but faced error as shown in picture.


Tag name found that doesn't match tag file hash



What is tag file hash, how to generate it.


68246fe9d2930
98
1
Attempting to connect to HiveMQ Cloud MQTT Broker which requires TLS. I've connected to other MQTT brokers that didn't require TLS with no issues. I've created an MQTT Client Driver and created a TCP/IP Port child. None of the TLS settings were successful so I download a pem file from HiveMQ, converted it to a crt file using OpenSSL and imported it to my PC but it does not appear in the list o
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
123456 ... 37
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft