New topic
Categories
222
3
User7263 posted Jul 28 '20 at 7:39 am
Still new to VTScada.

I have an I/O tag of length word in VT scada with an output address to a register in the PLC. I want to set/reset a bit at a desired position in that tag if an alarm status tag is true. What is the best way to do this?

Thanks

recent by User7263  ·  Jul 29 '20 at 8:40 pm
74
1
I already created the tags for my PLC in VTScada. I am trying to pull the digital status of a device in my system. First I was using Y memory bit, the digital status can be pulled correctly, I can see a value 1 shown on the Tag when that device was on. The Y memory bit address and function code are attached.


Then, I changed the Y memory to C memory bit, the device is still working well.
5f19f22bc3f79
recent by dan  ·  Jul 29 '20 at 5:16 pm
75
2
I have an ultrasonic sensor with range from 40~300 [mm] outputs 4~20 [mA] to my PLC(ClickPLC). I established connection with the PLC and VTScada Light, the value pulled form PLC, is varying from -171 to 700 something with scaling set as 0~100 for both raw and processed.

I tried to pulled data from some other addresses on my PLC which are not used at all, I did get a value of zero. So I assum
118
0
since Vt scada has taken by delta electronics,does it support delta dvp 14ss2 rs485 i tried connecting it,or how to link kepserver with vt scada,I am getting data on kepserver quick client but not on vt scada.Seems like some certificate problem.can I get the proper method to do so?
thank you,
yogesh thakare,
Koolaxis LLP.
INDIA

71
3
I've created a Custom Type that contains five analog tags - Value, EU_Max, EU_Min, L_Alarm, H_Alarm. Their PLC addresses are based on a custom Parameter called 'BaseAddress'. Address expression example:

\baseaddress + ".Value"
I've also tried:

Pickvalid(Concat(..\baseaddress, ".Value), "")
and

Concat(getphrase(..\baseaddress), ".Value")
etc

Have also tried checking and unchecking
recent by DanW  ·  Jul 14 '20 at 10:14 pm
57
2
Someone redefined a type with a bunch of tags that didn't actually belong to the Type but were meant only for a particular instance. This went unnoticed for several months.

If possible, I'd like to set the Type back to the way it is supposed to be but cannot lose the history of those tags that were inadvertently added to the Type.

Hope this makes sense. Is there a not-too-complicated way
recent by DanW  ·  Jul 8 '20 at 4:08 pm
460
15
We are testing the VT Scada Light. I am trying to connect it with a energy measurement system using Modbus over TCP/IP directly from PC.

I created the tag using 'TCP IP Port' -> 'Modbus Compatible Device' -> 'Analog Input' and didn´t get the communication.

Followed the basic configuration done:

TCP IP Port: Adress: 192.168.1.12 Port: 502

Modbus Compatible Device: S
1
recent by Michael  ·  Jul 3 '20 at 3:00 pm
93
3
BobbyLove posted Jun 30 '20 at 8:41 pm
Hello,

I recently downloaded VTScadaLIGHT in order to test a prototype device. I am writing to Modbus registers 40001 - 40010, and splitting my floating point values into 16 bit unsigned integers. How would I union them back together in VTScadaLIGHT as a floating point value?

ex)
40001 = 16 bit unsigned int
40002 = 16 bit unsigned int

union of 4001 and 40002 = Floating point
recent by Victor  ·  Jul 1 '20 at 10:06 pm
53
3
DanW posted Jun 25 '20 at 5:20 pm
If I open the Historical Data Viewer page and turn a tag's trend visibility off by clicking the eyeball icon and then close the page, the trend visibility is set to disabled globally. You go to a page showing that tag's value and click on it to open the plot and it is not visible. Not only that, but any other user will also have that tag's plot not be visible.

How can I configure the plot vis
recent by DanW  ·  Jun 30 '20 at 7:33 pm
68
4
Ketul posted Jun 25 '20 at 10:11 am
I have created a new Type in Context tag and created this with Create new Type. Its added in Tag list as a new Type tag. I want to enable/disable this new type tag for users.

I have added new type tag named as "MyType". I want to Enable/Disable this tag type for different users.
(Users with no permission to show this tag type are not able to visible this tag type in tag list)

How can
5ef4706535755
144
5
User7263 posted Jun 21 '20 at 10:04 pm
Hello, I am new to VTScada. I have an Alarm Word from the PLC, where each bit represents an individual fault. I'd like to read the entire Alarm Word as a single tag in VTscada and create alarms for each individual bit. I have found the expression Bit([HMI Alarm Word],2) for example to work as an expression, but I'm not sure where/how to enter this to create the Alarm. Thanks.

recent by User7263  ·  Jun 24 '20 at 9:07 am
90
1
Subranna posted Jun 17 '20 at 1:13 am
A step-by-step guide to create an ODBC Connection:


How to create HTTP server for ODBC connection from local desktop?
After setting up HTTP server, I know how to create a DSN.

Please help to achieve HTTP server setup.

145
1
When setting up a modem for call out alarming for VTScada on a virtual server, is there documentation available that can be used as a guide during set up?

Looking for something that I can give a customers IT manager. Trying to follow best practice, make sure the set up is done correctly, and all needed steps are followed.

[Solved] Ended up doing USB pass through to the Voice Modem, and
recent by Michael  ·  Jun 10 '20 at 6:38 pm
156
9
GN posted Jun 2 '20 at 9:14 pm
Hi,

I am new to VTScada and experimenting with VTScada light. Did a setup using Pumps and values.

I have a tag let us say > Local TCP Port\PLCSim\Pump 1 \ Motor Speed with current value 500.

Is there any way to set this value to 1000 by using some external programming (Not through manual dials)?

I do see the REST interface provides read capability for these tags, but NOT the w
recent by GN  ·  Jun 9 '20 at 8:36 pm
130
3
Hi VTScada Support.

I have two questions,


I have an Ethernet/IP to Data Highway Plus Converter it is ANC-100e (https://automation-networks.com/automation-networks-anc-100e-2).

It works as a controllogix gateway with a 1756 ENET and a 1756 DHRIO.

Can we work with your software? We use PCCC not CIP.

And if there is a way can you tell me how or where to look for a guide or manual?
recent by support  ·  Jun 8 '20 at 9:06 pm
90
3
Hi, is there a way to update a custom report without having to restart the application?

I've been playing with some custom reports in VTScada.
Currently, adding a new report won't require the application to restart, but adding or removing a report would require the application to start after clicking Import File Change. This becomes quite time consuming if I need to make/test small chang
recent by Victor  ·  Jun 8 '20 at 4:32 pm
80
2
I created a tag and then deleted it, but wanted to remake the tag again later after making some changes in a template tag. When I tried to recreate the tag I got the following error message, "A module or variable with the same name already exists. Please enter another name for this tag".

I am guessing that this error can be corrected so I can make another tag with the same name by deleting th
65
2
sparky.4404 posted May 12 '20 at 7:34 pm
Hi, I'm fairly new to setting up a system with VTScada, I'm using VTS 12 Lite to monitor and control small monitoring stations. The monitoring stations have the ability to detect a communications failure and save data locally. Is it possible to have this data uploaded into VTS automatically for display in the HDV?

I have seen this done before however, the situation was that there were propri
recent by Michael  ·  May 13 '20 at 3:16 pm
61
0
Is there a way to remove the Notpad's from the popup HDV.
For Example if each site has a notepad in the Folder it shows all them in the HDV. i am Okay with having the System Notes in there but it is just getting out of control with every other one.

82
0
mattn posted Apr 9 '20 at 3:30 pm
New to VTscada trying to figure out how somethings are done in this environment.

Is there a tag type that is VTscada scoped? That is not being written back to a PLC.

For example if I wanted to create a VTscada tag that an operator could interact with to reset a totalizer tag, what type of tag would I use?

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