I am trying to make a simple toggle button that will output digital 1 or 0, and indicate feedback state with color change and text change.
The output can be changed from other locations so this button needs to change states accordingly.
Seems very basic, but this is my first VTScada project and I can't seem to accomplish what I want.
Thanks for any help I can get.
I want to send the data to the third-party system over BACnet.
How can I do that?
Although, I did some exercise referring help manual but, seems like I can only read the data from other devices.
So, can I send data over BACnet or I can only read/monitor through BACnet!!?
In my application, several tags does not have their updated value displayed in the historical data viewer.
I can see that the tag has a "live" value that is different than the value displayed in the historical data viewer.
There are no deadbands defined for the tags, and the value should be logged in the historical data viewer directly. The minimum log interval for the tags are set to "0"
IS there anyway to fix what you see below ? There seems to be a link to something, but it never allows me to go anywhere.
We use Google Drive to house information of various lift stations utilizing a program spawn widget. Here's the breakdown of that program spawn...
This is just a shortened down version of what's included in that box for program spawn properties. There are 64 lift stations, so the list below is definitely longer. I created a folder for LS71 because at the time we did not have a dedicated folder
Just wondering if anyone has had any luck using VTScada to connect to the BRX Controllers from Automation Direct. I love the PLCs but I am only successful with MODBUS comms which are limited to specific registers. I create my own User Data Types (UDT's) that are mappable to EIP Locations to which you can use Ethernet Explicit Messaging to. I am very unfamiliar with getting the communications to
BHames
posted Mar 16 '22 at 9:23 pm
I'm having trouble getting a value from a Microhard Bullet into VTSCADA from my mosquitto broker, I am trying to get the value of temperature,
{
"file_format_version" : "3.1",
"main" : [ {
"temperature" : "43.27",
"voltage" : "12.48",
"uptime" : "1120074",
"devicetime" : "2022-03-16 14:38:10 MDT"
} ],
I am using the default decoder and the address I'm trying is
Micr
Analog Input Tags, Analog Status Tags, Digital Input, Digital Status, etc are all considered legacy type tags according to the VTScada Help files. It is advised to use I/O and Calculations Tag instead. Why ? Is there anything wrong with using legacy tags ? What are the main differences from legacy tags to i/o & calculation tags ?
I am a complete beginner with VTScada Light, and I am looking to connect a bluetooth device and display data using this software. The device I am using is a combustible gas sensor. What is the best way to accomplish this?
Jiri
posted Mar 4 '22 at 2:08 pm
Hi, I have to communicate to Micrologix 1100 over TCPIP. I made confoguration according your sample project AB CIP Driver Demo and related YouTube video, but did not succeded.
Could you, please, provide me with example of configuration with one analogue tag addressed to N7:0 for example. I would like to use local Ethernet site using TCPIP. (Direct connection between PC and Ethernet port on Mi
If you notice, I have two parent tags called USGS & USGS 2. These tags point to a different USGS site location (Cribbs Mill Creek & Black Warrior River). From that parent tag, I've made two child tags with two analog status. I have an analog status for pulling the discharge, cubic feet per second and the gage height of both cribbs mill creek & black warrior river. How do I associate t
rlm
posted Mar 1 '22 at 4:27 am
I thought this would be simple but I'm having trouble getting it to work. I want to create a two color bar where the bar is green in normal and the entire bar turns red after the setpoint (not just the area above the setpoint). For example, a tank level 0 to 100% and high setpoint is 80%. In normal, the bar is green. When the level hits 80%, I want the entire bar to turn red not just the area
Good morning,
I just installed this wonderful SCADA, and following the help, I can not make a connection using MODBUS TCP/IP... something I am not doing well.
The modbus tcp/ip communication I do perfectly from other software, and I read and write in all directions well.
The data I have on the other soft:
LAPTOP IP: 192.168.82.200
SLAVE MODBUS: 192.168.82.1
PORT: 502
I thin
Ketul
posted Feb 28 '22 at 12:53 pm
I have entered string entries in my IO calculation tags.
I want to show the indicator as a green label when the written value from the VTScada to RTU gets written successfully.
As shown in the pic above, When this string value gets written successfully into the RTU from SCADA, I want to show the indicator as Green.
How can I do that? Please guide me.
Let me know if any other
I've been playing around with VTScadaLight for a few days now, wanting to learn more and more about VTScada. I can not seem to find where PMC1001 originates from ? I know it's a serial connection, a child of the Local TCP Port. I am hoping someone knows where to find PMC1001
Hello all,
I want to read the Module IP address and show that in screen under each Module Image. All I got is TCPIP port's status value but not IP address.
How can I read the IP address from the TCP port and show that in the screen for the concerned module.
Note: Do not want to add manually. It will be customizable and may be changed in future. So as per change should also reflect in
rubaid
posted Jul 10 '20 at 5:35 am
I am running the micro800 simulator on Allen Bradley's CCW software. It appears that you support micro800 PLC's using the Symbolic CIP driver, however when I try to use the AB CIP driver demo downloaded from your site, the connection blinks green and does not stay on. I have the simulator running on CCW with a basic start/stop logic. Please let me know if there is something specific that I need t
Careyh
posted Feb 8 '22 at 12:08 am
What is the correct syntax for an IO tag address to read data with the SQL Data Driver when the column name in the source data base has a '\' in it?
I'm attempting to read data from one VTScada application to another, and haven't been able to get the proper syntax for a successful query. The query when viewed in the trace viewer is always cut off after the first '\'.
Hello,
We are trying to set up communications from VT to a PLC5 over ethernet through a NET-ENI adapter. I can connect to the PLC over ethernet through RSLogix, but am only receiving errors on the VT end. I have the following configurations:
TCP/IP Port - IP address, port 44818
AB DF1 Driver - I have tried this both serial and TCP/IP but cannot read any values. I can see the driver wil
Dear Sir,
I want to do some conditional calculational ref. to analog tag.
After calculating, answer store in other analog tag.
I put a Advantech SCADA TCL: script Example below here: ( I want same like that in VTSCADA )
==================================================
A and B is local Script tag
B_N(0) and B_N(1) Analog SCADA Tag
Bv1 and Bv2 Analog SCADA Tag
if {[GETVAL B_N
Dear Sir
I want calculation in analog Tag, if
some conditional expressions is true.
how i can write script ?
Different tcl script example: set Sum variable
if {[GETVAL B_N(4)]==1} then { set A [GETVAL Bv5]
} else { set A 0
}
if {[GETVAL B_N(5)]==1} then { set B [GETVAL Bv6]
} else { set B 0
}
SETVAL sum=[expr $A + $B]
}
Ketul
posted Jan 27 '22 at 5:12 am
My aim is to open the date picker window when the user clicks on the one bitmap calendar image icon.
Then after the selection of data, it will display on one text box.
I can draw the text box, calendar icon in the idea studio.
How can I open the date picker window when clicking on the calendar icon?
Can you please guide me on how can I open a date picker window for u
gmangan
posted Jan 19 '22 at 9:42 pm
Is there a way to change the default alarm tone? Would like to change it to one of the other WAV sounds in the application folder
Need to configure Automatic seamless server failover at Client side. We have configured two servers in "VTScada Thin Client/Server Setup" under Server Setup option. We have one Public IP under which we need to configure our two redundant servers.
We have created two port forwarding rules at Network router for these two servers.
Snap shot as per below,
Router we have configured
Hello, i am trying to dynamically set the PageHeight property in the source code of a popup.
its seems you cannot run an expression in the variable declaration of the source code.
I can put this in the main function PageHeight = PickValid(Type_PID\RemSP, 0) == 1 ? 709 : 577 ;
But it seems it doesn’t resize the popup.
Is there a way to change the height of a popup with an expre
gtuvar
posted Jan 11 '22 at 10:40 am
Hi,
We have configured 2 SCADA server. Both are having different public IP. when both servers are up thin client connections are distributed among two servers. but when primary server goes down we are not able to connect new thin client connection with the link of primary server public IP even if backup server is up. we need to connect to the secondary server's public IP manually.
So is
How can I know the status of modules which are over TCPIP network? For instance there is a printer which will be connected with SCADA over TCPIP network and I want to know the status whether it is connected or not.
Ketul
posted Dec 21 '21 at 11:56 am
I want to make an image blinking when the digital tag property change to 1.
When the digital tag value change to 1, My image needs to blink on the screen.
How can it be possible and how can I configure the image to do so?
Hello,
I'm new to VTScada and currently using VTScada light and watching videos to get started. Two quick questions.
The text widget correctly reads a tag in the PLC but displays a ? at the end of the text. How do I get rid of the ? at the end of the text?
How can I change the color schemes for the gauge widgets? I'm using the Arc Meter gauge widget which is blue but don't see any
Can someone explain how to setup the very basic polling I require?
here's what I need
read from remote site A for 5 seconds
read from remote site B for 5 seconds
read from remote site C for 5 seconds
read from remote site D for 5 seconds
read from remote site E for 5 seconds
... repeat
What I've done based on my interpretation of the polling driver help is polling all five sites conti