4/18/2013 10:36 PM | |
Joined: 9/15/2009 Last visit: 3/12/2025 Posts: 25 Rating:
|
does the OPC - server "Siemens OPC DA Automation 2.0" still work in VB.net in HMI advanced 07.06 an Sinumerik SL V02.07? I cannot succeed to make connection with an OPCItem. |
Last edited by: O_Moderator at: 4/19/2013 10:30 AMnew subject after splitting from /tf/WW/en/Posts/90043#top |
|
4/19/2013 11:45 AM | |
Posts: 391 Rating:
|
Hello, The use of SINUMERIK OPC DA Automation 2.0 under VB.net is not supported by Siemens. Regarding Visual Basic, only VB6 is supported. Some customers tried to integrate the SINUMERIK OPC DA Automation 2.0 DLL in theirVB.net applications, for example with automation wrappers,but had problems. So I would suggest not to use VB.net. |
This contribution was helpful to
1 thankful Users |
4/22/2013 9:30 PM | |
Joined: 9/15/2009 Last visit: 3/12/2025 Posts: 25 Rating:
|
If you discourage this, what can you sugest to use in VB.Net to read out an NC Variable? |
Last edited by: Jefke at: 4/22/2013 9:31 PM |
|
4/23/2013 12:25 PM | |
Posts: 391 Rating:
|
Hello, if you need to program a VB.NETapplication for this configuration: "HMI advanced 07.06 and Sinumerik SL V02.07", then the only Siemens supported tool is RPC for Sinumerik http://support.automation.siemens.com/WW/view/en/28239545. RPC consists of 2 parts: one must be installed on the target PCU50 with HMI-Advanced. The other partis an OCX that can be integrated in your VB.NET client application. Here is the manual: https://www.automation.siemens.com/doconweb/pdf/SINUMERIK_SIMODRIVE_04_2010_E/FBR.pdf?p=1#page=1&view=FitBH,0&pagemode=none. No OPC interface is provided. Other possibilities are: - write your application in VB6 - change the operator interface from HMI-Advanced to Sinumerik Operate. Then you can use the Create My HMI/3GL package http://support.automation.siemens.com/WW/view/en/53092864to write your .NET application. No OPC interface is provided. - not supported by Siemenstry to integrate the DCTL.OCX provided by HMI-Advanced into your .NET application and use it for DDE communication with the NC. No OPC interface is provided. - use the SIMATIC NET OPC Server instead of the SINUMERIK OPC Server. This is released only for PLC access, though, not for NC variable access. Where is your application supposed to run ? On the machine operator panel ? |
Follow us on