02-10-2011 08:07 AM
I created a OPC server using this tutorial:
http://digital.ni.com/public.nsf/allkb/CC9CDD577F041786862572120061EB5A
I am noto using NI OPC server (I think) and I am noto using DSC (that's for sure)
Is there a maximun number of opc clients for a opc server created this way?
I have LabVIEW 2009 now but the main code was writen in LabVIEW 8.6.
Thanks
Solved! Go to Solution.
03-02-2011 02:38 PM
Olá,
Até onde sabemos não há um número limite de OPC clients que podem ser conectados a um OPC Server. O padrão OPC basicamente permite uma quantidade indefinada, e a unica limitação está relacionada a capacidade da rede e do equipamento. Além desses parâmetros poderem variar de Server para Server.
No caso do NI OPC Server, até o momento este número máximo não foi testado nem certificado. Deve-se ter em mente que o NI OPC Server, oficialmente, suporta somente NI-made clients como por exemplo LVDSC I/O servers, Lookout e quick client e também equipamentos com comunicação OPC presentes na lista do link abaixo. Outros tipos de clients até podem funcionar, mas infelizmente não temos como garantir nem dar suporte.
http://zone.ni.com/devzone/cda/tut/p/id/6417
É interessante que o senhor certifique-se que está utilizando o NI OPC Server e, se possível, utilize também o NI DSC module, pois assim poderemos ajudá-lo com quaisquer questões referentes a este assunto, caso contrário estaremos limitados a lhe responder dúvidas somente de programação em NI LabVIEW infelizmente.
Estamos a diposição para outros esclarecimentos.
Atenciosamente.
Hello,
Untill we know there is not set limit on the number of clients that can connect to a particular server. The OPC standard basically allows an indefinete amount, and the only limitation is how much the network and the equipment can handle. Besides this parameters varies from server to server.
In the case of NI OPC servers, we don't have a specific number that we have tested and certify. One thing to keep in mind, however, is that NI OPC Server only officially support NI-made clients such as LVDSC I/O servers, Lookout, quick client and devices listed in the link below. Other clients maybe work, but we don't expect those to work and are not supported.
http://zone.ni.com/devzone/cda/tut/p/id/6417
It is important certify yourself that you are using NI OPC Server and, if possible, use the NI DSC Module too, because in this way we can suport you in any questions you may have regarding this subject, otherwise we only will be able to help with LabVIEW programing questions.
Please let us know if you have any additional questions.
Regards,
03-02-2011 02:49 PM
Olá Marcio,
Obrigado pela resposta.
O problema é que eu não estou usando o OPC server da NI. O que eu fiz foi seguir esse tutorial (http://digital.ni.com/public.nsf/allkb/CC9CDD577F041786862572120061EB5A) que possibilita a criação de um OPC server somente com o LabVIEW usando Shared Variables, sem a instalação do NI OPC Server.
Nesse caso existiria uma limitação para o numero de clients?
Obrigado!
03-04-2011 02:11 PM
Olá.
Neste caso, a limitação para a criação de clients também estará ligada a capacidade de sua rede e hardware, ou seja, na teoria o número máximo de clients para um OPC Server é indefinido.
É claro que se senhor puder utilizar o NI OPC Server e o DSC module, a confibilidade e estabilidade de sua aplicação aumentarão, pois esses software adicionam ferramentas ao LabVIEW que facilitam a programção de códigos para este tipo de projeto.
Atenciosamente.
Hello,
In this case, the maximum number of clients t connect to an OPC Server is limited by the network and hardware configuration, in other words, in theory this max number is undefined.
It's also true that if you can use the NI OPC Server and DSC Module, your application reliability and stability will increase, because this two software add tools in LabVIEW that make the code deployment for this kind of project easier.
Sincerely.
03-04-2011 03:35 PM
Ok Marcio,
Muito obrigado pela resposta. Por enquanto vou usar as shared variables como OPC server, mas valeu a dica... assim que eu tiver $ vou pensar em comprar o DSC module e o NI OPC server.
Abraço!