Does the release of your Graphic Terminal Licence ( https://www.vtscada.com/documents/datasheets/Datasheet-VTScada-GraphicTerminalLicense.pdf ) mean we'll be getting pop-up keypad/keyboard input widgets soon?
Dear Sir,
I will reset windows 10 with clean wipe. Please guide how to take backup and restore vtscada light
In VTscada, is there a way to link a tag to an alarm acknowledgement button in the alarm window that can turn on or off a tag in the PLC?
Thanks.
Ketul
posted Mar 24 '22 at 11:04 am
I want to add my custom VAM Icon for my application to display in VAM site lists.
where and how can I add my custom image or where I can modify the existing image for my single application only?
Jerry
posted Nov 3 '21 at 8:03 am
How to exit project program by button,Which script is associated under the button? Can you give me a sample,thanks.
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
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?
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
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
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
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
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
Ketul
posted Dec 1 '21 at 9:39 am
I want to read data in VTscada individual tags from MS-SQL.
I have created database & tables in MS-SQL. I want to read some string, integer data in VTscada tags.
Also, I need to know SQL addressing to read data from MS-SQL in individual tags in VTScada.
Can you please guide me on this?
DanW
posted Nov 27 '21 at 6:03 am
I've added >100 Widgets from another application by copying the .src files to the Widgets folder and declaring them in AppRoot. This worked but how do I get them to show in the Widgets menu and Idea studio? In the tag export, the Menu Item sheet is kinda cryptic so I'm currently out of ideas other than manually adding them... yuck.
Jerry
posted Oct 31 '21 at 2:25 pm
I want to use a button to pop up the dialog box for user login. I read the manual to use UserLogonDialog, but it failed to test successfully. Can you give me a sample, thank you