Hi there, I am planning to create one robot choosing center. But I do not know how to use the idea to execute in python software.
my idea is, let say a customer wants to choose a robot how to use the rule below to execute in python:
IF the robot application is Assembly,
AND the load is 0-5kg
AND the reach is 0.58m
AND the mounting is floor OR the mounting is wall
THEN the model number of the robot is IRB 120
IF the robot application is Assembly,
AND the load is 6-10kg
AND the reach is 1.2m
AND the mounting is floor OR the mounting is wall
THEN the model number of the robot is IRB 1600 – 6/1.2
IF the robot application is Assembly,
AND the load is 6-10kg
AND the reach is 1.45m
AND the mounting is floor
OR the mounting is wall
THEN IRB 1600 – 6/1.45
IF application Assembly,
AND the load is 11-15kg
AND the reach is 1.65m
AND the mounting is floor
OR the mounting is wall
THEN IRB 2600 – 12/1.65
IF application Assembly,
AND the load is 11-15kg
AND the reach is 1.85m
AND the mounting is floor
OR the mounting is wall
THEN IRB 2600 – 12/1.85
Thank you.This is my assignment and I really need help.