Francisco
Francisco
Hi I'm trying to measure different range of voltages using my DAQ USB-1608G but I have noticed that it needs to be configured as Single Ended however, eventhough I manually...
Hi Jeffrey 1.- Correct, I configured the USB-1608G to be single ended using InstaCal 2.- Correct, I have tested using the example v_in.py 3.- It does respond but with the...
sure, I basically made a copy & paste of the v_in.py, please see below: def Target_Voltage(): use_device_detection = True dev_id_list = [] board_num = 0 try: if use_device_detection: config_first_detected_device(board_num, dev_id_list)...
Hi Jeff Not sure if is the library or something else, but I cannot set the “ai_range = ULRange.BIP10VOLTS” however, when I call “ai_range = ai_info.supported_ranges[0]” does the same thing,...
Let me give it a try, thanks Gracias de antemano Javier Casian Sent from Mail for Windows 10 From: JeffG at ***@***.***> Sent: Tuesday, December 13, 2022 10:12 AM To:...
Hi Jeff Sorry it took me a few days to reply back to you, after I set the “ul.a_input_mode(board_num, AnalogInputMode.SINGLE_ENDED” my DAQ start taking the correct measures. Now I have...
Hi Jeff Thanks, I was able to scan the channels I need the quantity of times I need by using the function “scanOptions.foreground” and “ul.scaled.win.buf_alloc” I think I have everything...