|
Post by jianxin on Sept 21, 2020 6:30:19 GMT -5
Hello everyone,
Is there Lakeshore 240 LabVIEW driver?
Thanks
|
|
|
Post by Lake Shore Jeff M on Sept 21, 2020 6:50:07 GMT -5
No, we have not developed a LabVIEW driver for the Model 240 and at this time do not have any plans to release a driver for LabVIEW.
|
|
|
Post by jianxin on Sept 21, 2020 8:37:09 GMT -5
No, we have not developed a LabVIEW driver for the Model 240 and at this time do not have any plans to release a driver for LabVIEW. Hi, thanks for your reply. I plan to control the Model 240 using LabVIEW. Is this feasible? Do you have any suggestions?
|
|
|
Post by Lake Shore Jeff M on Sept 21, 2020 8:53:14 GMT -5
Although it is possible to write a LabVIEW application to use with a Model 240, you will need to address everything yourself as we do not offer LabVIEW Application development support.
Since the connection to the Model 240 is via the USB Interface which requires a driver which assigns a virtual RS232 Communications Port on the PC, you will need to include the VISA management for the RS232 port as well as sending and parsing the commands and responses that you need to use to accomplish your planned actions.
Information on the RS232 parameters as well as the commands supported by the Model 240 can be found in the Model 240 user manual.
|
|
|
Post by jianxin on Sept 21, 2020 9:59:20 GMT -5
Although it is possible to write a LabVIEW application to use with a Model 240, you will need to address everything yourself as we do not offer LabVIEW Application development support. Since the connection to the Model 240 is via the USB Interface which requires a driver which assigns a virtual RS232 Communications Port on the PC, you will need to include the VISA management for the RS232 port as well as sending and parsing the commands and responses that you need to use to accomplish your planned actions. Information on the RS232 parameters as well as the commands supported by the Model 240 can be found in the Model 240 user manual. Hello, I used to write LabVIEW applications using RS232 protocol. So I can handle everying if the Model 240 can be control via RS232. Thanks
|
|