Jump to content
  • 0

Setting 1208FS analog input port - Single end vs differential


SunnA

Question

It is not stated in the 1208FS user manual where the configuration of the analog input ports is configured, single ended versus differential.  Is this configuration determined solely via Instacal or can this configuration be set/changed via USB command?

Please clarify.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hello @SunnA

Setting the analog inputs to SE/DI was deemed a software function so it is not documented in the hardware manual.

This can be configured in InstaCal and also is documented in the Universal Library manual https://www.mccdaq.com/pdfs/manuals/Mcculw_WebHelp/ULStart.htm

From the Contents, Go to Hardware Reference >> Analog Input Hardware >> USB-1208FS and USB-1408FS topic.

Scroll down to the Configuration section, and locate "Input Mode".  From the help file:

UL: cbAInputMode()

UL for .NET: AInputMode()

Python for Windows: a_input_mode

 

I don't know what IDE you are looking for but here is an example for VB.NET or C#.NET (add a ";"):

Daqboard.AInputMode(MccDaq.AInputMode.SingleEnded)

Daqboard.AInputMode(MccDaq.AInputMode.Differential)

Note:  This feature is not supported when using DASYLab nor LabVIEW with ULx for NI LabVIEW.  Analog input channel configuration can only be performed via InstaCal.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...