06-20-2008 03:40 AM
> ok,thank you
06-23-2008 03:18 PM
Hi keluangman,
The digital output requires a logical data type and you have currently wired a sine wave to it according to your block diagram. You should try wiring a boolean data type as an input.
06-23-2008 09:40 PM
06-24-2008
04:33 PM
- last edited on
02-05-2024
03:39 PM
by
migration-bot
Hello keluangman,
The PCI-6602 is a counter/timer board that can be used to input and output digital signals. This device responds and outputs TTL specified signals. As a result, to output a digital signal on any of the digital output lines (like port 0 line 0; P0.0 for instance) you need a data type that represents this line. For a single line you would need a Boolean data type (represented as a TRUE or FALSE; sometimes a ‘0’ or ‘1’). If you had multiple lines associated with a single output option, you would need an array of Booleans (one element in the array for each line on the device) or a integer in which each bit on the integer represented a line on the device.
06-25-2008 12:24 AM