Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
how can i solve this problem! About PC SDK!!!


Comments
-
private void button6_Click(object sender, EventArgs e)
{
OpenFileDialog openFileDialog1 = new OpenFileDialog();
openFileDialog1.Filter = "Mod Files (.mod)|*.mod|All Files (*.*)|*.*";
openFileDialog1.FilterIndex = 1;openFileDialog1.Multiselect = true;
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
FileSystem aFileSystem = controller.FileSystem;
string remoteDir = controller.FileSystem.RemoteDirectory;
controller.FileSystem.PutFile("d:\downmod\", remoteDir);
try
{
// tasks.LoadProgramFromFile(aPrgFileName, RapidLoadMode.Replace);
tasks.LoadModuleFromFile("move.mod", RapidLoadMode.Add);
}
catch (ArgumentException ex)
{
return;
}?"T?__ 18 ?_oSystem.Array?__?1??,_?O.?_??_oLoadModuleFromFile?__?s,?rs?1% F:ABB??-?"0 -
error18: sSystem.Array"don`t included the defining of?_oLoadModuleFromFile0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings