RS 3.1
I have heard that the new 3.1 will bee released today.
When do i get it?
I hope that the error with robhold wobj is corrected
Best regards Klaus
Klaus Soenderhegn
www.cadalysator.dk
Comments
-
Hello Klaus,
You are right, RobotStudio 3.1 is "released" in the sense that the Master CD has been sent to our production company.They will start sending the boxes out, to our Subscription Service customers, during next week, add 2-3 days for delivery and you will have your upgrade shortly.
Best regards
/Ulrika Mor?n
Support Engineer M. Sc.
0 -
[QUOTE=John Wiberg]
Release_notes_for_RobotStudio_3.1.zip
[/QUOTE]
It lokkes that you have solved my problem with the robhold true on Wobj. Looking forward to try the new 3.1.
Best Regards
Klaus Soenderhegn
www.cadalysator.dk0 -
-
[QUOTE=Melk]
Target generated as .NoName. in the Virtual Controller
This problem is now resolved.0 -
How to resolve problem whit targets generated as .NoName in the Virtual Controller?
0 -
GPetak
If you get that problem you should run this macro:Sub RenameInstances()
Dim TargetInst As Target
Dim TheLot As Targets
Dim TargetName As String
Dim tmpString As Variant
Set TheLot = ActiveStation.Targets
On Error GoTo errh
'Re-rename ALL Target instances. This will actually name the Target definitions!
For Each TargetInst In TheLot
'Remove the ":<num>" from the original name
TargetName = TargetInst.Name
tmpString = Split(TargetName, ":")
TargetName = tmpString(0)
'Rename the Target...
TargetInst.Name = "tmpTargetName"
TargetInst.Name = TargetName
Call ActiveStation.PrintLog("Log", TargetName & " Re-renamed!")
Next TargetInst
Exit Sub
errh:
Call ActiveStation.PrintLog("Log", TargetName & " NOT Re-renamed!")End Sub
John
Developer Center0
Categories
- All Categories
- 5.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 314 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 794 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings