08-31-2015 09:32 AM
Hi All,
I am learning to program the Agilent b1505A using LabView. I just want to start with a simple measurement of sourcing a voltage and reading/measuring both the voltage and the current.
I have been able to parse the data and apply the voltage without and problem. However, I can not figure out how to make it record both voltage and current. I can only get it to record one or the other.
I am not sure how familiar everyone is with the Agilent Flex Commands. When looking through the manual, I see that there is a CMM command which sets the SMU measurement operation mode. I set it to mode 4 which measures both, but it still isn't working.
Is anyone familiar at all with using LabView to program Agilent parameter analyzers?
I have included my code and the Agilent Flex Command manual.
Thanks.
Solved! Go to Solution.
08-31-2015 09:47 AM
I think I found my problem!
It is in the FMT command which specifies the data output format.
Thanks.
08-31-2015 09:48 AM
It was a problem with the FMT command which specifies the data output format.
Found my problem, thanks!
03-04-2020 09:17 AM
que formato le diste al comando FMT?
03-04-2020 09:23 AM
podrias aydarme con la conexion externa de los SMU? en tu programa veo que usas el canal 101 pero no logro identificar donde va la otra punta, muchas gracias de ante mano
09-06-2023 01:26 AM
Hi,Could you please show your optimized code?