08-12-2024 02:26 PM
Olá a todos,
Estou enfrentando um desafio na conexão de um indicador digital antigo que era parte de um programa de uma máquina de tração. Infelizmente, não tenho mais contato com o produtor original do dispositivo e preciso fazer ele funcionar com o LabVIEW.
Até agora, consegui que o LabVIEW reconheça o dispositivo, mas não consigo fazer com que ele retorne dados. Segue abaixo o que já foi realizado e as especificações que obtive com um rastreador de sinal:
Passos do Processo de Conexão:
Conexão do Dispositivo:
Configuração da Porta Serial:
Outras Configurações:
Purge e Status da Porta:
Dados Específicos Transmitidos:
Estou procurando orientações sobre como proceder a partir desse ponto para conseguir fazer o dispositivo enviar dados. Alguém já passou por algo parecido ou tem alguma sugestão de como proceder?
Agradeço desde já qualquer ajuda que puderem oferecer!
Solved! Go to Solution.
08-13-2024 02:22 AM
Hi Marcus,
@MarcusP. wrote:
At some point, the application sends the sequence of bytes: 32 30 30 35 30 30 30 35 3a 0d 0a (which in ASCII is "20050005:\r\n").
I'm looking for guidance on how to proceed from this point to get the device to send data. Has anyone else experienced something similar or have any suggestions on how to proceed?
At this point you established a communication between your computer and this device.
The communication protocol is (aka should be) described in the manual of your device - and we don't have it as we don't know which device you use!
Once you know the protocol you can request data from your device or send commands…
08-13-2024 05:47 AM
Bem,
Farei o meu melhor com as informações disponíveis. Infelizmente, as únicas coisas fornecidas para este projeto foram um arquivo e o modelo antigo que está sendo utilizado, que anexei no post para referência.
Agradeço por qualquer orientação ou sugestão adicional que possam oferecer.
Então eu tive que mandar uma imagem, pois não dá pra explicar apenas com falas, então é o seguinte na imagem eu coloquei a chave de fenda no fio do equipamento( o medidor de distancia) que é o fio de baixo
e tem o fio de cima que é oque está conectado em um fio vga, que eu tive que trazer um adaptador pra conectar no computador , de forma geral não tem engate rápido, como eu disse isso é antigo, funciona, mas é antigo
08-13-2024 06:24 AM
Além disso, estou compartilhando uma captura de tela da análise da DLL associada ao dispositivo, feita utilizando o JetBrains dotPeek. Esta análise fornece informações detalhadas sobre os cabeçalhos e metadados da DLL, que podem ser úteis para entender como o dispositivo funciona.
Estou procurando orientações sobre como interpretar esses dados para melhorar a comunicação com o dispositivo ou qualquer outra dica que possa me ajudar a avançar neste projeto. Se alguém tiver experiência com este tipo de dispositivo ou conhecimento sobre análise de DLLs para tais aplicações, ficaria muito grato por qualquer ajuda ou conselho.
08-13-2024 06:29 AM
Hi Marcus,
@MarcusP. wrote:
Well,
I will do my best with the information available. Unfortunately, the only things provided for this project were a file and the old model that is being used, which I have attached to the post for reference.
I appreciate any additional guidance or suggestions you may have.
So I had to send an image, because it is not possible to explain it with just words, so here is the image: I put the screwdriver on the equipment wire (the distance meter) which is the bottom wire
and there is the top wire which is connected to a VGA wire, which I had to bring an adapter to connect to the computer, in general there is no quick coupling, as I said this is old, it works, but it is old
I don't think there is any "VGA wire" involved…
This device seems to be a converter between a bridge-type sensor and your computer, providing a serial port (as we already know)!
In the attached manual the important information is missing: no manufacturer, no address, no website, and no details about the communication protocol. (And no English, my Brazilian Portuguese is non-existing.)
Without a protocol description you are on your own…
08-13-2024 06:35 AM
Hi,
I apologize for all the questions, but I am determined to solve this problem.
I’ve attached another image from JetBrains dotPeek, showing more details about the DLL associated with my digital indicator. I hope this information might be helpful in diagnosing or understanding the issue I’m facing.
Question: Is this information useful in any way for my problem with device communication?
I greatly appreciate any guidance or insights you can provide.
Best regards,
08-13-2024 06:44 AM - edited 08-13-2024 06:45 AM
Hi Marcus,
@MarcusP. wrote:
Question: Is this information useful in any way for my problem with device communication?
No, information about the LabVIEW Analysis functions library (lvanlys.dll) isn't useful for your actual problem…
You need the manual of your device with a description of the communication protocol!
08-13-2024 06:55 AM
Hi GerdW (and thank you so much for your support),
I was looking for anything that could be helpful, and I came across the Rinstrum R320 series. I found the name mentioned—could this be useful in any way?
08-13-2024 07:09 AM
I think I found what you were referring to. Is this on page 49? (I’ve attached the manual I found.)
08-13-2024 07:29 AM
Hi Marcus,
@MarcusP. wrote:
I was looking for anything that could be helpful, and I came across the Rinstrum R320 series.
I found the name mentioned—could this be useful in any way?
Where was the name mentioned?
Is this the exact device you are working with?
Until now you did not attach any information where we could read the manufacturer or device label…