LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control Owis ps35 positoning system in labview.

Solved!
Go to solution

Hello Everyone, 

As a new user of labview, I am trying to control owis ps35 positioning system in labview for my task to align the laser beam in center, feedback signal from thorlabs kdc101.

All the help is appreciated. Thank You.

0 Kudos
Message 1 of 6
(443 Views)

Hi sms,

 


@Sms9175 wrote:

All the help is appreciated. 


Which kind of help do you need?

What have you tried?

Where are you stuck?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(421 Views)

Hello, As the owis is connected to the pc via usb, so the only way i can think of is using VISA or i might be wrong. The part where i am stuck is i dont know where to begin with using visa or is there any other method which can be used.

0 Kudos
Message 3 of 6
(392 Views)

A very quick Google search turns up the manual which has this section in it:

 

Kyle97330_0-1752179992680.png

This shows that it's either controlled by actual RS-232 or by USB pretending to be a USB to RS232 adapter.  Either way, in LabVIEW you should plan on using VISA in general and setting serial-specific settings when you do.

 

There's another section in the manual stating:

 

Kyle97330_1-1752180145662.png

Note the part about LabVIEW tools being included.  I suggest you track those down.  At the very least they will be a starting point.

0 Kudos
Message 4 of 6
(387 Views)

Hi,

 

we use Owis PS35 motion controller, too.

I can confirm we use those device driver VIs provided by Owis - they are based on VISA functions (as usually for COM ports)…

 

Using a real COM port allows us to control the Owis even from a cRIO. The device driver VIs look similar to this:

(set acceleration for selected axis)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(365 Views)
Solution
Accepted by topic author Sms9175

Hello,

 

For OWISOFT3, They are providing the installer (Setup.exe) which containing the all the LabVIEW driver.

 

 

The LabVIEW driver they created by using the dll file (PS35.dll). The communication can be manage via COM port or ethernet. 

SHOJOH_0-1752660363804.png

The bunch of functional VI are in the library for control. 

SHOJOH_1-1752660456665.png

 

 

 

0 Kudos
Message 6 of 6
(304 Views)