01-30-2014 11:31 PM
Was trying to download the Yaskawa Motoman Robotics Library via VIPM,
Error message says could not connect to VI Server and to add localhost to allowed addresses.
Did that, still does not work
Any ideas?
01-31-2014 04:24 PM
Hello Microhertz,
This appears to be a problem with VIPM and not with the Yaskawa Motoman toolkit. I was able to install that toolkit without issue. It seems that the problem is more specifically related with VIPM trying to connect with LabVIEW and is not related to the toolkit per se.
Maybe, this link from JKI is helpful: http://support.jki.net/entries/21447601-Resolving-issues-with-VIPM-connecting-to-LabVIEW
You might also browse the JKI forums: http://support.jki.net/forums
02-01-2014 04:17 PM
It works now!
I updated the VIPM- Program.
Old one says "Release Notes: version 1.1.3 -- January 2013 Bugs fixed: - corrupted .vip package prevented from successful installation in certain cases."
and fixed the entries in VI server (I accidently had the "*" replaced by "localhost", think both are required )
Thanks
Now I am faced with another challange:
The LabVIEW programm communicates via Ethernet. I have an old ENC controller without Ethernet. I would either have to generate +- 6V to drive the servos, or hack into the pendant.
Does anyone have the pendant interface info or schematics? Or other info how to interface to the controller?
02-03-2014 05:53 PM
Hi Microhertz,
First of all, in order to help you the best, I will need to know exactly what ENC hardware are you using? Also it will be helpful to know how did you interface your old ENC controller without Ethernet to your computer?
02-04-2014 12:25 PM
The ENC is a controller cabinet for the Motoman robot. It consists of Yaskawa proprietary computing electronics from the 90's.
A computer was never attached to the system.
Some online information suggest that it can communicate with a PC via a serial connection. But I cannot find any serial interface.
I want to bypass the old electronics and run the robot on a PC with LabVIEW software. And I want to implement a vision system.
02-05-2014 08:28 AM
Without a seriall interface it will be difficult to communicate with the computer and LabVIEW. How do you plan on getting around that?
02-06-2014 06:05 PM
I could drive the servos directly.
They take the voltage range from -6V to +6V. But that requires six D/A converters (capable of generating negative and positive voltages) for the six axes.
And the processing of the six angle encoders.
Can be done but is lots of work.
I was hoping for an easier solution.
Do not have the schematics for the robot arm and controls.
02-06-2014 06:28 PM