HI
I have designed a Tag group, there are about 50 tags and a modbus driver, a serial(TCP/IP) port in the group, each tag mapping to a same table to the real device.
After I copy tag groups and set different station ID,
When I connect to one device, all tags read values in one second,
when I connect to two device, some tags read values in one second, but some tags read values in
I teach a class using the BRX PLC. Now that everyone has to use the USB ethernet adapters, the network connection will drop and is far from consistent. Are there any fixes for this problem?
Does VTScada support MultiFactor Authentication?
Careyh
posted Oct 28 '21 at 11:03 pm
Can VTScada poll extended history from a Floboss / ROC RTU? Its not in the help anywhere
how to use CSV DATA Driver? I need a sample. Thanks.
I want press a button in VT page. Then VT can load data from a local .csv file into tags. How can I do that? Thank you.
I'm using VTScada to run an application linking this software to MATLAB through Excel.
When writing from Matlab to Excel,and Excel to MATLAB, everything works fine.
When using VTScada as DDE Server,and writing data to my Excel, by using the following formula:
=VTS|'NewApplication'!'L1\Value'
I get a message telling me that I have to open VTScada,even if the problem is already runni
crd
posted Sep 13 '21 at 6:26 pm
Add the name of the application to the title bar of Idea Studio.
During development, there are times when the OEM application is open along with a child application. It gets confusing which application's Idea Studio is on the top.
soh
posted Sep 4 '21 at 4:28 pm
Hi,
I already setup a simple test project for thin client remote access.
I able to connect remotely using laptop via the URL given ( VIC/MIC/anywhere.
Unfortunately i not able to access remote using mobile browser.
Please advice
In the VTScada page, how to query / modify/ delete datas from a MSSQL database table? thanks.
crd
posted Sep 1 '21 at 5:45 pm
I would like a dropdown list of a selection of most used/needed pages (selected in properties dialog window).
crd
posted Aug 26 '21 at 9:43 pm
I would like to see the children of all of my customs tags in the tag export, so as to change the read addresses for DNP3. Is there a way to do this, or will I need to leave them as a 'non-custom tag'?
When export excel, shows:
VT: ODBC Error(1 message)
SQL Command:
Error State: HY010
Error Code: 32
[ODBC Interface]32-bit interface not installed
Press F1, shows:
30290 Error in SQL statement
The specified SQL command has produced the specified error state and error code.
How to solve the problem?
Jerry
posted Aug 19 '21 at 7:09 am
Hello, I have a VTSCADA question to ask,thank you
Tag01 is the address of 40001 from the PLC. Now I want to set the bit2 of Tag01 to 1.
I failed to do this by setbit () ,Please tell me how to achieve it,thank you
As the help page I can read tag value by REST.
Can I write a new value to a tag with the same way? Maybe it likes https://Your.ServerName.com/RealmName/REST/SQLQuery?query=UPDATE tablename ....
Thanks.
crd
posted Aug 17 '21 at 8:01 pm
I would like to transfer 25 or so pages from one application to another. Is there simple way to do this?
I insert a webpage into VTScada page by ActiveX(300, 150, 400, 200, "Shell.Explorer" ). I can see the webpage content in VIC URL Mode.
But in MIC URL and Anywhere URL it dosn`t work. I see nothing. Why is that? How can I improve that? Thanks.
My first post to this forum!
I have set up a DNP3 driver and configured a Digital tag. My outstation device is set up to provide a binary tag w/ packed format. However, I am not able to get a response from the index=1 tag on my VTScada Application Dashboard.
Has anyone successfully setup a DNP3 binary tag (w/ "packed" format) in VT Scada?
Any input would be MUCH appreciated.
Tha
How to show a .pdf file in the vtscada page? Thanks.
I want to get historian data of a tag with the function "HistorianGetData" . Whould you like give me a script demo about "HistorianConnect" and "HistorianGetData"? Thanks.