Jump to content

SRF

Members
  • Posts

    2
  • Joined

  • Last visited

SRF's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. Thanks for your quick reply. I was able to finally find this information by opening the individual programming files (again, solution will not open in today's programing environments). I was very confused by the answer since your own provided application DAQami lists the ports as FirstPortB0, FirstPortB1, etc... on the screen. Thank you for the clarification!
  2. Having a strange time programming some of the outputs on the USB-1024LS. Using Visual Studio C# The following will work for PortA: boardRly.DConfigPort(MccDaq.DigitalPortType.FirstPortA, MccDaq.DigitalPortDirection.DigitalOut); boardRly.DBitOut(MccDaq.DigitalPortType.FirstPortA, 0, MccDaq.DigitalLogicState.High); However, the following will NOT work for port B boardRly.DConfigPort(MccDaq.DigitalPortType.FirstPortB, MccDaq.DigitalPortDirection.DigitalOut); boardRly.DBitOut(MccDaq.DigitalPortType.FirstPortB, 0, MccDaq.DigitalLogicState.High); Am I missing something? All programming examples are so old they no longer open in Visual Studio. Thanks for any help.
×
×
  • Create New...