08-14-2023 02:55 AM
Dear Community,
At the Moment im working on a Fuel Cell System, which was once controlled by a LabVIEW Program, however the harddrive, that it used to be saved on has apparently been lost and the Company, that produced the Fuel Cell System doesnt exist anymore. The System seems to be using an Atmel ATmega 128 and it was suggested to me, that it may be possible, that the controls for the System are still saved on there. I am new to LabVIEW and was told, that it might be possible to use LabVIEW to acces the controls, that are still on the ATmega 128. The Board with the chip is connected to the PC via RS232, if this helps in any way.
If anyone knows something about this, or could point me in the right direction, i would be very thankful. I might be entirely on the wrong path here for all i know.
Cheers
08-14-2023 03:19 AM - edited 08-14-2023 03:22 AM
Hi Moritz,
@Moritz_H wrote:
The System seems to be using an Atmel ATmega 128 and it was suggested to me, that it may be possible, that the controls for the System are still saved on there. I am new to LabVIEW and was told, that it might be possible to use LabVIEW to acces the controls, that are still on the ATmega 128. The Board with the chip is connected to the PC via RS232, if this helps in any way.
One thing for sure: there is no LabVIEW program saved on your ATmega128.
The most probable situation: The ATmega really controls your device using its DO/AO pins. The ATmega program communicates over its (virtual) COM port with a tool on a (Windows) computer. That tool might be created using LabVIEW.
Your task now is to re-engineer that communication: