Jump to content

bsee

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by bsee

  1. On our older machine we have 2 DT9812. Each card has 1 AI, AO, and counter.  The counter uses the CounterTimerSubsystem with the following configuration.

    ctSS = device.CounterTimerSubsystem(0);
    ctSS.CounterMode = CounterMode.Measure;
    ctSS.StopEdge = EdgeSelect.GateFalling;
    ctSS.StartEdge = EdgeSelect.GateRising;
    ctSS.DataFlow = DataFlow.Continuous;
    ctSS.Clock.Source = ClockSource.Internal;
    ctSS.Clock.Frequency = 5000;
    ctSS.MeasureDoneEvent += CtSS_MeasureDoneEvent;

     

    Our new machine will need 3 counters, and up to 5 AI.  However, the analog input isn't a solid requirement. We can read those elsewhere if necessary.  I am aware I'll need to rewrite my code to use the universal library.  That won't be an issue, as long as the driver can raise an event when the counter increments. 

    Is there a reason so many DT models say "Not recommended for new applications."?  If we knew why, we might be more inclined to use them.

  2. The old machine used DT-Open layers.  However, we're building a new machine, and these machines tend to last 20+ years.  We're concerned about using a board that "isn't recommended for new applications" on a new machine.

    That's why I'm asking if the Universal Library can raise an event when a counter is incremented.  If it can, that expands the range of products that might work for us.  If not, I need to recommend to my electrical engineer to only select from your DT product range.

  3. I have a DT9812.  In device manager, I uninstalled the device, and hit the checkbox to uninstall the driver for the device.  I then repairedOmni-CD software install package. The device was still showing as an "unknown device" under "other devices, so did a full uninstall & reinstall of the Omni CD software. However the device still does not detect drivers.

    Can someone advise next steps?  Changing the USB port the device is using did not help.  The device itself is fine - when I plugged it into a different computer ti was properly recognized.

    image.png.0f1e30290c0bbba69b2fe4fbac46b400.png

     

     

     

    image.png

  4. When I first rebooted, both device were not detected. At this point the OpenLayers entry does not exist. Image 1:

    image.png.fdfefe76057e52aee241ac0d1b269527.png

     

    I unplugged and replugged both devices. Image 2:

    image.png.b13bc0bc30fc14ce8df1bdaeca1de6ad.png

    Device properties.  For some reason I do not have the ability to update firmware from this page. 

    image.png.0145413623e4824519e4667455993d5a.png

    OpenLayers control panel:

    image.png.501c8c72a16bdd10013a07d60210ad8c.png

     

    If you think a firmware update might fix the issue, how can I do this?  The option is missing from the device property status page.

     

  5. I have 2 DT9812 that often fail to be recognized by device manager on PC reboot.  The error is "Device descriptor request failed".  This occurs on multiple computers running Windows 10.  The usbs are direct into the PC (no hub). Unplugging the device and plugging it back in fixes the issue.  Is this a known issue, or is there a recommended fix?

    Installed drivers:

    • QuickDaq 3.7.0.46
    • DT Open Layers 7.8.2
×
×
  • Create New...