Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ABB IRC5 - Problem with I/O
#1
Hello everyone,
I want to know what's the proper way to use a Digital Output in a ABB Robot with IRC5 Compact Controller.
I'm using ethernet connection (so the driver in the robot is RDK_DriverSocket.mod) and everything regarding connection and movements works fine (this means that I am able to move the robot using RoboDK without any problem).
Now I'm trying to use a Digital Output (I've already configured the I/O system in the robot) but when we use the setDO function in python or even the "Set or Wait I/O Instruction" it doesn't seem to do anything... looking in the .mod file I've realized that the setDO function is actually commented (from line 273):

Code:
case 121:
COM_SendNum(121);
num1 := COM_ReadNum();
num2 := COM_ReadNum();
!DO_Signal := num1;
!DIO_Value := num2;
!SetDO DO_Signal, DIO_Value;
TPWrite "Implement setting Digital Outputs";
COM_SendNum(128);

Well, I just uncommented these 3 lines and there is a Error Message (40223), so apparently this lines are commented because of an issue???
Is there a way to fix it?

Thanks in advance!


Messages In This Thread
ABB IRC5 - Problem with I/O - byNox- 06-30-2019, 10:15 AM
RE: ABB IRC5 - Problem with I/O - byAlbert- 07-01-2019, 09:36 PM
RE: ABB IRC5 - Problem with I/O - byNox- 07-02-2019, 06:35 AM
RE: ABB IRC5 - Problem with I/O - byJeremy- 07-02-2019, 02:00 PM
RE: ABB IRC5 - Problem with I/O - byNox- 07-03-2019, 02:42 AM
RE: ABB IRC5 - Problem with I/O - byJeremy- 07-03-2019, 03:16 AM
RE: ABB IRC5 - Problem with I/O - byNox- 07-03-2019, 07:02 AM
RE: ABB IRC5 - Problem with I/O - byJeremy- 07-03-2019, 03:21 PM
RE: ABB IRC5 - Problem with I/O - byNox- 07-03-2019, 11:57 PM
RE: ABB IRC5 - Problem with I/O - byNox- 07-04-2019, 03:14 AM
RE: ABB IRC5 - Problem with I/O - byAlbert- 07-04-2019, 10:10 AM
RE: ABB IRC5 - Problem with I/O - byNox- 07-05-2019, 08:35 AM
RE: ABB IRC5 - Problem with I/O - bygrunftz- 05-26-2022, 12:04 PM



Users browsing this thread:
1 Guest(s)