07-08-2024 12:33 PM
i have this code that reads data from the DMM and then puts the data into an array. each test has its own parameters. in other words, for test 1 i need to measure current and that is done from DMM1.
Now, for test 22, i need to read current from DMM1 and multiply it by 5, then read voltage and multiply it by 2, then finally divide both results and get the actual data to put into the array.
can anyone help?
let me know if i am being ambiguous.
thank you
07-08-2024 12:46 PM
i want to read voltage from DMM3.
So it is 2 different instruments
07-08-2024 03:00 PM
Hi John,
@JohmDoe86 wrote:
i need to read current from DMM1 and multiply it by 5, then read voltage and multiply it by 2, then finally divide both results and get the actual data to put into the array.
can anyone help?
You need to implement your requirements in code.
Which help do you need?
07-09-2024 04:51 AM
for "test 22" i need to have this logic. just for "test 22". i am struggling as where and how to put this in my code
07-09-2024 05:12 AM
Hi John,
@JohmDoe86 wrote:
for "test 22" i need to have this logic. just for "test 22". i am struggling as where and how to put this in my code
Implement this scaling for ALL test cases.
Set the scaling gains/offsets to 1 (or 0) as default value and only change those values for Test22…
Suggestions: