Can Linux control a Logosol analog drive?

More
17 Aug 2022 16:51 #249959 by Jerryk
Hi,
I bought an old plasma table with no control software key. Can I use Lenux cnc to control this driver? Thanks for your time.
Attachments:

Please Log in or Create an account to join the conversation.

  • Todd Zuercher
  • Todd Zuercher's Avatar
  • Away
  • Platinum Member
  • Platinum Member
More
17 Aug 2022 18:29 #249964 by Todd Zuercher
Replied by Todd Zuercher on topic Can Linux control a Logosol analog drive?
It looks like it is probably a CANbus controlled sevo. So I'm go out on a limb and say probably not easily, if at all. If it is possible it would be bleeding edge and you'd need to know what your doing to set it up.

If you're lucky maybe someone will chime in with better news for you.

it is possible that the input pins labeled "input polarity" and "stp in" are or can be used as ordinary step/dir inputs for position control. If that is the case then yes they could be used. (You'd need to look up manuals for them to know.)

Please Log in or Create an account to join the conversation.

More
17 Aug 2022 22:38 - 18 Aug 2022 11:57 #249977 by JPL
Have a look there: logosolinc.com/wp-content/uploads/2020/0...gent-Servo-Drive.pdf
This is the manual for the LS-132. I just can't find anything for LS-131 but they really look about the same

Then see here: logosolinc.com/software/#downloads
And HERE: logosolinc.com/cnc-software/

Not linuxcnc but may be a much easier path for you

 
Last edit: 18 Aug 2022 11:57 by andypugh.

Please Log in or Create an account to join the conversation.

More
18 Aug 2022 12:05 #250012 by andypugh
Replied by andypugh on topic Can Linux control a Logosol analog drive?
It looks like it should be possible to control it with a Mesa UART

You would need to write a driver to create HAL pins (to communicate with LinuxCNC) and then to assemble the data packets.

This might not be all that difficult, here is a sample driver file (for an imaginary serial-controlled device)

github.com/LinuxCNC/linuxcnc/blob/master...ivers/mesa_uart.comp

It needs to create the pins, then have a setup function, a read function (to interpret the feedback) and a write function (to assemble data from HAL into serial packets)

Please Log in or Create an account to join the conversation.

More
20 Aug 2022 04:31 #250093 by Henk
Hi Andy
If you want to use a uart on a mesa card, would that require special firmware on the fbga card?

for example, if i have a 5i25 or a 7i92, and a 7i77+7i74 connected to it, do you need a special bit file to enable a uart on the 7i74 or would the standard bit file for this combination do?

Please Log in or Create an account to join the conversation.

  • tommylight
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
20 Aug 2022 09:46 #250097 by tommylight
Replied by tommylight on topic Can Linux control a Logosol analog drive?
Here is everything found on LinuxCNC web and forum regarding uart, pktuart included.
www.google.com/search?q=mesa+uart+site%3...org&aqs=heirloom-srp..

Please Log in or Create an account to join the conversation.

More
21 Aug 2022 23:56 #250177 by andypugh
Replied by andypugh on topic Can Linux control a Logosol analog drive?

If you want to use a uart on a mesa card, would that require special firmware on the fbga card?

Yes, though there might well be a suitable firmware available already. 

Look for a bitfile with "UA" somewhere in the filename. 

Please Log in or Create an account to join the conversation.

More
23 Oct 2025 03:49 #336929 by NickyDoes
Replied by NickyDoes on topic Can Linux control a Logosol analog drive?
The Logosol drives communicate over RS-485 using their LDCN (Logosol Device Control Network) protocol.

The protocol is pretty simple, though I'm more familiar with their LS-231SE drives, which have a 256 point path-point buffer.

Alternatively, the drives can be controlled via step & dir or ±10V.

Please Log in or Create an account to join the conversation.

More
23 Oct 2025 17:35 #336970 by reboots
Replied by reboots on topic Can Linux control a Logosol analog drive?
I have a large number of LS-173E drives, which seem almost identical to the LS-131-2010 in the picture. Unfortunately these simpler drives have no step/dir or analog input, so the RS-485 command language is the only option. Logosol very admirably continues to make their (now quite old) software and documentation freely available for download. I've tested the drives under Linux using their software in a Windows XP VirtualBox VM, with USB passthrough to an RS-485 dongle.

Please Log in or Create an account to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum