
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.
Is it possible to use PCSDK to get RAPID memory?
KennyJiang
mod
Is it possible to use PCSDK to get RAPID memory like that shown in system info on the TPU?
Tagged:
0
Best Answer
-
hi,
Possibly it is possible to find it with something like this, but I am not able to test on an RC
var mgr = new DeviceManager(_controller);
foreach (IDeviceNode child in mgr.GetChildren())
{if (child is IPropertyNode)
{
IPropertyNode prop = (IPropertyNode)child;}
}
—Doyel JosephPC Software Support Engineer1
Answers
-
Hi Doyel,
I tried your code on an RC. 2 IDeviceNode are found with name "Hardware devices" and "Software resources", but neither is IPropertyNode. Is there anything else to try?0 -
Hi Doyel again,
After understanding your method, I got the memory information. Thank you very much!
I also wonder if it is possible to get the serial number information by PCSDK. Or how to get "Controller properties" or "System properties"?0
Categories
- All Categories
- 5.6K RobotStudio
- 401 UpFeed
- 21 Tutorials
- 15 RobotApps
- 306 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.9K Robot Controller
- 364 IRC5
- 82 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 854 RAPID Programming
- 37 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 110 Collaborative Robots
- 5 Job listings
