You COULD easily write a version ins PICBASIC it has an ArcTAN function!
Also you guys need to pay attention to checksums. Thing is finding out which bytes are used. The PIC Programmer should tell you the # checksum at the end of programming, next, go through the code to find a word that is equivalent, change the ACHTUNG MINEN to whatever you want, program, observe NEW checksum, go back and change the checksum word in the code.
BE AWARE that changing the checksum in the code, changes the checksum at the end! So you may have to tweak things a little. I suspect the protection is nothing more complex than that but of course I COULD be wrong!
ALL this system is doing is measuring the RATIO of X to Y, you will see that one input goes to the Vref input. This is how a simple ArcTAN is done so you can simply enable the appropriate input as Vref and NOT an analogue input, then read the ADC value DIRECTLY to get the VDI


ALSO, can anyone tell me what the trimmers do in the IDX project and how to set them to optimum please?
HOLYUSER, why not just change the message to "HOLYUSER VDI"? That would be very cool!
Also you guys need to pay attention to checksums. Thing is finding out which bytes are used. The PIC Programmer should tell you the # checksum at the end of programming, next, go through the code to find a word that is equivalent, change the ACHTUNG MINEN to whatever you want, program, observe NEW checksum, go back and change the checksum word in the code.
BE AWARE that changing the checksum in the code, changes the checksum at the end! So you may have to tweak things a little. I suspect the protection is nothing more complex than that but of course I COULD be wrong!
ALL this system is doing is measuring the RATIO of X to Y, you will see that one input goes to the Vref input. This is how a simple ArcTAN is done so you can simply enable the appropriate input as Vref and NOT an analogue input, then read the ADC value DIRECTLY to get the VDI



ALSO, can anyone tell me what the trimmers do in the IDX project and how to set them to optimum please?
HOLYUSER, why not just change the message to "HOLYUSER VDI"? That would be very cool!
Comment