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
Is there a way to specify the default size of the screen that pops up when displaying a report? It's always an 800x600 box that has to be dragged or maximized.
Thanks.
Has anyone had someone from VT SCADA come to their facility to train operators on any questions and/or all the ease of uses of their application? We are a new facility, government owned, and everyone is green to the application. It would be nice to get a tutorial to all the things VT SCADA has to offer us!
cihat
posted May 10 '24 at 9:45 am
I am using my devoplement license on my client computer. when i finish my work i want to change the license to client license. every time i reinstall scada program so i waste my time, is there any way to change the license?
Maiza
posted May 5 '24 at 2:11 pm
I am unable to install version 12.1.42, because when installing, it presents an error extracting an image. I already have version 12.1.34 and I want to upgrade to 12.1.42. What to do?
BWRPWA
posted May 7 '24 at 2:38 pm
Hello,
I am considering the switch over to VT and I am getting a PC to test it out on, but will also be the main server on which it will run should I choose to do the switch.
I have always tried to purchase more than the minimum for the few SCADA servers I have setup. I want to do the same for this. However, its been a while since I have bought one and as I am building it the cost is ge
Maiza
posted Apr 11 '24 at 9:00 pm
I would like to know how the address of the Micro820's digital inputs and outputs is created, being used by the CCW for the VTSCada using the Rockwell driver? I tried to do it using IO_EM_DI_06 as an example, but it didn't work.
Maiza
posted Mar 27 '24 at 7:47 pm
I'm doing the following code that, when logging in with a certain user, goes to a specific page, but it's not working. Where is the error?
Code:
[
Title = "Page 1";
]
Main [
Return(Self);
If \SecurityManager\IsLoggedOn() = “maiza”;
[
\DisplayManager\ShowPage("Supervisorio";
]
]
The colorize function doesn't appear to work for the widgets in the Idea studio. I tried to set several of them from the standard grey to any other color in the properties/colorize area. but the image does not change,
I am trialing VTscada light v12.1.36
Maiza
posted Mar 19 '24 at 6:54 pm
I have a custom tag type, pumpstation, with a few different report tags as children that report on flows and pump activity.
When I create a new pumpstation tag, I always have to go into the child report tags again and create new groups of tags for those reports.
I guess the report tag uses unique tag ids and not relative tag names.
Is there any way to not have to do this manually e
Maiza
posted Mar 17 '24 at 4:17 pm
script for a specific user to login and go to a specific page for that user. How to make?
I need the "test" user to only view this page when logging in
Maiza
posted Mar 16 '24 at 10:39 pm
I have two users: admin and operator. the administrator can edit everything, super user. The operator will only be able to view the monitoring screen. How can I make him only see this page when logging into his account? the Supervisory Field page appears in the Admin. When I access the operator's account, I just want the monitoring page to appear
Maiza
posted Mar 13 '24 at 10:32 am
It is possible that the trihedral forum will make a video tutorial on how to use the "UserDialogLogon" function as there are some colleagues who are having difficulty. I tried to do it here but it didn't work.
Can a Tag Group for custom types be added to this menu? The All Tag Types folder is a hard place to find things.
Why hasn't Trihedral implemented a keypad popup for numeric entries? It's definitely feasible, as I've managed to create my own version. Incorporating this feature directly into numeric entry fields, with an option to enable or disable it, would significantly enhance usability and efficiency.
Is there a way to move the Data Age from a polling driver that is a child to the parent Context Tag/Custom Tag type? i looked through the source debugger for a variable and could not find one. i am assuming this may not be possible with the default context site details widget that is displayed. And yes i know if the polling driver is the parent it displays automatically.
BHames
posted Feb 29 '24 at 3:25 pm
Is their any plans to release this driver to be used in VTScada light?
Amp
posted Feb 26 '24 at 6:04 pm
Hi Everyone, I am having issues communicating with VTS software using compactlogix L32E from Allen-Bradley..
It communicantes for 10 s ( shows green on the small square) then loss communication( shows Grey on the small square which represents communication status).
I am looking forward to your help please.
Amp
Maiza
posted Feb 5 '24 at 9:08 pm
How do I add VTScada's native account fields to my supervisor? I need to create a login screen, as it will be for teachers and students, and each user has their respective permissions.