Hi,
I found your product at a local store and guess it could be a replacement for the card we use currently in most projects.
Since we have quite a long practice with the comeptitors card all we read and see is (of course) compared to the other SW.
I browsed your documentation and forums a lot.
I found two things - it seems as if the is some problem with your HID driver an DX (some versions).
And you don’t support notifications (interrupts) - instead polling must be done.
So far so good.
But there are some questions left open.
I see there is a (parameterles) “CloseDevice”.
My assumption:
I have two cards. App1 opens card 1. App2 opens card 2.
If App1 one calls CloseDevice - only the communication to card 1 is stopped.
App2 can still interact with card 2.
Am I right?
In the manual of the 8055 I found that it has
2 Analog Outputs
2 PWM Outputs.
The 8061 has on PWD Output.
My confusion:
In the DLL Manual of the 8061 I found a function “OutputPWM”.
BUT I could not find such a function for the 8055.
Is there something missing in the documentation???
We found that some of the “old” DLLs are available as pascal source.
From that we learned that the handling is primarily done vie the HID interface.
Your competitors device comes with an object oriented interface capable of events and notifications.
Using your device would mean that we have to build our own infrastructure using your DLL.
Going through the HID interface would make the things a lot easier for us – is there a documentation about it available?
Of course we could (based on the DLL source) figure out what to do, and how to do it
– I guess the guys at k8055.info/?id=1 did this
but documentation would be much better.
A bit about our “situation”.
We build (beside other things) custom apllications where sometimes HW Support (like sensoring, signaling) is needed.
Currently we use a board which has 8 Dig in / 8 Dig out / 8 Analog in.
The positives (compared to your board):
++ Small form factor (about 1/3 of your 8055).
++ 8 Analog in - great for sensoring.
…depends on type of project if needed
++ Fully .NET OO interface with events.
++Available also for mobile devices (Pocket PC)!!!
The negatives:
– Analog out must be done via discrete HW and mutliplexing (using some digital outputs).
…Depends on type of project
– Dealer located in Canada – no local store - so we have to wait for boards / components.
About you (from our current point of view):
Positives:
++available at our local dealer
++pricing (at least for the 8055 which is about half the price of the competitors board)
++analog output (althoug I’m not sure about PWM with 8055)
++with 8061 8 analog out (great for some project types)
Negatives:
–large formfactor (at least for 8061)
–for digital input (sensoring) we need to build discrete HW (multiplexing) or use 8061
–Possible problems with DX (some versions)
… most of the time our boards run on a server - not that problem.
–To integrate your boards smoothly in our environment an abstraction layer must be built
…not that problem if a documentation of the HID is available
Conclusion:
Some things are not clear at the moment (therefore I write here )
Availability at the local dealer is a really great benefit!!!
Some pros / cons depend on the project type.
Especially at “larger projects” (more sensoring) we have not a big problem with the form factor / cost of the 8061 - instead it could avoid the need for discrete HW.
To build a reliable “driver” (.NET component) should not be a problem.
At least not if documentation about the HID Communication is available.
Regards
Manfred
PS: Please excuse my english - I’m from Austria