DanW
posted Sep 19 '19 at 1:36 am
We've been having a bit of a weird issue. Alarm Notifications are set to send email notifications on priority 1 alarms but every now and then an Alarm notification is sent for a priority 2 alarm and only a few specific priority 2 alarms it seems.
Is there a property that I'm missing that allows this under certain circumstances?
Thanks!
qué tipo de seguridad tiene vtscada
qué tipo de protocolo de comunicación
qué tipo de base de datos utiliza
gracias
Could you please assist me with an analog tag. I want to use the slider control to change the value of an analog input tag , this analog input tag is connected to a tank widget to give level indication.
I got it to work more than a year ago, but for some reason, it stopped working.
Im using a Click Koyo PLC and modbus addressing.The drivers are working as all the digital inputs responds.
jfrye
posted Sep 13 '19 at 7:00 pm
I am trying to calculate flow rate as a function of change of wet well level over time. I have tried using various tags types, adaptations of Ex 3-17 from the Adv Config Workbook, Intgr and Deriv functions; and everything comes up with some kind of errant data: Intgr gave max scale value, Deriv gave 0. Using the following provided the most realistic results:
"[PUMP_RUN] == 1 ? Latch(AbsTime(
So the system I’m currently working on is already providing me scaled data coming out of the flow computer. This is also in conjunction to the scaling of the raw data at the PLC level for my other analog instruments.
What is the best way to make sure I’m setting up my analog status tags properly so I’m getting the right historical data recording and displaying my data prope
jfrye
posted Sep 10 '19 at 8:51 pm
So my operators are asking that the trending be able to show the next couple of hours beyond the current time for predicting when certain cycles will be done. Is there a way to adjust the time scale/axis of the HDV to show future time, without data of course?
Hello friends, I have a serious problem. VTS does not open on the server. I have two servers, one is a backup of the other, VTS only starts if the network cables are disconnected, clicking on RUN locks in 50% in the final step "Starting tags". Does anyone know how to solve?
Is there a way to get shell execute to be OS dependant.
My ping button wont work in the android client.
DanW
posted Jun 7 '19 at 4:14 pm
We cannot seem to get Alarm notifications to work with Office365. The smpt server is supposed to be smtp.office365.com, I'm told, but when we have this as the SMPT address using port 587 and TLS encryption we get the following error: "SendMail Error [9]: Server doesn't support authentication"
We do get alarm notifications if SMPT settings as follows: Email Server: {company}-com.mail.protectio
jfrye
posted Aug 27 '19 at 5:03 pm
We are working on setting up HMIs (10 pack) for our local control panels; dual servers are setup with application, screens, and tags (designated with areas). We have looked at the tag area filtering literature, but are apparently lacking something on server/HMI architecture as we do not have all the options in "Workstation" and "Section" options in properties.
Is there a best practice for se
jfenn
posted Aug 14 '19 at 4:30 pm
I am trying to map an I/O tag to an Emerson FB107 but can not figure out the address assist Logical Number. It does not seem to match up with the TLP number.
I'd like to setup an alarm to go off when a specified windows service is not running.
Is this going to be compatible
https://www.automationdirect.com/adc/overview/catalog/communications/industrial_iot_solutions/mqtt_gateways
dougs
posted Aug 7 '19 at 8:26 pm
If you seem to have lost your VIC graphics after accepting Windows build 1903, we are looking into it. As a workaround, stop the VIC. Open Internet Explorer and clear the cache.
Go to C:\Program Files (x86)\Trihedral, right click on the VTSX.exe and run it as administrator - even if you are an administrator.
Log in and run it once. Close it. You should be able to run it normally from your
I am working with an Omron Cj2H. Programmed analog inputs and reading into a DM. Positive values are performing okay, but as soon as I go slightly negative ( reverse flow), then the number jumps to 65535. This is telling me it is wrapping around. I have tried using negative values in the scaling, but have not been successful at this point.
I can watch the channel in the plc and it remains nega
I am having an issue connecting to a ControlLogix PLC. See attached pictures about the backplane configuration and the current error on VTS. Any ideas? I can provide any further information as needed.
Lastly, using a C-More touchscreen, and I can access the main CPU through 10.133.64.31, backplane port 0, easily.
DanW
posted Jul 17 '19 at 9:33 pm
Hi, Is there a way to edit a Type property from the VT HMI? Some users will not have access to the Tag Browser but may be required to change IP address which is set up as a property of the Site Type. I tried several methods to set up a Linked Tag Widget but have been unsuccessful.
I'm thinking that I may have to script it somehow but want to know if I'm missing something before I go down that
Michael
posted Jun 17 '19 at 6:06 pm
Voice modem users,
Microsoft has broken TAPI with Windows 10 1903.
If you update workstations to this Windows version, you will struggle to get any voice functions from your voice modems, especially with the Multi-Tech USB modems.
graingr
posted Jul 13 '19 at 5:51 pm
I am building a plant from scratch. The plant has different types of equipment and all I can see in VTScada are various pumps, valves, and motors. Has anyone built or have access to bar screens, conveyor belts, weir gates, or anything else that might be useful?
Thanks in advance!
Dear all,
we already configure all tag in current plant with Modbus Serial Port,
is there any easiest way to convert this project to Modbus TCP Port, so we don't have to re link all the tag?
I'll be bringing up a replacement server for one that got a hit by lightening and I need to know the trick for getting VTscada to only poll the serial modbus connections from the active server in a redundant server config.
In the Modbus driver is there a way to reverse the Bit Order? I know we can rearrange bytes for Ints and Floats, is there a simple way to reverse the bit order?
Good Day Support Team,
Few months ago i built an application running with ModBus communication. On the laptop i made it, it works like a charm.
Then i've installed VTScada on another laptop, and import the project that was on my persoanl laptop on this new one.
i set up the fixed IP address as suppose to be, but i have no communication at all. I can PING the IP of the PLC, so it means
DanW
posted Jun 21 '19 at 4:10 pm
How can I import a single custom widget that I've created and make it so that it is not editable?
Thanks in advance!
Hello, I am evaluating VTScada for our facility and am working with the scadalight. I have not worked with Omron Plcs in many years and need some information.
My plc has some levels which are stored in a data area (ie D0700). The PLC resides on our network (ie 192.168.10.20). From the program, I do know they set the port to 2120 instead of the default 9600. I am not sure which settings to use
I can successfully pull up the data into Excel using ODBC connection. The SQL statement like
select * from Alarms;
is working perfectly fine. The issue is when I use 'where' statement, I get an error. The following command is giving an error.
select * from Alarms where Active = 1;
OR
select * from Alarms where 'Active' = 1;
OR
select * from Alarms where Active = '1';
I am trying to integrate in a counter and some automated resets. The plant is currently changing the times of shifts a lot and I would like to allow them to configure on the fly. Is there a way I can change the trigger tag using parameterization? If so I cannot find any information on the exact syntax or how to do so.
Hello,
I'm using VTScada Light for a POC (proof of concept) in my customer. The application works well for a fell minutes, but after this it lose the communication and doens't update the registers values. Is there anything to do to solve this problem?
Hello,
I would like to know if there is a possibility to get the real-time information of the alarms that arrive in the system, via ODBC, a list of the alarms that arrived in a certain period of time. I've tried to understand the file alarm.db and Alarm.LOG, but it seems illegible to me. Can someone help me?
Hussain
posted Jun 7 '19 at 3:43 pm
Hi,
I have followed all instructions to connect Xlreporter to VTscada but without success! why is that? DSN is not connecting to VTscada at all! is there any support team that can have team viewer session to help or I may send change-set file to try?
Regards
Hussain