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.).
How do i make the VTScada server only use my one IP address not both NIC's
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
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.
Tames
posted Aug 13 '24 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
Tames
posted Jul 31 '24 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
is there a way to add a carriage return-line to a text or specifically a tool tip widget.
For example,
concat("Text", \r, [tag])
Is there a way to change the page print orientation and other variables through VTScada?
Thanks.
Is the PrintDialogBox function a way? I don't understand exactly how it works
cihat
posted Aug 14 '24 at 7:37 pm
Hello, I am preparing a report, for this I want to bind it to a tag using the add parameter expresion to the duration value by selecting the time custom in the report tag, but it is said that I need to enter a value in the range 1-32767.
Can we make the I/O tag suitable for this. Obviously, I am creating the report time with the totalizer. I should somehow automatically assign this totalizer
I am looking to test the state change of some I/O tags, analog inputs for breaker status. Is there a way to force a value for the tag so I can see the Text Change and Color Box widgets change text and color?
Atomeg
posted Aug 12 '24 at 8:22 am
Hi!
Im trying to show popup window on internal tag change from false to true, but it doesnt work.. I write in source code this code (this code in Main [..]):
If [test_bool_tag]==true;
[
\DisplayManager\ShowPage("test_page");
]
Maybe I'm doing something wrong or other better ways to do this?
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
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
zwoods
posted Aug 7 '24 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.
Has anyone connected VTScada MQTT client driver to AWS IoT Core MQTT broker successfully? I have a device publishing to a AWS and I can see the data coming in on the topic.
I added the TCP/IP port for the AWS broker. Really unclear as to what Name/Address to use, as well as the port and if I need to use TLS. I am thinking I do since the device I am using I had to copy the TLS Security certif
JWK
posted Jul 7 '24 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.
I have locked my login in vtscada and I want to unlock it and know how to reset it, in a clear, specific and fast way.
help me
Maiza
posted Jul 23 '24 at 4:59 pm
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
I have an alarm since forever and it is nowhere to be found and it doesn't have any description so I can track it down and disable it or do something with it.
ARuiz
posted Jun 12 '24 at 4:42 pm
Any way to change the Backround color of the Historical Data Viewer? It would be nice to be able to change to black for better contrast.
In the Bottom Left is a navigation widget made with Page Buttons. In the picture, the "Digster" page is opened.
My question is:
Is there a way to highlight the background of each button when the particular page is loaded on screen?
For example, in this cases, the "Digester" button is clicked and "Digester" button is opened. So the Page button should have a different background color.
jbward8
posted Jul 11 '24 at 5:41 pm
I am trying to create a new tag that totalizes a tag based on month. (I dont want the last 30 days, but the total for January, February, etc.). The specific tag that I am using total pieces of production for a 12 hour shift. I need to totalize that tag to see the production for that month.
Is there any indirect tag in VT-SCADA?
I'm just want to show multiple devices in one widget. So, like other scada, using indirect tag put in widget and just need to change that indirect tag to show value of different devices.
J_Hob
posted Jun 7 '24 at 3:53 pm
Hi All,
Does anyone know if it is possible to move a current string tag value to another string tag?
I have tried to multi-write tag... it allows a constant to be written to a string output tag but not another string tag value to be written to a output tag...
Any help would be much appreciated.
gtuvar
posted Jun 14 '24 at 8:30 am
is it possible to access data stored by creating DBSystem similarly to the tag data via 3rd party SQL Query
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
Narciso
posted Jun 27 '24 at 12:21 pm
Question: How to change the message that appears in the confirmation pop-up when the "Confirmation dialog" is enable in a button?
This is the default message:
"Are you sure you want to change the value to Running?"
This is what I would like it to say:
"Are you sure you want to issue this control action?"
What is the procedure to change the confirmation pop-up messa
I am trying to build a text display based on an analog value. I know I have to use text box with an expression, but I don't understand how to assign the text display to appear
Jozua
posted Jun 3 '24 at 12:02 pm
Is there any way to use a normal push button the same way as the set value button? or maybe a set value hotbox?
The default set value button is basic and too default doesn't look good in my current project.
FX5U-80MR PLC need to connect with VTSCADA, As i checked there is mitsubishi driver option available in VTSCADA but the available option is only for iQR series but FX5U PLC comes into iQF series.
Please suggest how do I connect with mitsubishi PLC.