Hi all
how can I read rapid data from controller?
I read many helps in FP SDK and RAB but I think there are many “errors”
Example: Dim rd As RapidData = Me.AController…
where is RapidData declared and how
where is AController declared and how
etc. etc.
I try somethink but my method “trial and error” is very slow and expensive!
Please help, do somebody any WORK example PLEASE write me.
Hi
What is it that you want to do exactly? What type of RAPID do you want to read? Do you want to do something more with it once you have read it?
As a generic advice I’d say use the FpRapidData dialog. That ususally reduces the amount of work for the programmer.
See the FlexPendant SDK Application Manual : “Using the FlexPendant SDK - Launching other views - Using standard dialog box to modify data” topic.
I agree with John.
But if you later need to use methods like GetRapidData(), I just want to tell you that the Application Manual has been updated in release 5.13 compared to 5.12, where a few typos in the code snippets were corrected.