New topic
Categories
70
4
kurtisjackson posted Aug 10 '22 at 10:26 pm
Hello.
I'd like to ack an alarm tag when an operator selects a reason (in this case, DowntimeCode, for the alarm to be active.

I've been using \AlarmManager\Ack(MyAlarm); as per the documentation to attempt the ack. This is my first crack at using \AlarmManager\ but I hope to use it a lot.

My testing "AckAlm.src" script is as such:

(
DowntimeCode; {Selected Reason for
33
0
flagshang posted Aug 8 '22 at 9:53 am
I have a standard modbus PLC。There are some characters in address 40000,40001,40002,40003,40004。Can I only set address 40000 and address length 5 (from 40000 to 40004) into VTScada "String Data type I/O Tag properties"?How can I do that? Thanks.

45
1
ftuquabo posted Jul 27 '22 at 2:40 pm
With the Alarm Priority Icon Widget, is it possible to assign to different colors to the different alarm priority levels, (Level 1, Level 2, Level 3, Level 4)?

I looked into using a style setting tag, but it seems I'm only able to assign one color for the "alarm state" and can't define alarm colors for each priority level.

Any insight on this would be greatly appreciated.

122
1
Jan posted Jun 23 '22 at 12:02 pm
HI Support,
I have already successfully set up connections to the OPC DA from VTscadaLight. Unfortunately, I have not yet been able to configure a successful connection via OPC UA.
My attempts with a PLC have failed in the same way as with Kepware.
Below I have given my configuration with screenshots.
I need urgent support for one of my students for a project. With other software prod
62b447a7886fc
495
1
I am trying to use the following php code to call the REST API:

<?php

$ch = curl_init();

$burl = "https://server2.novusprime.ai/Realm02/REST/SQLQuery?query=Select Timestamp,'JOB\Well 01\Operation Grid Type:zone' FROM History";

curl_setopt($ch, CURLOPT_URL, $burl);
curl_setopt($ch, CURLOPT_TIMEOUT, 30); //timeout after 30 seconds
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_se
71
2
Harley107 posted Jul 14 '22 at 1:33 pm
We currently run ge with primary, secondary, and a historian server.

What would be good specs to have server wise running the dual premium server setup 10-25k tags and 15 thin clients. Thanks for the input. Any brand you prefer over another?

37
1
mike_yung posted Jul 20 '22 at 4:50 pm
This non-working page (https://www.vtscada.com/forums/ ) comes up for me when I search Google for this forum.

Since that page doesn't work is it possible to have it redirect us to https://forum.trihedral.com/ ?

51
2
tmills10 posted Jun 30 '22 at 1:13 am
Hey everyone, I have a weird issue where if you click on a value (bringing up the trend popup) it brings up every notebook under the parent. I think it happened after I created a trend group but I'm not 100% sure. I have since deleted the group but still, all the notebooks show up.

Has anyone seen this before?

Thanks!!




62bcea47d51be
recent by tmills10  ·  Jul 6 '22 at 4:40 am
63
2
Tames posted Jun 24 '22 at 6:57 pm
Hello,

I am trying to open a page in Notepad++ and make edits to the code to change the page when displayed. I have been having a few issues with this.

1) When I edit the .src file and save the code and then open the page in VTScada it does not change. I will close the Idea Studio, close the file folder, or anything else that might have it open that could keep it from updating.

2) T
recent by Tames  ·  Jun 24 '22 at 9:44 pm
231
3
Stefan_Neamtu posted Jun 21 '22 at 9:47 am
Hello, is there a way to create inside a page a drop-down menu containing links to specific pages ?
For example I would have a button named "Field Devices" and when i click on it - to show a drop-down list - Device 1 page , Device 2 page ... etc

98
0
When configuring an application and choosing "from a workstation" (via advanced), if I enter a loopback address (eg. 127.0.0.2), or a hostname (via hosts file) that also points to a loopback address, it seems vtscada does not make any attempt to connect to RPC to this address. The use case here is a local proxy server connecting the TCP connection (via port 5780) to a remote VTScada server. Is th
59
2
Tames posted Jun 17 '22 at 10:11 pm
Hello,

I am trying to get a Text to load a value of a main TAG. for example a AlarmHi attribute.

I have made some progress but I am having issues with the last little bit to get the final value.

The page has 2 parameters
Tag0(Tag)
TagAttribute(Text)

The one way I can get the expression to work on the text is:

Format(7,1, Tag0\AlarmHi)

What I want to happen is in t
recent by Tames  ·  Jun 20 '22 at 4:24 pm
56
1
I downloaded VTScada to try out with a Delta PLC, Delta is what we primarily use. According to a PDF on Delta's website there should be the ability to add a Delta Driver in the Tag Browser. The Delta driver isn't listed as one I can add. Here are the instructions I found on Delta's website. Anyone figured this out?
https://filecenter.deltaww.com/Products/download/06/060711/Manual/DELTA_IA_OMS_
47
0
ftuquabo posted Jun 14 '22 at 7:40 pm
Started creating tags that will be connecting to a Siemens PLC and I am getting an error about Tag Address I'm using. Can someone tell me what;s wrong with this PLC tag's address format?

Could there be an issue in the Siemen's tag driver settings?




62a8d5ed2db1f
393
7
VTScada stored all history data in its default Historian.
I have used that default historian only in my application and I have logged some values with the default Historian.

How Can I read this store's historian tag values in MS SQL Server?

I have installed the VTScada ODBC Driver and also add SQL Server Driver in User DSN on ODBC Administrator.

This SQL Server Driver I have conf
recent by Ketul  ·  Jun 10 '22 at 4:49 am
240
5
Does VTScada's built in e-mail client meet the security requirements Google describe


here ---> https://support.google.com/accounts/answer/6010255#more-secure-apps-how
and here ---> https://support.google.com/accounts/answer/3466521

Many of our customers are using gmail to send alarm notifications. We've upgraded some of them to VTScada and are not sure what will happen when google
recent by mike_yung  ·  Jun 8 '22 at 8:49 pm
74
3
abec34 posted May 26 '22 at 11:46 pm
I am receiving a value of 273 from the BACnet driver but within Wireshark capture I am getting no errors and can see the correct Value being returned.

Any idea why VTScada is giving out an error code of 273? The tag I created has no value which I am assuming since the driver is getting a value of 273 and not 0?

Here is what VTScada is showing:


but here is the proper value comin
6290026f65914
recent by abec34  ·  Jun 6 '22 at 11:26 pm
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