Forum Migration Notice
We're transitioning to a more modern community platform by the end of this year. Learn about the upcoming changes and what to expect.

Invalid Client ID

When I execute this line of code:

Dim _nAlarmNum as RapidDomain.RapidData


_nAlarmNum = _robotController.Rapid.GetRapidData(
"T_ROB1","MainModule","nAlarmNum")

I can't use _nAlarmNum.Value because it tells me "invalid client id".  WHY IS THIS??  I must be missing something easy.

Jake

Comments