RobotStudio event

How do you link a rapid pers to an i/o group output?

Best Answer

Answers

  • You assign it:  nCurrProgIndex:=B1ProgIndex;
    Lee Justice
  • This created a syntax error because it was in a system module.
  • It should not matter that it is a system module.  I see that you made an AliasIO but it also looks like it is configured as an actual Group output.  I don't see the need right now for the AliasIO.
    Lee Justice
  • My bad, I had to do some checking.  nCurrProgIndex:=GOutput(B1ProgIndex);
    Lee Justice