New topic
Categories
2
0
EA Sports FC 26 has brought fresh gameplay changes with new patches influencing the meta. Mastering the FC 26 Coins right formations and custom tactics remains essential for dominating in Ultimate Team, Division Rivals, and Champions. This guide highlights the top meta setups that pros and top players use to secure consistent wins.

Why Formations Matter in FC 26

The right formation balanc
2
0
Diablo 4 Season 13 brings exciting new mechanics with the Lord of Hatred expansion. Necromancers shine in endgame content thanks to Diablo IV Items powerful blood and bone skills. Among top options, the Bone Spirit Necromancer stands out as one of the fastest for speed farming, Pit clears, and general endgame activities.

Why Bone Spirit Necro Excels in Season 13

Bone Spirit builds deliver
2
0
Path of Exile 2’s 0.5 patch, Return of the Ancients, brings significant balance changes and new mechanics. With fresh ascendancies and adjustments to Poe 2 Currency skills, certain league starters stand out for their smooth progression, strong scaling, and reliability in both campaign and early mapping. Here are three builds poised to dominate the league start meta.


Twister Spirit Walk
39
1
I am trying to connect to Watlow F4T process controller. Its temperature setpoint is IEEE float, 2 registers. After testing, I found it is using BADC reversed IEEE. I chose Open Modbus TCP and Reverse IEEE Double Byte, but I don't get the correct value. I tried both relative and absolute addresses, but neither worked. Could someone help me with it? Or the LIGHT version doesn't support 2-register
recent by jcnaquin  ·  May 26 at 4:31 pm
49
3
Hello!

I am using the Modbus TCP driver to communicate with Schneider Electric PowerLogic / Micrologic MTZ breaker with ethernet communication module. The breaker's Modbus Standard Address is locked at 255. From the instruction manual (see image below), the Modbus TCP driver only supports addresses 1-247.



Is there some type of expression that can be used to have the Modbus TCP driv
6a0f4fc108c29
17
0
What is more efficient, scope calls with more then 1 reference, or scope call to variable.
What is the system weight on scope functions.

For Example

IF Watch(1, Scope(Root, "Run Status")\Value);
[
Value = \GetPhrase(Scope(Root, "Run Status")\DisplayValue);
]

OR

RunStatusVariable;

RunStatusVariable = Scope(Root, "Run Status");

IF Watch(1, RunStatusVariable.Value);
[
16
0
John003478 posted May 15 at 6:00 am
If we hosted vtscada server on cloud by renting server in Azure or AWS, how field devices at the facility (for example., PLC) will send its data to VTScada on cloud?

We'd to know detail technical and networking setup between field devices like plc to VTscada in cloud. If Trihedral has example architecture (SCADA hosted on cloud), could advise how it looks like?

We understand we might nee
85
2
We would like to clarify the following points related to VTScada historian storage and report export.

1) VTScada Historian Storage on NAS

We would like to confirm whether VTScada historical/tag data can be stored on a NAS (Network Attached Storage).

From VTScada documentation, we found that the Storage Location can be changed, but there is also a note stating:

“In general, d
28
0
sparky posted May 12 at 5:30 pm
I am looking for a way to for a user to logoff one workstation when they login to another. I am getting push back on login times being too short and the powers that be insisting on long times (4 hours or more) before they are automatically logged off. However, I've discovered that they are now either sharing one individual's login, or that person is logging in everywhere and leaving.

Either
31
0
VTScada alarm notifications and are now getting SendMail Error [9]: Server does not support AUTH when sending through smtp.gmail.com.
Setup:

VTScada latest version, Windows 10
SMTP server: smtp.gmail.com, port 587
Transport layer security: "Use TLS if available"
Gmail has 2-Step Verification on, using app password
POP3 incoming side works fine with the same credentials

What
77
1
Martin posted Apr 9 at 4:49 pm
I am creating a project to track production of equipment for multiple customers at one shop. I am using parameterized pages.

This includes a Level 1 Page for Customer Selection, Level 2 page for Equipment Selection, and Level 3 that includes a widget (String entry for Equipment ID, and Droplist for Process Status for that piece of equipment). I have also setup a Dashboard Page to see all Leve
69d7c40b9a5a1
recent by cardsfan  ·  Apr 11 at 2:53 am
65
1
vinicius posted Mar 24 at 8:28 pm
Hello, I'm having a problem!

I created a username and password for my project in VTScada, but I wasn't careful and must have made a mistake, and now I simply can't access anything!!!

Can you help me reset my login and password so I don't have to redo my entire project?

Thank you in advance to everyone who is interested in helping!

recent by Dave - VTScada  ·  Apr 7 at 7:05 pm
41
0
I have a 4-monitor system with 4 separate VIC sessions running. Is there a way to configure the parameters of a VIC session shortcut to display in a specific monitor?

Thanks!

71
1
I would like some help from you. I need to export an analog tag to an Excel (xls) report, but when I export it via the report, the tag exports the decimal places using periods (.). I need it to export with colons (,). Is it possible to make this change? Thank you.

recent by TomE  ·  Mar 29 at 1:24 pm
77
1
I've looked and tested and seem to be missing what seems to be a simple concept. I'm also trying to stay away from scripting, even though I know I've found examples of doing what I need there.

I'd like to have a tag, using expressions or a special tag that I might have missed, to update based on another tag getting its value updated. I've used a trigger tag and have gotten close, but I seem
recent by cardsfan  ·  Mar 14 at 3:26 am
156
3
beno posted Jan 7 at 5:59 pm
Brand new to VTSCADA but not SCADA platforms.... (I plan to sign up for either remote or in-person training ASAP).

I have a noisy alarm and rather than just bump the setpoint, I'd like to understand what the tag is reporting.

Here are the tag details as exported from the Record Details pop up box.

Name Rockwell\Alarms\CommsLoss
Area
Description PLC Loss of Comms
recent by Boonz  ·  Mar 9 at 4:32 am
82
2
hilldc posted Mar 8 at 2:43 pm
I'm getting about an hour flatline on trends which started with the time change this morning. I have checked times on all servers to make sure they updated and match. Any suggestions? Thanks




69ad8b0a26d9b
recent by Boonz  ·  Mar 9 at 4:24 am
318
7
At our treatment plant we have 5 Schneider Electric Trio JR Radios. We recently had an issue with communications, but got the issue resolved. I am wanting to implement a few things on VTScada to give our operators a graphic should there ever be any kind of problems with a drop of plant wide communications. My only concern is that I do not have much experience when setting up or configuring the SN
recent by beno  ·  Mar 2 at 3:28 pm
50
0
I am testing Driver Multiplexer with two Kepware OPC UA servers.

Q1> When failover switching to secondary driver successfully, data updates can see in values.

But the issue is

Historian logging still considers to log or not depending on deadband value of another driver IO tag. I noticed this when I found the data is not updated in historian. How should i fix it? I want to get new
134
4
I am currently involved in deployment a distributed system, with a highly restrictive radio link which I am not allowed to send VTScada data across.

Modbus communications are in place for this project.

So I have:

CentralVT and CentralPLC at the central office. CentralVT talks only to CentralPLC, which servers as a data concentrator for all remote sites.

Site1VT and Site1PLC. Site1
71
1
jemelton posted Feb 4 at 4:16 pm
Does anyone know if Trihedral has, or plans on producing a momentary switch that actually looks like a toggle switch instead of a plain button?

We know about the momentary button and it functions the way it is supposed to function, but for aesthetic continuity we would like to have a toggle switch that is momentary.

Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
1234 ... 37
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft