Hello Community,
I recently received the new EasyV3s, which are basing on the EasyIoT hardware. After transfering a project from the old EasyV3 hardware to the new, I discovered, that when I try to read the input voltage. I always get arround 0V.
new TPM[TPM_Info];
PM_GetInfo(TPM);
Measurementdata_.Input_Voltage = TPM.VIn/1000.0;