How to configure Gantry and Safe Zone in Visual Coding of IDE App?
Hello Community,
currently our customer is testing with the Visual Coding of IDE App for a classical cartesian robotic for pick&place application.
For X-Axis we want to configure a Gantry and a Safe Zone but we don't know how to configure it in Visual Coding. The Core runtime and App version in use is 1.12.Â
A short description or manual would be much appreciated.
Thanks and best regards,
Hui
Best reply by CodeShepherd
Just to be sure safe areas are only possible to use for a kinematic not a single axis movement.
In the graphical programming for safe are/work zone (see documentation) as well as gantry functionality (see documentation) is no easy to use abstraction like for the movement commands. You will have to use the "Lowmotion" functions.
What you have to do is:
In the ctrlX CORE web UI:
switch on gantry function for the two axis that should be able to be coupled
Web UI axis setting gantry 
configure gantry master as X and two more axes as Y and Z in your kinematic
Web UI setup kinematic
create the safe are you want to use.
Web UI safe areas
In your program:
set up the kinematic and axes in the motion configuration
IDE graphical motion configuration
initialize all configurations, so motion objects will get set to correct state
add gantry slave axis to the gantry master and move your kinematic