You can remove that cable, put everything back together, and the box will function normally (throwing a fan error on startup that can be ignored). The box in this setup (obviously) may not meet specs, particularly on higher ranges and any digitize mode.
If fanless operation only effects the accuracy and does have a permanent effect, then can you please, pretty please add an option to the firmware to turn it off? I'm sure that your internal team will be worried about the unit being out of spec in this mode but this feature can be hidden (reached only via the TSP interface for example), unit can warn you about the accuracy loss with a flashing red screen that requires triple "I understand" clicks, there may be a always visible small note in the corner of the screen and the device can return to the normal operation on each restart. But at least for some of us the accurate readings is not a requirement all the time. While developing an application for it, for example, I need to keep the device on mostly doing nothing but occasionally running my screen script code while I need to endure the constant sound coming from it all the time.
Unfortunately that's not possible with the current design. Firmware can tell the fan to be on High or Low (It's on Low all the time right now), but there isn't any method that would allow the fan to be turned off completely, it would require, I'm told, a significant amount of work. Believe me, we know people don't like fans, and we have these instruments on our desks all day too (you should hear the fan required for the original 4200!). The fan was actually added pretty late in development, the team thought the DMM wouldn't need it at first, but when it wasn't meeting specs a fan had to be added.
Another, less invasive but maybe more risky method would be to stick a paper clip or something in the fan port and jam it. The fan is currently operating just above its stall speed so it
probably would take quite some time to burn up, if at all. More likely is the fan would just have reduced life (the unit itself would be fine, only the fan would have a reduced life).
I'm having trouble with two settings in DMM6500:
1) Although the manual implies that in the voltage ratio function the sense input range can be adjusted, I could not find any way to change it other than the 10V range it default to. Has anyone figured out if this is possible and how?
Here an excerpt from the manual
The SENSE terminals are used as the reference voltage (VS). The SENSE terminals can measure DC volts in 100 mV, 1 V, and 10 V ranges.
The INPUT terminals provide the voltage (Vi) to be compared against the reference voltage. They can measure DC volts in 100 mV, 1 V, 10 V, 100 V, and 1000 V ranges.
Ahh, you've found another manual error. You cannot change the 65xx sense range, it's always 10V. That section was copied from the DMM7510 manual which
does have multiple sense ranges. That's been fixed for the next manual update.
2) The graph axis system indeed needs some love. Besides the non-round division values (e.g. 11.2mv/div) I'm also having trouble plotting two traces with the same scale but different offsets. I want to see two traces one with 10V mean other with 7V mean be plotted centered on the same grid with 10mv/div so that I can compare how they change in time. It feels like if you set the Y-Axis scale method to "OFF" you should be able to change the "scale" and "minimum position" values in the in Graph/Scale tab because those fields change into buttons so that you can click and enter numbers. But once you enter the numbers for the first trace and switch to the other trace to set its values, the buttons are replaced with read-only text fields and you can't get the buttons back until you change the Y-Axis method to something else and back to OFF again. Currently the value you entered for the first trace is applied to the all other traces. I hope in the upcoming firmwares it'd be possible to set the scaling and offsetting values of each trace manually.
Huh, the buttons disappearing is definitely a bug (fixed in the dev firmware), but the fact that each buffer copies the others scale settings might be intended... I gather that's not the behavior you want or expect though, I would think each buffer's scale should be independent too. I put in bug report on that. You can indeed manipulate the graph in much more detail with TSP commands (and it won't copy settings between buffers, so that probably is a bug). The graph commands are part of the display API though so they're not publicly documented as of yet. As a workaround, you can use the touch screen to edit each graph's scale independently, but when you switch buffers it will still copy the settings of the last buffer you were on.
Finally, another quick firmware release went out, 1.0.04. I don't think it addresses anything that's been mentioned here but the release notes/downloads are at these links:
DMM6500:
https://www.tek.com/digital-multimeter/dmm6500-software/dmm6500-firmware-v1004-and-release-notesDAQ6510:
https://www.tek.com/digital-multimeter/daq6510-software/daq6510-firmware-v1004-and-release-notesEDIT: Oh! A little preview feature I think you all will like: The latest dev firmware is much stricter about what values are allowed for the graph divisions. It now snaps to whole numbers like 4uV/div or 200mV/div rather than things like 2.448uV/div or 406.3mV/div.