07-14-2006 02:48 PM
07-14-2006 03:51 PM
If it came with a program/demo to use with the controller, you can use portmon to reverse engineer the code.
06-22-2007 10:03 PM
Any luck with this? We just purchased an 8W 355 Laser from them using the DS series controller. I also have the RS232 comms with the generic software control. Currently I'm not pushing to port something to LabVIEW, but I can see getting the question in the next month or so.
06-25-2007 09:54 AM
Hey, TBoneJones! Thanks for posting! I noticed that this post is almost 1 year old. I would recommend posting a new discussion forum. I think you will get more responses this way!! As for your issue, if you have the serial commands needed to talk to your device, you can use VISA in LabVIEW to talk to it. The process is very easy. LabVIEW ships with an example (Basic Serial Write & Read.vi) that shows how to do this. If you want to continually write to and read from your device, just put a while loop around the read and write.
Hope this helps!!
02-19-2008 10:48 AM
02-20-2008 04:45 PM
Hi Martin.D,
From my research, HEXASC seems to be an ASCII string representation of Hexadecimal values.
To communicate with your laser device via RS232 in LabVIEW, you will need to install the NI-VISA driver. The NI-VISA driver is available through the NI Drivers and Updates webpage.
Referencing what Daniel E posted previously: If you have installed NI-VISA and LabVIEW, you should be able to use the LabVIEW shipped examples, such as Basic Serial Write and Read.vi to set up basic communication with your device.
Have you tried using those LabVIEW examples? Are you able to communicate with your device?
Hope this helps!
Veda
05-03-2013 11:45 AM
I have been given the task of communicating with a Phototonics Industries DM50 model Laser Controller as well. Have not had much luck in communicating with it. I have tried several of the examples, as well as some code from a 10+ yr.old project that seems to be similar, but still no luck. Has anyone out there been able to achieve communication utilizing LabVIEW?
05-03-2013 02:09 PM
I have been given the task of communicating with a Phototonics Industries DM50 model Laser Controller as well. Have not had much luck in communicating with it. I have tried several of the examples, as well as some code from a 10+ yr.old project that seems to be similar, but still no luck. Has you (or anyone out there) been able to achieve communication utilizing LabVIEW?