New topic
Categories
28
0
klausm3@gmail.com posted May 12 '23 at 12:35 pm
I am looking into replacing the scada system we have with VTscada but have run into a problem . Some of the addresses on the Omron plc (Modbus) are strings and contain ascii text which needs to be manipulated via the scada Ie Product name. At this stage the tag returns a number not text. Can anyone help me with this.

60
2
abTimJ posted May 10 '23 at 7:21 pm
I've created some tag types and instances of them, but when my project loads, I get a "Tag name collision" in the Error Report.
I've checked the help files and it mentions that the duplicate tag will be disabled, but both tags in the tag browser are enabled, and further to that, the names of the tags and the unique IDs are all different. The only thing that is the same is the "declaration key
recent by abTimJ  ·  May 10 '23 at 9:08 pm
70
1
Hi, I'm working in an application for control some devices using a PLC GE RXi3,for that, I' m using a Selector Switch widget and the same tag type. Now, I would like write in two different addresses (%MXXXX and %MYYYY) at the same time when I select and specific selector switch position. I try using this simple expression "%M01542 && %M01543" is accepted like good but go to error when exe
237
2
Ketul posted May 2 '23 at 7:44 am
I want to read Modbus register 62257 value from Holding Register (Function Code 3) with Unsigned16 (U16) data type. How can I write a register address for this with VTScada Modbus Driver?

Driver: VTScada Modbus Compatible Driver
Function Code: FC3
Group: Holding Register
Register Number: 62257
Data Type: U16 (Unsigned16)

Can you please suggest me a Read Address on which I can
recent by Ketul  ·  May 3 '23 at 7:06 am
178
3
Complete newbie here and am self teaching myself VTScada and SCADA in general. I am getting a float variable back from the MODBUS expressed in exponential form. I now need to convert this to its actual value that the float represents. Is there a function in VTScada that does this or do I need to write a function to go to binary, decodes the binary and then convert back to decimal.

recent by genidoc  ·  May 2 '23 at 10:18 pm
97
3
Popup pages can appear because of a button click, but is there a way to get a popup to appear based on a set of conditions? The way you get the access denied popup if you haven't logged in. I want to prompt users to correct the action that has prevented an action if possible. Is there something possible that is different than the alarm popup bage, thats more simliar to the login prompt? Would
6447d2f2838e4
recent by abarnesTEI  ·  May 1 '23 at 1:35 pm
2k
5
Hi, is there a recommended way to trigger on-screen keyboard on Windows 10?
I have an application with a Program Spawn button and a path to c:\Windows\System32\osk.exe
The same button on Windows 7 would open the on-screen keyboard but not on Windows 10.
However, if I change it to notepad c:\Windows\System32\notepad.exe, it would work on both Windows 7 and Windows 10.

Thanks
Vic
recent by admin  ·  Apr 27 '23 at 7:32 pm
45
0
Is it possible to make the droplist widget write to a property of a context tag? I haven't been able to successfully change the properties this way of a Context tag this way. I can always set up a hotbox an operator can right click and edit properties in this way. But the most user friendly/ optimal method for data governance would be this droplist widget.

Another way would be to create
131
1
hello everyone

I have been configuring the software so that clients have remote access to my vtscada program, I bought the domain, ssl certificate, and followed the configuration in detail according to Dave Spencer's video on VtScada's youtube channel, but I can only view my program on other computers on the local network.

At the end of the video, in my program, in the "Thin Client / Serv
496
12
Brandon Peay @ Fritz Winter posted Jun 21 '19 at 4:26 pm
I am working with a Siemens S7 TIA Portal program and I am trying to pull the part type from the PLC into the VTSCADA system. The issue I am having with the String I\O is I am only getting the DEC form of the tag and not the CHARACTER values. In the PLC in a watch table when I look at the exact tag in DEC I get the value of 2565 but in CHAR I get DB 10 (FW part type). is there something I can do
recent by mike_yung  ·  Mar 23 '23 at 2:59 pm
67
1
rest_response.txt


Hello Team,

We are working on reading the data using VTScada REST queries. While working History_TPPvalue tables we are trying to read Average values. While comparing the result in the Tag browser we found that the values are not the same. I have attached the screenshot for Historical Data Viewer and also the txt file with the REST query and its response. Could you
6412f5e0d6252
24
0
Jason posted Mar 13 '23 at 3:25 pm
Looking to add the time in the top right comer of the title bar for a popup page, I know a command to display time but how can I get it to show in the same spot on the right hand side? The page title right now is dependant on the tagname thats used for the popup

42
0
flagshang posted Feb 27 '23 at 2:38 am
I have only one VTScada. I want to regular move the earliest month history data to another disk driver for efficiency and data backup. How can VTScada do this? Thank you.

28
0
Please provide an example of how *this is done.


May be set in a parent context tag if you have Modbus devices with differing address offsets.


I have no idea how to put a context tag into an application's configuration.

... * referring to latest help

101
3
This help page describes thin client licensing as follows.


If you have a multi-server application and want to allow connections to more than just one server, each must be licensed to allow client connections.


This help page describes thin client licensing as follows.


It is common for one of your server keys to allow many thin client connections and the others to have few or none.
49
2
Tames posted Feb 21 '23 at 9:40 pm
I built a Lufkin SAMS controller inside of my VTScada and it automatically built all the TAG's as either Analog Status or Digital Status TAG's (Legacy TAG's) I am trying to set the lowlow / low / high / highhigh limits for the Analog Status points but I found that these types only allow for a Low/High alarm, but in the support document the picture used for this TAG is the Calculations I/O Analog
63f53a2ec823a
recent by Tames  ·  Feb 22 '23 at 3:32 pm
78
2
Hey guys,

We have a decently large application (80k tags) with lots of Flow Computers. We have Low Flow setpoints and Debounce timers settable by operations and just go the Alarm tab on each Analog Status (FC still uses old style tags).

One issue we've noticed is if you change the parent tag type, or have a hard shutdown due to server issues, all these values get wiped out and get set to
recent by tmills10  ·  Feb 21 '23 at 9:23 pm
27
0
I would like to use the selector switch tag type as it has built in feedback alarms and the switch widgets. However, the components I am using will pulse the command to its state. Another reading will verify that the command worked and that the component is in the commanded state. I don't see an option to pulse the output of the selector switch. Will I have to use the digital IO tag and a cou
40
0
I tried to setup Thin Client access to the VAM according to the online help but got stuck at this step.


' 7. Create a user account and grant it the VTScada Thin Client privilege.


I couldn't find a "Thin Client privilege" to add to my account but adding "Internet Client Access" seems to work.

If I've done something wrong please let me know what I need to do to access the VTScada Thi
106
3
Parent Child References are the easiest to map. However, I am exploring the possibility that the hierarchy for an application might require references to properties in an adjacent tag in the hierarchy. I haven't run into issues when concatenating descriptions in this way. However, in other values that require a specific data type (Scan Intervals, Drivers, AIO Scale Min's and Max's), I have exp
100
2
Jason posted Feb 13 '23 at 7:59 pm
Would anyone happen to know a way I could have a button do 2 different things on a single press? Like set values to 2 different tags or set a value and change screens?

recent by Jason  ·  Feb 14 '23 at 6:51 pm
23
0
steven posted Feb 9 '23 at 7:14 am
i haw installed VTscada 12.1.12 and trying to add a OPC UA Client driver in my tag Browser. but when i selecting this type, the program closes.

is the VTScada light supporting OPC UA Client Driver?

70
3
mike_yung posted Feb 3 '23 at 2:25 pm
Has anyone found a way to print a full help topic from VTScada's online help? The only workaround I could find is selecting all the text, then copy pasting. If anyone's got something better I'd be excited to learn from you.

https://www.vtscada.com/help/ is not the only website with this issue.

It seems like it's a common problem with sites which haven't been upgraded to remain compatib
recent by mike_yung  ·  Feb 8 '23 at 4:11 pm
Categories
Actions
Hide topic messages
Enable infinite scrolling
All posts under this topic will be deleted ?
Previous
1 ... 78910111213 ... 32
Next
With selected deselect topics
Pending draft ... Click to resume editing
Discard draft