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"
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
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
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
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]
}
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
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.
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
sjit
posted Dec 13 '21 at 5:05 am
Hi am making a popup, i need to remove the default windows title bar to make a clean popup and close the popup when clicked outside... can we do it . i tried some setting in pageproperties/baritems... but not working
Rotate(Normalize(0, 0, 360),0,360,Point(0, 0, Invalid, Invalid))
Why the return value is Invalid?
sjit
posted Dec 6 '21 at 3:55 pm
Is there any way to edit the default widget and create a new widget out of it?