05-29-2008 12:41 AM
05-29-2008 02:07 AM
05-29-2008 07:16 AM
Jimykid86 wrote:
To connect the SM7020 power supply, I decide to use the PSC-232 from delta electronika and then a RS232 to USB adaptor.Why do you want to use a USB adapter? Does your PC have a serial port (DB-9)?Since the UX-20 pyrometer already can communicate through the RS232, I just need to connect it to the computer with the microphone plug to DB-9 cable and then the DB-9 to USB adapter.Say WHAT??? What do you mean using a microphone plug? A microphone plus has either 2 or 3 wires and is not suitable for serial communication. And again, why convert the RS-232 to USB? If you have an available serial port, I suggest using it.
After installing the driver softwares (I need the driver software for the pyrometer and the power supply right?), I can "talk" to the apparatus with LabVIEW.
Typically yes.. However, I suggest you try communicating to it manually using something like HyperTerminal.
05-29-2008 11:26 AM
05-29-2008 11:42 AM
05-29-2008 11:45 AM - edited 05-29-2008 11:46 AM
Hi Jim,
Glad to read that it is now working.
Can you share what you did to get it working? I'm simply curious.
Thanks,
RayR
05-29-2008 12:21 PM
05-29-2008 01:49 PM
OK....
RS232 is a port, that comes with a wire that connects to your computer.
It is a port that has either 9 pins (DB9), 5 on top, 4 on bottom. Or 25 pins (DB25) 13 on top, 12 on bottom
Both DB9 and DB25 serve the same purpose and function the same. In terms of labVIEW, functions having to do with this port will be reffered to as "serial ...." ie serial read, serial write etc.
DAQ stands for Data Aquisition. This isnt physically a port or wire or anything. This is the technique or function you use to aquire the data. When you plug equipment in via RS232, i would recommend you set it up using MAX (measurement and automation explorer) this will help set up the equipment so the computer recognizes it.
After that, go to labVIEW, while in the block diagram, go to Instrument I/O >> Instrument I/O Assistant
Drag it onto your diagram then double click it. It will help you get your labVIEW program started. After set up, you should get several self-explanitory inputs/ outputs such as device #, channel #, signal out, etc.
Hope that helps
- Cory Kramer
05-29-2008 01:59 PM - edited 05-29-2008 02:01 PM
05-29-2008 02:10 PM