Hello
I am working with 3axis (Indra Cs + MS2N motor) application, whose hardware configurations is attached herewith
I could establish the connection with each drive separately and operate them, from the same network with single computer. whereas to connect with another axis in the network, i must have to disconnect(only from software) the axis that i connected previously.
1. How many axis can be connected to the single computer using EAL4Con C# at the same time?
2. How many axis can be operated from the single computer using on EAL4C on C# at the same time?
3. Is there any special conditions to be followed to perform the above?
4.is it possible to connect Multiple drives(With Different IP addresses) at the same time with the same program?
Please suggest.
Thanks and Regards
Sam
Solved! Go to Solution.
any update please
Which EAL version are you using?
Which software tool are you using to control your drives?
EAL Version 2200 and the software tool is QT Creator
Hello Sam,
there is no limitation of max. connections on PC side.
This means you can connect your 3 axis in parallel when they are reachable at same time. (try i.e. to ping all axes)
Because you are using MPx20 firmware version, it is also possible do the communication via single connection to the CCD master device.
Therefore use the structure ealConnection.Motion.Axes[1] for slave 1.
Regards,
Christoph
Hello
What if i dont have CCd Master drive?
I have all Basic drives working independent of each other.Can i connect all these drive using single program?
Is multiple connection possible for all three drives?
What can be done in such cases?
Any update please
Yes you can connect to multiple axis in parallel.
Therefore you need an instance of EALConnection object for each drive.
For testing purpose you can open several instances of Drive Tool and test your connection.