New topic
Categories
101
4
drummin89 posted Dec 19 '19 at 8:14 pm
I have some data points that I need to put in a report, but I only need to show those values every 15 minutes that the process is in a certain step (A pump is running). The report will be ran at the end of the month and will cover the entire month.

I would prefer to have those points logged continuously for trending and so the customer can look back at any time and see what the value was whet
recent by drummin89  ·  Dec 26 '19 at 7:12 pm
94
4
dbabler posted Oct 9 '19 at 1:01 pm
We currently are looking for a possible way to compile all the exported data that is collected into a nice easy to read template, keeping it as user friendly of a process as possible. I myself am very new to VTScada so I thought this would be the best place to come, has anyone found any cool solutions to this issue at all? These are all water treatment facilities so they're primarily use X amount
80
4
Mrpike posted Dec 17 '19 at 3:10 am
Hi community, is there a way to clear the logged trend plot line data. I want to keep storage on the host pc to a minimum and do not want this file to get too large. Keeping data for a long time is not a priority so I would like to delete the logged data periodically. Thank you.

228
2
Ketul posted Dec 19 '19 at 8:24 am
I want to send a SMS of generated faults/alarms from SCADA on mobile number through AT commands. I have connected westermo MRD-455 4G cellular router to scada workstation PC by serial to USB port.

How can i configure tags in scada for modem configuration and to notify SMS on my mobile number.

Can you please guide me through the steps to configure modem tags in scada.

65
1
Mrpike posted Dec 21 '19 at 2:08 am
Hi community. I am trying to use a calculation tag to determine the bit status of an analog value. I cannot seem to get the syntax correct to put in the expression. I found the code snippet below but I think that may be for scripting not expressions...not sure Is there any documentation on functions and syntax for these expressions? trying [value] && 4 does not work to find the statu
5dfd7df070c36
recent by Mrpike  ·  Dec 21 '19 at 3:27 pm
116
9
Hello vt scada community. New user here. I am looking for assistance to create several digital tags based off the value of a single Modbus register. For example, register 40001 value =1 is "pump running". Same register 40001 value =2 is "pump stopped". How can I accomplish this with minimal tag usage? Thank you

recent by Mrpike  ·  Dec 19 '19 at 8:54 pm
141
5
I need to create a report that will display the lowest value that a tag registered throughout an entire day, along with the time that occurred. On top of that I need to display this information for the entire month.

I really do not know how to approach this at the moment.

I thought about using the standard report type since I believe it dumps all the available data into the report, and th
recent by drummin89  ·  Dec 19 '19 at 4:51 pm
102
7
CharlesH posted Nov 22 '19 at 4:48 pm
Is it possible to build a tag that can determine the elevation of my facility based upon the coordinantes in the parent site tag?

Or is it possible build a widget that references the Long. and Lat. of the parent site tag to determine site's elevation?

Thanks in advance!

132
5
Programming question:

I'm using an Analog output (VTS Datatype) writing to a PLC DINT by way of a "Numeric Input" on the page to allow user to enter a passcode (EQU in PLC) to permit the action of a selector switch, right below the numeric input box.

When you enter the correct number, "it is retained in the VTS tag browser" and will work okay. But I need a way to clear it out after a minu
recent by ADubberly  ·  Dec 12 '19 at 6:32 pm
73
2
It appears as though you cannot pass a Universal IO - String Calculation tag configured as a string to a Script tag.

Changing the Universal tag to a Numeric Calculation, but keeping the value as a string, works just fine, the Script is able to use the parameter's string value. Downside of this is that the value of the tag does not show in the tag browser.

As well, using the legacy Calcula
recent by Michael  ·  Dec 11 '19 at 4:38 pm
62
2
Serv-atron posted Dec 10 '19 at 9:57 pm
I have a 4 position switch in the PLC
I need a 4 position switch to write to the PLC from Trihedral ver 12
so that it is not maintained and will match the one in the PLC

I assume I need a widget to provide an analog out to write a analog value to the PLC but I am not sure how to do it.

Can anyone help me here?

47
1
drummin89 posted Nov 27 '19 at 12:42 am
Can someone explain how to make a copy an existing application. I want to try different settings but don't want to screw up my current application.

When adding an application using the advanced option, I would think that I would want to clone from Changeset but then it warns to not re-install a changeset if the application still exists on this or another server.

27
0
morgan1 posted Nov 21 '19 at 5:17 am
I have both a hp printer and a scanner. My printer's USB port has been damaged so I decided to connect my printer with a wireless connection. It wanted a WPS pin on hp printer at that time and I found the pin after searching many websites and then connected my printer. But after that, my scanner stopped working, I tried a lot to solve that problem but failed. What should I do now?

29
0
dougs posted Nov 19 '19 at 8:42 pm
Just a heads up that Excel has a limit of 31 characters for table names. This means that if you make a tag type with a name longer than 31 characters and export the tags to Excel, you will have a problem.

Excel will tag the tag type name and rename it to Sheet1. Or truncate it some other fashion. You make changes to the tags in that tag type and import the changes. Since VTScada can no longer
208
0
Microsoft has not resolved the problem with TAPI voice modems in Windows 10 1903 as of yet, but a detailed working solution has been published on our site getfaxing.com. We cannot post a link here to due restrictions to our account, but will include quick solution listed below:

here is the solution:

Using regedit, locate the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsof
91
3
I'm trying to install VtSCADAlight on Windows 10 Pro version 1809 and having a great deal of trouble.

I've installed it on two Windows 7 workstations easily but the Windows 10 station somehow becomes disabled during the process and I have to recover using System Restore.

Another thread in this forum suggests than an overly aggressive antivirus program may be at fault. I think I've disable
74
2
DanW posted Oct 30 '19 at 1:54 pm
I've set up a system for a customer that includes alarm notifications on Priority 1 Alarms. They would like a 2nd set of text message notifications for a smaller subset of alarms for the C-Suite - they just want to receive a text message only if one of their assets stops running. Is there a way to implement this?

Currently I think that there may be two ways that might work:


Create a whol
recent by DanW  ·  Oct 30 '19 at 4:25 pm
282
4
Brian Muir posted Oct 13 '19 at 6:06 pm
Hello, the PLC my VTSCada system talks to sends out a digital status heartbeat (boolean) alternating true/false with a period of 20 seconds.

I would like to configure VTScada to monitor this signal so that the user is notified when the PLC goes down or communications is lost.

I've read through the alarm configuration section of the manual and devised this scheme involving two alarm ta
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