JRouse
posted Oct 29 '24 at 10:19 pm
I am getting SendMail Error[7]: Invaild parameters when VT is trying to alarm out. I have tested through PowerShell and I can get a test email to work. Would this be an Email Server issue or perhaps how I have the alarm notification setup in VT?
mburns
posted Dec 29 '24 at 4:57 am
I have a script written where I'm talking to a Serial port sending and receiving messages.
Is there a way send the string response to a tag created in the Tag Browser?
I have tried using the following:
Scope(\VTSDB, "Com3\R_Status", TRUE)
Scope(\VTSDB, "h{zfoiw%7k\5dhe8xmq^m", TRUE)
It does seem to work a bit but ends up crashing VTSCADA.
Also tried it with LocalScope.
RayJS
posted Jan 6 at 12:40 pm
Hi, Looking for advice on how to setup and import tags from a AB micro820. From the documentation about Miro820 tags there is reference to a address select tool. Where is this tool?
If i use the import tags function this results in driver not ready.
Not sure if i have the setup correct.
IP address 10.7.113.53
TCP/IP port 44818
PLC mode Micro820/850 Symbolic addressing
Port p
I am having trouble trying to see the full properties of a Draw HDV object. Currently has 4 trends displayed, trying to just add a 5th. See the screen shots. I tried locating the Group name but can't find it anywhere. Tried searching in tag browser too. Any insight on where to find the location to break this graphic down for editing would be very helpful and appreciated.
Thanks!
Ben
Atomeg
posted Dec 17 '24 at 7:54 am
Hi!
I have a problem with create a pulse bool tag. I need that after push button bool tag goes to 1, delay 0.1~0.5s and after goes to 0.
I'm use multiwrite tag and its not working.
I dont know how set a delay for change tag.
I needed a left triangle & a right triangle to make the shape I need in idea studio.
I thought could make two right triangles & mirror one of them but the mirror feature doesn't work with shapes, only with images.
I'm editing the pages .SRC now but that feels to me like a lot of work to do something which should be routine.
I muse be overlooking something basic here. What do o
I'm encountering an issue with VTScada where a specific tag stops logging data after performing a backup to an external USB drive (C:\VTSCADA). This doesn't happen every time, but approximately once a week, right after the backup is completed, the tag flatlines. It's consistently the same tag that's affected.
For context, I am using a Windows script that only backs up files that have changed
Hello, I am looking for a way to input a numeric entry directly into a parameter of a tag.
For example, I am trying to develop an interface for an operator to change the #highhighalarmsetpoint parameter of an IO/Calculation (Analog) tag.
The numeric entry widget is telling me the numeric entry is not linked to a tag (makes sense). Am I just using the wrong widget?
I am currently us
Hi Sir,
I have tried to do alarm notification test by email. Sending alarm notification to my email and acknowledge from my email by replying the email.
When I tested, the alarm notification received successfully to my gmail account. However, the alarm was automatically acknowledged even though I didn't acknowledge by replying the email with with ACK*XXX XXX (XXX XXX is alarm acknowledge
I have set up an OPC UA Client in VTScada. I am trying to access data along with its timestamp. Does VTScada support all the different types as defined in part 6 of the OPC Foundation’s OPC UA specification, section 5.1.2? I am looking to use the DataValue type (23).
I have created two tags with the same node addressing but one has the ty field set to 1, and the other 23. The value for
J_Hob
posted Oct 18 '24 at 6:39 pm
Hi all,
Is it possible to implement "IF" "ELSEIF" operator functions at the I/O tag expression level?
I would normally write my expression as...
IF ([06. Profile Section] == 6) THEN ;
((3.145 *([08. Width] / 2) *([08. Width] / 2) * ([09. Length]) / 1000000000) * 100) ;
ELSEIF ;
([06. Profile Section] == 7) THEN ;
(((3.145 *([08. Width] / 2) *([08. Width] / 2) / 2) * ([09. Length]
Hi,
I need to use a Dataflow module that's not currently in my list of available communication modules (specifically DCM032) in order to communicate with an older RTU -- is there a way to add this module or create a new one with the appropriate properties?
Thanks!
J_Hob
posted Oct 17 '24 at 10:32 am
Hi All,
I was wondering if anyone could help me out...
I want to query a set of PLC recipe values from a tag change value (not the Retrieve button widget).
tag value change example:
(Scope(\VTSDB, "10}~q%wgad10\z)%&tz;10\u%10da}ikg-", TRUE)\Value <> 0;
Existing code using the retrieve button looks like this:
PickValid(Scope(\VTSDB, "9}~q%wgad3\z)%&tz;4\u%5da}
Hi,
We have operators leaving notes on the screens of their assigned stations.
We are also connecting a database system to our VTScada server via API, for automated data analysis & statistics of our stations.
We would now like to import the operator notes into our analytics system.
We have managed to import the notes payload from a selected station, by querying the "notebook"
Installed VTScadaLight on a Windows 10 machine. When trying to launch the application, immediately get error message "Setup Terminated." "Failed to retrieve unique machine identifier."
Is there a way to automatically purge data that is older than five years?
Or archive old data to an external HDD?
hmana
posted Oct 6 '24 at 6:01 pm
Folks,
I need your help, I'd like to create a tag to be used as calculation accumulative reading of my flow meter. my meter is daily reset @ 6 am. I don't want this tag to be reset
RayJS
posted Oct 3 '24 at 4:06 pm
I have an application to mointor run time on a pump and would like to know if i can create a tag to monitor run time in seconds and then log the cycle time when pump stops. pump on/off would be a tag from a PLC.
Sequence = Pump on - measure run time - Pump Stops - Log Time and reset Timer.
Example log should look like this.
Timestamp Cycle Time
2024-10-03 1:00PM 30
I am using the below expression in an IO/Calculation tag to get the number of critical and high alarms for the dependent tags
\AlarmManager.GetAlarmStateStats([PLC_01a]\Root)\ActivePriorities["0001"]
Most of the parent tags I get good results. Any ideas on why some results are invalid? Does this indicate there are no alarms configured in tags within the structure?
Or is it a matt
Dear all supportive members, I am a new one for this valuable product of VTScada so, please be aware of the starting tutorials like PDF/Videos and so on.