New topic
Categories
27
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  ·  Today at 1:35 am
40
3
Hi Sir,

I have tried to do alarm notification test by email. Sending alarm notification to my email and acknowledge from my email by replying the email.

When I tested, the alarm notification received successfully to my gmail account. However, the alarm was automatically acknowledged even though I didn't acknowledge by replying the email with with ACK*XXX XXX (XXX XXX is alarm acknowledge
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
32
1
I have set up an OPC UA Client in VTScada. I am trying to access data along with its timestamp. Does VTScada support all the different types as defined in part 6 of the OPC Foundation’s OPC UA specification, section 5.1.2? I am looking to use the DataValue type (23).

I have created two tags with the same node addressing but one has the ty field set to 1, and the other 23. The value for
45
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
40
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
7
0
I am getting SendMail Error[7]: Invaild parameters when VT is trying to alarm out. I have tested through PowerShell and I can get a test email to work. Would this be an Email Server issue or perhaps how I have the alarm notification setup in VT?

47
2
J_Hob posted Oct 18 at 6:39 pm
Hi all,

Is it possible to implement "IF" "ELSEIF" operator functions at the I/O tag expression level?

I would normally write my expression as...

IF ([06. Profile Section] == 6) THEN ;
((3.145 ([08. Width] / 2) ([08. Width] / 2) ([09. Length]) / 1000000000) 100) ;
ELSEIF ;
([06. Profile Section] == 7) THEN ;
(((3.145 ([08. Width] / 2) ([08. Width] / 2) / 2) ([09. Le
recent by J_Hob  ·  Oct 20 at 10:56 am
5
0
Hi,

I need to use a Dataflow module that's not currently in my list of available communication modules (specifically DCM032) in order to communicate with an older RTU -- is there a way to add this module or create a new one with the appropriate properties?

Thanks!

33
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
15
0
J_Hob posted Oct 17 at 10:32 am
Hi All,

I was wondering if anyone could help me out...

I want to query a set of PLC recipe values from a tag change value (not the Retrieve button widget).

tag value change example:

(Scope(\VTSDB, "10}~q%wgad10\z)%&tz;10\u%10da}ikg-", TRUE)\Value <> 0;

Existing code using the retrieve button looks like this:

PickValid(Scope(\VTSDB, "9}~q%wgad3\z)%&tz;4\u%5da}
30
2
Hi,

We have operators leaving notes on the screens of their assigned stations.
We are also connecting a database system to our VTScada server via API, for automated data analysis & statistics of our stations.

We would now like to import the operator notes into our analytics system.

We have managed to import the notes payload from a selected station, by querying the "notebook"
recent by AndreasB  ·  Oct 15 at 8:15 pm
42
3
hmana posted Oct 6 at 6:01 pm
Folks,
I need your help, I'd like to create a tag to be used as calculation accumulative reading of my flow meter. my meter is daily reset @ 6 am. I don't want this tag to be reset

recent by TomE  ·  Oct 12 at 9:51 am
74
5
RayJS posted Oct 3 at 4:06 pm
I have an application to mointor run time on a pump and would like to know if i can create a tag to monitor run time in seconds and then log the cycle time when pump stops. pump on/off would be a tag from a PLC.
Sequence = Pump on - measure run time - Pump Stops - Log Time and reset Timer.
Example log should look like this.
Timestamp Cycle Time
2024-10-03 1:00PM 30
recent by TomE  ·  Oct 9 at 2:06 pm
69
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
122
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
25
1
I am using the below expression in an IO/Calculation tag to get the number of critical and high alarms for the dependent tags

\AlarmManager.GetAlarmStateStats([PLC_01a]\Root)\ActivePriorities["0001"]

Most of the parent tags I get good results. Any ideas on why some results are invalid? Does this indicate there are no alarms configured in tags within the structure?

Or is it a matt
recent by Andrew Harvie  ·  Sep 30 at 5:45 pm
58
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?

31
1
We have a system with Redundant Allen Bradley ControlLogix 1756-L82E PLCs linked with the 1756-RM2 redundancy module. I am having issues with trying to come up with the correct Port Segment Path for the Rockwell Driver. I assume with the redundant PLCs, you reference the redundancy module for tag information and allow them to route the message to the primary PLC.

19
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.).

90
11
I am going behind someone on an unfinished attempt to display alarm counts by area. Below is an alarm query tag calculation path for the influent pump station area:

\AlarmManager\GetAlarmStateStats(Scope(Self, "01_IntakePS")\ActivePriorities["0002"] : Invalid

I am getting no value results. Does anyone have any insight on what may be wrong with this parameter or if there is another metho
recent by benleeper  ·  Aug 30 at 7:25 pm
16
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
56
5
Tames posted Aug 13 at 7:03 pm
Just wanted to check in and see if I am doing something incorrectly inside this window.

I just have a bunch of widget selected at once. I wish to delete multiple widgets in this selection. My first instinct was to just right click a widget inside the window and click delete. The surprising part is that the system then unselected all of my widgets that I had selected. I selected the group aga
40
2
Tames posted Jul 31 at 4:30 pm
I am trying to find a way to change the Font colour of the Droplist widgets Title text. The Style and Font links are for the text in the droplist but there seems to be no option for the title text. It currently defaults to pure black and this is not a great colour for me to use in the HMI I am using this widget on. Is there a work around to be able to change the colour of the TITLE text?
Than
recent by Tames  ·  Aug 27 at 8:09 pm
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
1234 ... 30
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft