Hi,
I used PB3 a view years ago together with PBDK. As I have seen,
how easy programming can be with VB I switched to VB4 & VB5.
But now I have a problem which I cannot solve with VB and I am
looking around for a way to come out of this situation:
I have to monitor 24 Input-Lines from a multi-i/o-card which
gives the states of the lines to different adresses 3Ports/3Bits.
If the trigger-line is high I have to look at the other 23 lines
(adresses) and save their states.
During a period of 200ms I will receive 32 trigger-impulses.
Can I directly access these I/O-Ports fast enough, that I don't
loose any signals?
Is this possible with PB or do I have the same Windows-limitations
than I have with VB?
THX in advance
Herbert
------------------
I used PB3 a view years ago together with PBDK. As I have seen,
how easy programming can be with VB I switched to VB4 & VB5.
But now I have a problem which I cannot solve with VB and I am
looking around for a way to come out of this situation:
I have to monitor 24 Input-Lines from a multi-i/o-card which
gives the states of the lines to different adresses 3Ports/3Bits.
If the trigger-line is high I have to look at the other 23 lines
(adresses) and save their states.
During a period of 200ms I will receive 32 trigger-impulses.
Can I directly access these I/O-Ports fast enough, that I don't
loose any signals?
Is this possible with PB or do I have the same Windows-limitations
than I have with VB?
THX in advance
Herbert
------------------
Comment