03-11-2013 12:01 PM
i want to generate only (0 or1) signal using usb
can ido it with vision builder or not &how
if not how can ido it with lab view ??
03-11-2013 01:16 PM
You can generate a 0 or 1 signal if the device you have connected to the USB port supports 0 and 1 signals. You have to specifiy the actual device you are planning on using if you want an answer.
03-12-2013 06:49 AM
you can generate if your usb does suport to 0 and 1 function
03-13-2013 12:57 PM
i want to get a (0 or 1) signal from usb to the plc
i will use a"usb to serial converter " and take the status of one pin of the serial as an input "switch"to the plc
03-13-2013 06:41 PM
03-14-2013 11:06 AM
no proplem ican deal with that
but how can ido that by usb in vision builder
03-19-2013 03:10 PM
Is there a particular reason you are wanting to use Vision Builder instead of LabVIEW? I am curious as to what your application is that would require Vision Builder.
03-20-2013 07:45 AM
The data lines/pins of a serial interface are rather dynamic, i.e. their state is changed when a data stream flows. Usually it is not possible to change their state in a static manner. The serial interface also has some control lines which are rather static. But you do not have direct access to these pins (or to their control registers) with a Windows operating system. Maybe there is some software which can control them directly.
In your case I would suggest to use a USB to digital input/output adapter, they are just as common as USB to serial adapters. With such a device, you can control the state of each output pin separately.