Recent update: 2008-3-21

VPL was working, but no longer is

5187 byte By 3YO at 2008-3-7
I am using Brian Peek's example using a Xbox controller for the NXT. This all works when I just run the code. When I try to run the VPL, I get the following error message. How can I find out what these mean and where I need to check for a problem. Partner enumeration during service ...

multiple-InitialStatePartnering problem

6487 byte By skuleguy at 2008-3-6
I'm creating a Diagram to hook the XInputController Service to my ControlSample9 Service. [Controller4.mvp] (Diagram 1)XInputController --Activity-ControlSample9 ControlSample9 starts its service using InitialState Controlsample9.xml And ControlSample9 is listening (and is a partner of ) the ...

VPL enhancements

331 byte By antoniomorandi at 2008-3-5
I've used a development environment called Rational Rose Real Time. We've used the tool for robotics and other real time application development. RT is a round trip engineering tool that provides a visual interface for creating capsules (services) ports, connections, protocols, etc. Are there ...

how can a find the services?

352 byte By winsky~king at 2008-3-3
hi i found i can not use the components in the serveices window becasue the window is empty,and i am so confused now.Another question can i renew or input the component from a folder?Thank you ...

VPL was working, but no longer is

5187 byte By 3YO at 2008-3-1
I am using Brian Peek's example using a Xbox controller for the NXT. This all works when I just run the code. When I try to run the VPL, I get the following error message. How can I find out what these mean and where I need to check for a problem. Partner enumeration during service ...

toolboxes of vpl

53 byte By Segawa at 2008-2-28
How are four toolboxes docked with the window?

Trying to set up the BoeBot with EB500 (BlueTooth) in the VPL environment.

2005 byte By Wayne at 2008-2-27
This may be a long shot, but let me tell you about what we're doing and where we want to go next. First, I am working with a High School teacher and his new class as an engineering mentor. He is designing the class to teach robotics, programming, and all the inter-related skills needed to do ...

toolboxes of vpl

53 byte By Segawa at 2008-2-26
How are four toolboxes docked with the window?

Compile VPL as a Service Bug when using Text Functions Activity

4232 byte By ReeceR at 2008-2-25
Hi,I think I have found a bug when trying to compile my VPL as a service when it includes the TextFunctions Activity. The DiagramService.cs source that is code generated is not vaild C#. To demonstrate, try this very simple VPL: Code Snippet +-+ +-+ |Data | LastIndexOf |TextFunctions| ...

Where can I download VPL?

53 byte By bz at 2008-2-24
Looking for a download and not finding it...

XInputController and 3 motors

1006 byte By doml25 at 2008-2-23
I am trying to control the motors on a lego NXT brick using an Xbox controller. I would like to control MotorA and MotorB on the left thumbstick and MotorC on the right thumbstick. I have worked through the Tutorials and looked at Brian Peeks' coding for fun article. The problem is that ...

Display XInputController Responses

581 byte By SomeoneKnows at 2008-2-22
I have a simple VPL Diagram which consists of an XInputController Service and I want to display a dialog box to identify which Button was pushed. From the XInputController I'm linking to a Switch Activity and I can see the button types displayed. When I enter A=true I'm getting an error ...

xbox msrs "service" no longer works under Vista

1673 byte By DavidGoodin at 2008-2-22
greetings, the service for the xbox controller generates the following error; Error Loading Diagram Unable start configured partners Code s:Receiver Reason System.IO.IOException: Code:W3C.Soap.FaultCode,Subcode:unknown,Reasonystem.Reflection.TargetInvocationException: Exception has ...

Need Help With Programming Mindstorm NXT to follow a line

459 byte By PCubed at 2008-2-21
Ive been trying to get my robot to follow this line but i haven't been able to get it yet and ive been working for 3 days on it, so can someone help me out? my deadline is mid-night tonight! please help me or ill lose the challenge with my friend =(Course ...

Creating Custom GUI (adding buttons to a form)

694 byte By Kexyn at 2008-2-20
Hey everyone, I've gone through the VPL tutorials, and I can get everything working fine. I just have one question: is it possible to create a GUI form from scratch in the VPL? I can get tutorial 4 working, and I understand how everything works, but is there a way to have a form with more ...

xbox msrs "service" no longer works under Vista

1673 byte By DavidGoodin at 2008-2-19
greetings, the service for the xbox controller generates the following error; Error Loading Diagram Unable start configured partners Code s:Receiver Reason System.IO.IOException: Code:W3C.Soap.FaultCode,Subcode:unknown,Reasonystem.Reflection.TargetInvocationException: Exception has ...

Responding to a Contact Sensor

4410 byte By SomeoneKnows at 2008-2-18
I am having trouble getting my VPL program working and I'm looking for suggestions on how to go about debugging the problem. It is using new VEX services source code and the tutorial based on the VPL Tutorial 1 where a Contact Sensor causes a Data object to send the string “Ouch!” to a Simple ...

s:Receiver - Error Loading Diagram

13617 byte By SomeoneKnows at 2008-2-17
I have tried creating a program based on VPL Tutorial 1 but I am having trouble trying to run it. I'm getting the following error message: Code Snippet Error Loading Diagram Unable start configured partners Code s:Receiver Reason System.IO.IOException: ...

BoeBot Manifest in VPL

234 byte By EricJS at 2008-2-16
I am having a problem using the Parallax.MotorIrBumper.Manifest.xml in the VPL. I get a "Failed to create services using manifest" error. I'm trying to do tutorial number 1. Can anyone help with this? Thanks. Eric

VPL on Windows Vista

823 byte By saand at 2008-2-15
Hi, I have just installed Robotic studio on windows VISTA and trying to run VPL. VPL doesnt run and just displays mesg that the "VPL has stopped working & windows is trying to find solution" and then it stops working saying it needs to be closed. Also initially when i started ...

SetTimer: callback is not getting called

430 byte By dp_bubu at 2008-2-15
Hi, I was working on a CreateTimer implementation using settimer function. However, apparently there seemed to be some problem with the code as the callback function was not getting called. Please suggest some possible reasons for this and some procedures to get it working! it would be ...

Adding New Services

188 byte By ilTallman at 2008-2-15
Is it possible to add new modules/blocks to the services list in VPL? I see iRobot, LEGO etc blocks, how do you create and add new one. Do we need special partnering arrangements with MS?

Timer and Custom Activity Help Please...

717 byte By ReeceR at 2008-2-15
Hi,I am having trouble finding examples of how I create an activity in VPL that will allow me to initialize a timer with a tick interval greater than the one second tick timer and then receive notifications every interval seconds for the lifetime of my service.I don't understand what should go ...

Compile as a service (no interpreter) error

2576 byte By adeline.paiement at 2008-2-15
Hi, I have been trying to compile various services, but I always get the following message : * Loading Program: file:///C:/Microsoft Robotics Studio 1.5 (CTP May 2007)/5293ff99-4a89-4ee8-af9e-2183135646a2/RandomDrive.program.xml* Starting internal DSS Node on ports 50000 and 50001...* Finding ...

Next release after May 1.5

410 byte By bkornele at 2008-2-14
When is the next release due out? I have been using the May 1.5 release with some success with the Lego NXT system. I was kind of disappointed in the VPL's stability as a beta. The service and robotic tutorials are nice but somewhat confusing. Looking forward to some new and stable stuff ...

Compile as a service (no interpreter) error

2565 byte By adeline.paiement at 2008-2-14
Hi,I have been trying to compile various services, but I always get the following message :* Loading Program: file:///C:/Microsoft Robotics Studio 1.5 (CTP May 2007)/5293ff99-4a89-4ee8-af9e-2183135646a2/RandomDrive.program.xml* Starting internal DSS Node on ports 50000 and 50001...* Finding ...

Exception Error in VPL

1341 byte By UriKartoun at 2008-2-13
While opening VPL and trying to drug either an activity or a service to a new diagram, I encounter the following message: "Just-In-Time Debugging" window is shown. Inside the window it's written "An exception 'System.Reflection.TargetInvocationException' has occurred in ...

I'm So Confusing...(about vpl Service detail. i.e:Input value or Output-value)

471 byte By HustWugui at 2008-2-13
I just want to know that where can I look over service-return-value.for example..In the example of the Sick Laser Range Finder:-- --Sick LRF | -replace--DistanceMeasurements.Length > 0 | ....- --like this,how can you know there is a List named DIstanceMeasurements storage result of ...

VPL Version in Tutorials

569 byte By kuehn at 2008-2-12
Hi,it seems that a new Version of VPL is provided when downloading the latest Version of Robotic StudioNo Problem so farUnfortunately I am a rooky on VPL and have to go through the turorials which is a bit a pain as many things look a bit differentDo you plan any updates to the tutorials ?Where ...

Compile as a Service Problem

2226 byte By ReeceR at 2008-2-11
Hi,When I try to "Compile as a Service" I get an error dialog with the following contents:Creates a .Net service from an MVPL diagramVplToNet /Program:<file> /Service:<string> /KeyFile:<string> [options]/Program:{<uri>|<path>} The source VPL program file ...

Constant Crash - any suggestions?

1044 byte By DelSiggy81 at 2008-2-10
I’ve just been going through the VPL tutorials and every time I run my program for the 2nd time and then hit Stop the program crashes, giving me the “Microsoft has encountered and error” – message. The difference between the 1st and 2nd runs is during the first run, in the Run window the ...

How to make a manifest myself?

292 byte By HustWugui at 2008-2-10
In the vpl-sample,while loading completed,the scene there is draw by the programmer. How can you do this ? Is I must use C# or other programming language to do this? Is there any tools for me to create XML files like this automatically? Thanks Tan Wangda

Notifications inside Activity

269 byte By LorenzoSabattini at 2008-2-8
Hi, I don't understand one thing: if I insert a service inside a custom Activity (for example, I insert a GenericDifferentialDrive) I can't use the service's Notifications. Why? Is it possible to use service's notification inside an activity? thanks Lorenzo

If you can't understand LaserRangeFinder come in(Just to newer,Thanks to Paul)

4757 byte By HustWugui at 2008-2-8
Many people use Microsoft Robotic Studio just to understand how robots works,or how to make a program to control a robot in the attracted simulation environment.Sometimes they don’t have a “real” robot,I am one of them. So it may be hard to understand how the robot works,especially sensors ...

Manifests for the Generic Diff Drive

181 byte By AnonymousSpelbot at 2008-2-7
How do I select a manifest to use in the configuration for a generic differential drive if the one I want is not in the drop-down list? Is this even possible? Please help!

How to understand a activity connect with muti-same-activities

659 byte By HustWugui at 2008-2-7
I'm a newer to MSRS,so there are always questions about VPL,hope you can answer my question :-DAlso in the example of Sick LRF,part of the program like this:- -- |* Worker * | | | *SickLRF*| |* if ( ..... ) *| |* Worker * | | |* Worker * | |* Worker *| -| if (name == "Right")| ...

Wrong Counting

623 byte By UriKartoun at 2008-2-7
First, please have a quick look at the VPL diagram:www.ie.bgu.ac.il/kartoun/microsoft/pics/VPL_Count_Down.JPGWhile trying to run the counting down program, I encounter a weird output; sometimes the program runs properly and says: "ten, nine, eight and so on till zero, all done" and ...

How to understand a activity connect with muti-same-activities

659 byte By HustWugui at 2008-2-7
I'm a newer to MSRS,so there are always questions about VPL,hope you can answer my question :-DAlso in the example of Sick LRF,part of the program like this:- -- |* Worker * | | | *SickLRF*| |* if ( ..... ) *| |* Worker * | | |* Worker * | |* Worker *| -| if (name == "Right")| ...

I'm So Confusing...(about vpl Service detail. i.e:Input value or Output-value)

471 byte By HustWugui at 2008-2-6
I just want to know that where can I look over service-return-value.for example..In the example of the Sick Laser Range Finder:-- --Sick LRF | -replace--DistanceMeasurements.Length > 0 | ....- --like this,how can you know there is a List named DIstanceMeasurements storage result of ...

Exception Error in VPL

1349 byte By UriKartoun at 2008-2-6
While opening VPL and trying to drug either an activity or a service to a new diagram, I encounter the following message: "Just-In-Time Debugging" window is shown. Inside the window it's written "An exception 'System.Reflection.TargetInvocationException' has occurred in ...

Wrong Counting

631 byte By UriKartoun at 2008-2-5
First, please have a quick look at the VPL diagram:www.ie.bgu.ac.il/kartoun/microsoft/pics/VPL_Count_Down.JPGWhile trying to run the counting down program, I encounter a weird output; sometimes the program runs properly and says: "ten, nine, eight and so on till zero, all done" and ...

May CTP: Simple Dialog does not display text in the message.

530 byte By BrianPeal at 2008-2-5
I followed the VPL tutorials included in the May CTP download. First, the tutorial images do not look like this version and some minor steps seem to be missing. But not a big deal or challange to figure out. However, On the first tutorial (and second) it uses the simple dialog to show if the ...

Bug: May CTP | Simple Dialog service + Join = VPL crash

1041 byte By JosephBittmanMVPMCSD at 2008-2-4
Hey MS - I was just trying to get a very simple xbox controller working with the tribot sim and am having a problem where somewhere in my components my xbox controller change values aren't getting passed on. To help figure out where the broken link is, I tried putting Simple Dialogs around ...

How to include services from other DSS nodes?

406 byte By Vassily at 2008-2-4
Hello My message flow diagram orchestrates several services running on one node. Now I want one of them to be running on a different machine. When manually starting DSS host I can easily express this by editing partner list in manifest. Is there a way to do the same in VPL environment? In ...

VPL and Windows Workflow Foundation

173 byte By theSailor at 2008-2-4
Hello, one short question: Is VPL based on the Windows Workflow Foundation? If not, what features of .NET 3.0 are used? Thanks, S@ilor

Wrong Counting

632 byte By UriKartoun at 2008-2-4
First, please have a quick look at the VPL diagram: www.ie.bgu.ac.il/kartoun/microsoft/pics/VPL_Count_Down.JPG While trying to run the counting down program, I encounter a weird output; sometimes the program runs properly and says: "ten, nine, eight and so on till zero, all done" ...

Request on how to program an Lego Mindstorm NXT

284 byte By cvirtuale at 2008-2-3
Lego Mindstorms Nxt, I have got a problem, I would like to create a Program which is able to follow a line on a base-plain, and this has to be done with a light sensor. Now I was asking if one you could kindly help me create or guide me in the creation of the program.

Exception Error in VPL

1352 byte By UriKartoun at 2008-2-3
While opening VPL and trying to drug either an activity or a service to a new diagram, I encounter the following message: "Just-In-Time Debugging" window is shown. Inside the window it's written "An exception 'System.Reflection.TargetInvocationException' has occurred in ...

What would you improve in VPL?

2790 byte By MovGP0 at 2008-2-2
I've just tested VPL and I think it sucks. Is built for plumbing Webservices and Applications using Activities, but If you want to develop programs that provides and uses this services and/or activities you stuck. VPL seems to be a plumbing language rather than a programming language in my ...

I'm a Newer To MSRS,I have a question,Need your helps

583 byte By HustWugui at 2008-2-2
Hello,I'm a green hand at robotic field,I'm from HUST in China. There're many questions with Vpl and robotic studio.I need your help. In Basic Robotic Tutorials 2Accessing a service) I made program like tutoral said. But the end of this tutoral,it didn't said which manifest should be ...