Anyone has experience with Neat 310 programmable motion controller?

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Thanks....i have that manual.....was reading thru it.
Input command, it moves the stage.....but question is.....how to automate the thing. Need a external program?

Sent from Asus ME173X using GAGT

Page 28 of the manual shows

B. P.C. CONTROL
In the following discussion, we'll explore the operation of the NEAT-310 as an intelligent slave, under the control of a host computer. ....

It seems you can opt to control the machine from an external system. Since it's just simple SERIAL connection, actually you can control this using Linux. It doesn't have to be MSDOS.

Here is some information on how you can connect via various utilities in Linux http://www.cyberciti.biz/hardware/5-linux-unix-commands-for-connecting-to-the-serial-console/ to serial connections.

I'm no expert with this device. It seems throughout the manual, there is a mention of a TERMINAL EMULATOR software that NEAT supplied to allow you control the machine via command line.

Since Linux is a great tool of serial port commands, I believe you can use that instead, working with any scripting tools like EXPECT, PERL or maybe even SHELL scripts etc.
 

Steyr69

Arch-Supremacy Member
Joined
Oct 7, 2006
Messages
19,875
Reaction score
307
Thanks.....got 2 controller....one control 1 axis....n connect via pc thru a com port. The individual axis can move....but i was looking at how tocontrol the 2 axis using a single com...

Sent from Asus ME173X using GAGT
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Thanks.....got 2 controller....one control 1 axis....n connect via pc thru a com port. The individual axis can move....but i was looking at how tocontrol the 2 axis using a single com...

Sent from Asus ME173X using GAGT

I don't think you can do that? if you have 2 different controller and each controller has its own individual com ports, then you will need 2 serial connection to the host. Am I right you have 2 com ports?

however I just read something about multiplexing serial ports together, I can't be sure if it helps for your case, like how the devices can properly address each other in a serial setup similar to how SCSI daisy chain works where each device have a unique SCSI ID.
 
Last edited:

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
I can't help to enquire, what are you doing that you require interaction with such old systems? do you feel comfortable to share?
 

davidktw

Arch-Supremacy Member
Joined
Apr 15, 2010
Messages
13,547
Reaction score
1,301
Yes....saw that....straightforward enough....only lack where should i key it to....i dun hv programming experience.

Sent from Asus ME173X using GAGT

Get a physical box with serial port. Connect to COM1. Load a copy of Linux in the box, you should be able to open using SCREEN to /dev/ttyS0

refer to the earlier linux article I have shared with you. After that it is just interactive command input
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top