General Discussions

For anything and everything that doesnt fit in other categories.

348
1.11k
14
Actions
Hide topic messages
Enable infinite scrolling
12
1
Hi,support
As shown in the figure below:
Variable A01 is a type and below it there are 10 variables, and I want to store the history of these 10 variables in different VTScada's history databases

Are there any 2 benefits to doing so?

1.Users can set the retention time of the database data according to their needs, for example,
HistorisanA is retained for 1 year,
Histo
673c66ccda18c
33
2
Hi,Support
In order for VTScada to store data for 2 or 3 years, I need to expand the capacity of user's computer's hard drive, and I need to use RAID,
We will provide 3 ways: RAID0 or RAID1 or RAID10,
Allow users to choose one of the three RAID modes,

Can these three RAID modes store VTScada historical data normally?

Thank you

recent by Jerry  ·  Nov 13 at 1:35 am
38
3
gimifo posted Oct 29 at 7:04 pm
Greetings,
I, as most people, am working to create an RTU that utilizes the MQTT communications protocol. Right now I am testing with a local broker and have data reliably getting to VTScada.
However, I need the ability to write data back to a certain topic with a certain metric. The ability seems to exist, yet I have not had any luck with VTScada publishing the message correctly yet.

U
672131ba43c1a
48
1
Hello everyone,

I am fairly new to using VTScada and I am looking for some advice on how to set up alarms efficiently. I understand that alarms are crucial for monitoring and alerting us to critical conditions but I want to make sure I am configuring them in the best possible way to avoid unnecessary noise and ensure quick response to actual issues.

Here are a few specific questions I hav
43
2
ahcmaddegree posted Oct 22 at 11:40 am
IfElse([<ADS SERVER\TCP\SLD\GENELINE>] == 0, "<FFFFFFFF>",
IfElse([<ADS SERVER\TCP\SLD\GENELINE>] <= 5, "<FFFF0000>",
IfElse([<ADS SERVER\TCP\SLD\GENELINE>] <= 15, "<FFFFFF00>",
IfElse([<ADS SERVER\TCP\SLD\GENELINE>] <= 25, "<FF00FF00>",
IfElse([<ADS SERVER\TCP\SLD\GENELINE>] <= 35, "<FF0000FF>",
IfElse([<AD
36
2
I've been using VTScada for a while now but one thing I cannot get to work is colourising Indicators.

All I want to do is have an indicator that in OFF state from a digital status tag is one colour and that in ON state from the same tag is green or yellow or red.

When I try to colourise and link the tag to any of the indicators all I get is grey when OFF and white when ON.

I'm clearly
recent by ScottEdlin  ·  Oct 18 at 8:56 am
72
2
How do I read this address from VTScada? I've tried all the Data Suffixes for Tag I/O Addressing but it didn't work. Below is the address "30001" in ModScan and its temperature reading. I've tried "30001/Float" but it didn't work.

I also tried to do it through BuffOrder but I didn't understand correctly how to set it.


Regarding the "Coils" they are working perfectly.



66e47940293c9
recent by Kevin Way  ·  Oct 1 at 9:46 pm
124
9
I was wondering if anyone has or knows of a comprehensive list of all the variables, constants, and parameters available for use when building custom tags that incorporate automatic inheritance, etc.

I’ve come across a few that are detailed in the help files, such as:

\Value
\DisplayAddress
Here’s the link I’ve found so far: file:///C:/VTScada_12_0_42/VTSHelp/Conte
recent by Kevin Way  ·  Sep 30 at 8:41 pm
61
2
I have purchased VTScada License and not used it for till the Support Plus date is expired.

I tried to install the VTScada software with the license key available, it gives me a error "You need to renew your license to install this version of the application."

How can I know what version will be supported to the license?
what is the solution for this?

22
0
colinpetersen posted Sep 13 at 8:19 pm
Hi,

Wondering if anyone has built a data table drag and drop widget. Looking to create a drag and drop table that functions like Excel spreadsheet (e.g., filter, sort, search on column headings). Connect cell data to tags for population or manual input. We are currenly building a table however the process is very manual (e.g., need to rescale everytime a column is added etc.).

18
0
mason.krei posted Aug 29 at 9:40 pm
I'm attempting to create a "tabbed child window" on a page where selecting a different "tab" changes the content of the "child window". There are a lot of built-in examples (e.g. refer to image of Equipment->Station All Outputs below), but I'm unsure how to modify or recreate the widget for my own use.

Please advise, and thank you.




66d0dbccc4e5c
58
2
PMcCutcheon@macroeng.com posted Jul 29 at 2:11 pm
Hello:
Very new user here.

I'm looking at a very small test system. Mainly looking to do some trending. Not looking for redundancy, etc.

I create an application on my laptop. What's the path to move that to a "working" computer? Can I export the application from my laptop to a USB stick, then install on the target?

thanks

42
2
PMcCutcheon@macroeng.com posted Jul 29 at 2:29 pm
What is the "intent" of a plot versus the HDV? Where would I use one and not the other?

Looks like plots are single pen?

I want to create a trend with several variables that always looks the same when it opens ... same scaling, time range. My first thought was a plot, or series of plots (because the HDV is a new concept to me) but maybe there is a better way?

thanks

50
1
zwoods posted Aug 7 at 7:29 pm
Hello,

I have 2 apps running on the same VAM. I'd like to merge these apps together keeping all data. What's the best way to do this? I believe a changeset would work but I would like confirmation or ideas on other ways. Not much info on this specific topic in the reference guides.

------Edit----- I see that a changeset will not work in this case based off "create a changeset" section.
recent by Michael  ·  Aug 7 at 7:41 pm
114
3
JWK posted Jul 7 at 11:10 am
Hi Everyone,

I’m a student at a German Uni working on a project with VT Scada. I’m curious to know how one can check/know how much data is being logged and stored in VT Scada.I’ve read the user manual and watched multiple videos, however I’m yet to find the solution. I would really be appreciative for any guidance.

Thank you.

120
3
I'm trying to communicate between the Allen-Bradley MicroLogix 1100 and VTScada.

I did the following procedures:


I created a Context TAG with the name of my PLC;
Then, within the Context TAG, I created another TCP/IP tag;
In the TCP/IP TAG I entered the Address of my PLC and the Port: 44818;
Within the TCP/IP TAG, I created the Driver TAG and selected the Rockwell Allen Bradley Devices D
recent by TomE  ·  Jul 24 at 3:01 pm
69
3
Hello,
this is my poorly written chain of IfElse conditions(I also tried in ternary operator)

https://smalldev.tools/share-bin/IjBFXr6C
screnshot:


My text editor says: 402 lines 26802 characters, which is below the max limit mentioned here in the docs


The maximum length of an expression is 65535 characters.
If your expression approaches this limit, you should consider
667cfd4ce90a3
recent by Dave - VTScada  ·  Jul 2 at 4:59 pm
97
1
westfc10 posted May 30 at 12:28 am
Has anyone had someone from VT SCADA come to their facility to train operators on any questions and/or all the ease of uses of their application? We are a new facility, government owned, and everyone is green to the application. It would be nice to get a tutorial to all the things VT SCADA has to offer us!

recent by admin  ·  May 31 at 2:57 pm
Previous
1234 ... 18
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft