Siemens Opc Scout V10 Download
How to set up a S7 connection between a Siemens OPC-server and a VIPA S7-300. 3.1 Start the OPC-Scout by 'Start> SIMATIC> SIMATIC NET> OPC Scout'.
Join GitHub today
- Clicking the link below directly displays the download page of this document. 7 OPC Scout V10. S7 communication between PC station and S7-1200.
- Nov 14, 2017 - Description Problem when trying to monitor items with OPC Scout V10 client with open62541 server (bin/examples/server) If I try to monitor.
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Siemens Opc Client
commented Nov 14, 2017
Problem when trying to monitor items with OPC Scout V10 client with open62541 server (bin/examples/server) If I try to monitor 'current time' item : OPC Scout V10 shows : For subscriptions : On the right ('Properties' tab), all seem to be correct. PublishResponse seem to be valid : If I click on read, the value are displayed : If I try to write a value with OPC Scout, I have : Can we have a problem with Data type in PublishResponse ? Like #1317 ? Has anyone ever tried open62541 server with OPC Scout V10 client? Please provide the following information:
|
commented Nov 15, 2017
commented Nov 15, 2017
I did some additional tests with opc.tcp://opcua.demo-this.com:51210/UA/SampleServer I compare opcua.demo-this.com (on the left) with open62541 (on the right) In opcua.demo-this.com we have an array size of 0 for PublishResponse/DiagnosticInfos In opcua.demo-this.com we have an array size of 1 for DataChangeNotification/DiagnosticInfos Just to see if the problem come from here, is there an easy way to change open62541 to answere like opcua.demo-this.com ? Thanks in advance for your help. |
commented Nov 15, 2017 • edited
edited
Hey @StalderT the standard describes the diagnosticinfos in a DataChangeNotification as follows:
We can add diagnosticinfos to behave like The notification message is built here: Line 178 in d7adcf8 Can you make a test whether adding an array of empty diagnosticinfos helps? |
commented Nov 15, 2017
Yes I can make a test, but can you help me adding an array of empty diagnosticinfos? Tomorrow I will also watch if OPC Scout request diagnostics information. Do you know where this information can be found? |
Opc Siemens Plc
commented Nov 16, 2017
Apparently OPC Scout asks diagnostics information : |
commented Nov 20, 2017
I try to add this in prepareNotificationMessage Works well but not correct the issue. @jpfr just to make a another test, do you know how I can modify open62541 to send ArraySize 0 for a NULL array instead -1 : This is the last thing that differs. Thanks in advance. Now you can add videos, screenshots, or other images (cover scans, disc scans, etc.) for Pro Yakyuu Spirits 2011 (Japan) to Emuparadise. Pro yakyuu spirits 5 translation. Download page for Pro Yakyuu Spirits 2011 (Japan). The 2011 edition of the popular Nippon Professional Baseball league simulation. This year marks the. |
commented Nov 20, 2017
Just create an array of size 0. with |
commented Nov 28, 2017
Could you find out which difference causes the Scout to reject? |
commented Nov 28, 2017
No, I spent a lot of time on it but I have not found it yet. At the moment I think he does not like 'valueRank = -2'. Sending an array of size 0 change nothing. I also found a difference here: Lines 402 to 412 in 68bb79c
Sould we not send as message of type |
commented Nov 28, 2017
First problem here for OPCScout logs : opc.tcp://opcua.demo-this.com:51210/UA/SampleServer return : |
commented Nov 28, 2017
this patch resolve all the problems and OPCScoutV10 works fine with open62541 |