Forum Replies Created
-
AuthorPosts
-
MikhailModeratorAlso please copy a error details from C:\SCADA\ScadaWeb\log\ScadaWeb.log
MikhailModeratorYes, thank you.
Then copy http://172.17.2.32/Scada/plugins/ChartPro/ChartPro.aspx?cnlNums=101&viewIDs=3&&period=-2 to the browser address bar. Does chart work well using this link?
MikhailModeratorHi,
1. A device is TCP client. Right after it connects to Communicator (TCP server), it sends a string that identifies this device.
2. Communicator compares the given string with “Call Number” of existing devices. If matched, communication continues.
MikhailModeratorthe server will be error.
I can’t find neither screenshot nor log message of the error. Could you provide it?
MikhailModeratorHi,
Right-click the page where chart should be in a dashboard. Choose View Frame Source. What is the full address of the frame source?April 23, 2019 at 1:14 pm in reply to: Difference between current and previous data of same channel #5348
MikhailModeratorUntick “Formula used” checkbox for the destination channel.
April 22, 2019 at 1:50 pm in reply to: Difference between current and previous data of same channel #5342
MikhailModeratorWell…
Add this to the Formulas table
double MySetVal(int n) { SetVal(n, Val()); return Cnl; }and use in the channel 1: MySetVal(2)
Channel 2 must be of Calculated real type
MikhailModeratorI already finish this work.
Great!
How are differences between Personal and Business.
Personal licenses only for hobby. In other cases, you should select licenses of the Business type. To make an order, please follow this link.
MikhailModeratorWhat behavior do you expect?
MikhailModeratorWhat exactly do I need to do for a basic mathematical function? For example: Add the value of modbus channel 1 to the value of modbus channel 2 and display it in the table.
1. Create an input channel #3 that has Calculated real type.
2. Set a formula for channel #3: Val(1) + Val(2)
3. Specify channel #3 in a scheme or table view.
That’s it.April 19, 2019 at 11:19 am in reply to: Difference between current and previous data of same channel #5331
MikhailModeratorTry SetVal(2, Val()) instead of SetVal(2, Cnl)
April 19, 2019 at 11:17 am in reply to: Difference between current and previous data of same channel #5330
MikhailModeratorHi,
I need more info. Could you provide the screenshots of the settings and the steps how you test and what you actually get?
MikhailModeratorHi,
Please provide the screenshots of the settings you already did.
MikhailModeratorGood 🙂
MikhailModeratorI can answer particular questions about the code. If you ask more specific, I’ll try to explain.
but i suppose i need to define KPNum in SrezTableLight.CnlData at: public struct CnlData, something like: Public KPNum(double val);
I don’t recommend changing the essential classes.
-
AuthorPosts