Jump to content

Programming 4 channels at the same time


karthas

Recommended Posts

If the load cell is read via analog data - then a DAQ card can 'scan' 4 channels at a very high rate and return data reads for all 4 channels at once.

You can do this with a single AI read in a single loop. There are numerous examples with LabVIEW for multi-channel analog reading.

If the reads are acquire via serial port - then you'll need 4 seperate loops or one serial comm loop that polls 4 channels sequencially.

More details about 'how' the measurement is physically connected to the computer would be helpful...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.