Forum: C++ Nov 8th, 2006 |
| Replies: 14 Views: 2,801 Hey thanks for your reply. I shall do that. |
Forum: C++ Nov 8th, 2006 |
| Replies: 14 Views: 2,801 i'm sorry for coming in with inadequate information. I need to code the MSXB 036 counter timer board from Microstar. The inputs will be from the ion multiplier. The counter will have to count the TTL... |
Forum: C++ Nov 6th, 2006 |
| Replies: 14 Views: 2,801 TTl signals will be amplified and sent to the computer and it would have to count them. We are not connecting the source of signals just yet and will be testing it using a pulse generator to test the... |
Forum: C++ Nov 6th, 2006 |
| Replies: 14 Views: 2,801 using an RS 485 cable i think |
Forum: C++ Nov 6th, 2006 |
| Replies: 14 Views: 2,801 I am simulating the input using the Pulse Generator. The actual input will be from some other source. When I fix the pulse generator the computer has to start counting the number of pulses. How do I... |
Forum: C++ Nov 6th, 2006 |
| Replies: 14 Views: 2,801 I don't have any notes. I am free to do what i please. But I was just baffled about how to program the whole thing.
Suppose a pulse generator gives out signals as a stream and we need to count... |
Forum: C++ Nov 6th, 2006 |
| Replies: 14 Views: 2,801 Hi,
I need to write a counter code to count the number of spikes in the TTL logic input signal... What should I take as an input... Can i write it normally by putting the count in an infinite... |