03-20-2006 11:24 AM
03-21-2006 11:03 AM
03-30-2006 08:54 AM
Wendy,
Thanks for your reply. I sent your response to a technician at Applied Motion and he said:
"The communications is not as complicated as they are making it. Our protocol using simple ASCII commands over as 3 wire RS232 port."
I checked out the Call DLL.vi example that you recommended, but I could not find ASCII as a data type. To be honest, I am still a little confused as to where to go next.
You said I need to use the Call Library Node Function to call a particular function in the DLL. Does this mean I need the software code that is loaded on my stepper driver?
Due to my lack of experience, any more references to tutorials or examples would be helpful.
Thanks for your help, Tristan
03-30-2006 09:48 AM
04-04-2006 02:51 PM
04-05-2006 02:42 PM
Brian,
I am still working on this problem. I have been working with the Labview <->Serial.vi example that is within Labview, however, the commands I enter in the input field are not causing the stepper motor to respond. The VI gives a timeout error, and nothing happens.
I have a feeling that I need to put some sort of data type translation into the labview command window, that changes the data type as I send and recieve data. I contact the tech support at Labview to get this information, and I am waiting for a response.
Have you had any success getting your applied motion driver to respond?
Thanks again for your help on this.
Tristan
04-05-2006 03:22 PM
04-07-2006 07:39 AM
04-07-2006 10:36 AM
Brian,
Thanks for sending that VI. Unfortunately I have LabVIEW 7.0. Is there any way you can create it in 7.0?
Tristan
04-07-2006 11:16 AM
Tristan-
Sorry, but I can't. I could normally go back to 7.1, but it won't let me do that on this one.
This is very simple. Just send the 2-letter command out the serial port. You need to append a carriage return-line feed to it, though.
Can you get movement using the Applied Motion SCL Utility?
Brian