Help with My Rig: Realistic Expectations for Accurate Results?

  • Thread starter Thread starter arduidiot
  • Start date Start date
AI Thread Summary
The discussion revolves around the development of a measurement interface for electrical experiments, focusing on the design of a switchboard to categorize output voltages into four groups for safe measurement. The user plans to connect these groups to inverter circuitry to step down high voltages to a safe level for microcontroller input. Concerns are raised about the accuracy of indirect voltage measurements using this setup, particularly regarding the limitations of microcontroller sampling rates and ADC resolution. Recommendations suggest considering a dedicated oscilloscope for better accuracy and caution against exceeding safe voltage levels, particularly SELV standards. The goal is to create a systematic and organized method for observing and recording electrical properties without cluttering the workspace.
arduidiot
Messages
2
Reaction score
0
Hi Guys,

i am going back to uni next year or at some point but am currently developing programming and experimental methodology at home until i feel I am way ahead of things.

Before even conducting any experiments i am building a main interface that houses the micro controllers which will be connected to a pc that runs an oscilloscope via the analog inputs of the MCs writing to the serial ports for the C programs I've write to display the real time voltage of each.

I have built a sort of switch board which I've designed to be separated into 4 groups
HIGH1 (OUTPUT > 400 v)
HIGH2 (240- 120 V OUTPUT)
LOW1 (80 - 40 V)
LOW2 ( < 24 V )

My plan is to connect these 4 to separate inverter circuitry systems that step down the output voltage coming from each of the "experiment subject output" to less than 9 V so to be safely connected to the micro controller input pins and i can then program their serial data logging code to scale the output data up by the corresponding factor for which each channel has been stepped down in voltage for the purpose of measurement, hence giving me the value of the output voltage of that my 'arbitary test subject' is producing at the other end of the line.

As you might have guessed, i want this kind of setup as to have a systematic way of observing and recording electrical properties of things i build from the one interface systematically, as just building measurement apparatus on the fly is rapidly turning the workshop into complete disarray, where by it becomes difficult to move about in there!

Basically my question is, is it realistic to expect accurate results from this kind of indirect measurement and if not what would be the voltage limit for which it will be to erroneous.
 
Last edited:
Engineering news on Phys.org
I'd suggest just buying an oscilloscope. That microcontroller -> serial bus -> PC idea is going to severely limit your maximum sampling rate. The resolution of the built-in ADC of the microcontroller will probably also be less than or equal to 12 bits. I guess it depends on what you're measuring, but even a cheap USB scope would probably serve you better.

arduidiot said:
I have built a sort of switch board which I've designed to be separated into 4 groups
HIGH1 (OUTPUT > 400 v)
HIGH2 (240- 120 V OUTPUT)
LOW1 (80 - 40 V)
LOW2 ( < 24 V )

My plan is to connect these 4 to separate inverter circuitry systems that step down the output voltage ...
An inverter is a DC-to-AC converter. You're talking about a DC-to-DC converter or a transformer, but those are typically used in power conversion. You'll need something different for instrumentation. (Edit: Just to clarify, it seems like you're talking about power converter topologies instead of measurement instrumentation. There exists, for instance, transformers for use in instrumentation, but they're built differently from their power converter counterparts).

Those voltages are very high. Do you have experience in designing systems for voltages in that range?
 
Last edited:
arduidiot said:
Hi Guys,

i am going back to uni next year or at some point but am currently developing programming and experimental methodology at home until i feel I am way ahead of things.

Before even conducting any experiments i am building a main interface that houses the micro controllers which will be connected to a pc that runs an oscilloscope via the analog inputs of the MCs writing to the serial ports for the C programs I've write to display the real time voltage of each.

I have built a sort of switch board which I've designed to be separated into 4 groups
HIGH1 (OUTPUT > 400 v)
HIGH2 (240- 120 V OUTPUT)
LOW1 (80 - 40 V)
LOW2 ( < 24 V )

My plan is to connect these 4 to separate inverter circuitry systems that step down the output voltage coming from each of the "experiment subject output" to less than 9 V so to be safely connected to the micro controller input pins and i can then program their serial data logging code to scale the output data up by the corresponding factor for which each channel has been stepped down in voltage for the purpose of measurement, hence giving me the value of the output voltage of that my 'arbitary test subject' is producing at the other end of the line.

As you might have guessed, i want this kind of setup as to have a systematic way of observing and recording electrical properties of things i build from the one interface systematically, as just building measurement apparatus on the fly is rapidly turning the workshop into complete disarray, where by it becomes difficult to move about in there!

Basically my question is, is it realistic to expect accurate results from this kind of indirect measurement and if not what would be the voltage limit for which it will be to erroneous.

You should stay below SELV = 60V to be safe for now. You do know what SELV is, right?
 
sorry yes i meant converter. the voltage ranges i mentioned for example's sake, at the moment I've restricted myself to less than or equal to 24 VAC. I am basically in the process of designing a central hub which can change the I/O state of the subject circuit i want to analyze remotely, ( no geographically i mean i can toggle the state remotely from interface software i write on the pc.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Electromagnet magnetic field issue'
Hi Guys We are a bunch a mechanical engineers trying to build a simple electromagnet. Our design is based on a very similar magnet. However, our version is about 10 times less magnetic and we are wondering why. Our coil has exactly same length, same number of layers and turns. What is possibly wrong? PIN and bracket are made of iron and are in electrical contact, exactly like the reference design. Any help will be appreciated. Thanks. edit: even same wire diameter and coil was wounded by a...

Similar threads

Back
Top