I am trying to make the value of rapid data available at all times on the FlexPanadant custom GUI. So I used the valuechanged property code to retrieve these data value everytime it changes. This is giving me problems by throwing exeptions everytime I run the flexpandant application.
I am using VisualStudio2008, RobotWare5.11.0160.00 and RobotStudio5.11.
Any assistance on how to solve this is greatly appreciated!
Where are you declaring and instantiating your controller object? What exception type are you getting? I would assume its a NullReferenceException if you are not instantiating the controller somewhere. Also, you might want to consider using the DataBinding control to do this instead, its use is described elsewhere in this forum.
You might want to try acontroller.GetRapidData((taskname,modulename,varname), and make sure that your variable is a PERS.