08-11-2007 11:37 AM
08-13-2007 08:19 AM
I think that what you need is analog input and not digital input. Analog input is used to access the digitized signal coming back from the A/D converters on your DAQ device. Digital input, on the other hand, is used to read from the digital I/O lines (ie. bits).
You essentially need to do 3 things:
1. Call the appropriate DAQmx Create Channel function to set up the analog input.
2. Call the appropriate DAQmx Read function to read back your floating point voltage.
3. Set the value onto the text box (for example, Text1.Text = CStr( myReading ) )
You can then repeat steps 2 and 3 in a loop.
Hope that helps. You might also be able to find some examples of how to do this either installed with the driver or online.
08-21-2014 10:55 PM
hey I wander if someone could help me out and explain how a dvm actually works...right from the leads to the digital readout....that would be fantastic...
@JasonWhite wrote:
I think that what you need is analog input and not digital input. Analog input is used to access the digitized signal coming back from the A/D converters on your DAQ device. Digital input, on the other hand, is used to read from the digital I/O lines (ie. bits).
You essentially need to do 3 things:
1. Call the appropriate DAQmx Create Channel function to set up the analog input.
2. Call the appropriate DAQmx Read function to read back your floating point voltage.
3. Set the value onto the text box (for example, Text1.Text = CStr( myReading ) )
You can then repeat steps 2 and 3 in a loop.
Hope that helps. You might also be able to find some examples of how to do this either installed with the driver or online.
@JasonWhite wrote:
I think that what you need is analog input and not digital input. Analog input is used to access the digitized signal coming back from the A/D converters on your DAQ device. Digital input, on the other hand, is used to read from the digital I/O lines (ie. bits).
You essentially need to do 3 things:
1. Call the appropriate DAQmx Create Channel function to set up the analog input.
2. Call the appropriate DAQmx Read function to read back your floating point voltage.
3. Set the value onto the text box (for example, Text1.Text = CStr( myReading ) )
You can then repeat steps 2 and 3 in a loop.
Hope that helps. You might also be able to find some examples of how to do this either installed with the driver or online.
@JasonWhite wrote:
I think that what you need is analog input and not digital input. Analog input is used to access the digitized signal coming back from the A/D converters on your DAQ device. Digital input, on the other hand, is used to read from the digital I/O lines (ie. bits).
You essentially need to do 3 things:
1. Call the appropriate DAQmx Create Channel function to set up the analog input.
2. Call the appropriate DAQmx Read function to read back your floating point voltage.
3. Set the value onto the text box (for example, Text1.Text = CStr( myReading ) )
You can then repeat steps 2 and 3 in a loop.
Hope that helps. You might also be able to find some examples of how to do this either installed with the driver or online.
08-23-2014 07:52 PM
08-23-2014 08:53 PM
I do Have some understanding as I am an electrical instructor, so some help would be great!!
@Dennis_Knutson wrote:
Trying,
Your Google search led you pretty far astray. You might want to start at http://en.m.wikipedia.org/wiki/Digital_voltmeter but since you don't have any electronics background, some of the concepts (i.e. analog to digital converter) are going to be incomprehensible.
08-23-2014 09:48 PM
So you have an anolog, which isactually an amp reading of the circuit with certain amount of ohms for every setting, the amps then cause a magnetic field cousing the magnetic allready existing and calabrated to the ohms setting used, causing the deflection of the volt needly to move accordingly...
So to start the digital volt reading you have an anlog reading converted to digital and then what??????
thanks for any help and the direction you have allready given me...
08-24-2014 09:51 AM
08-24-2014 12:56 PM
Where is a better location that this conversation should take place? And thanks for the help so far...