Asked — Edited

Question With 2Nd Ezb Purchased

My first one worked great. Actually, it is the ARC I am having trouble with. I create my ports and save them in two places. When I call them back, it does not have all of the ports. Also, my connection can only be established in ARC. I have tried to MERGE with my programs after I have connected. But the whole thing is kinda squirrelly. so, I figured I would make mention of it.

Thanks


ARC Pro

Upgrade to ARC Pro

ARC Pro will give you immediate updates and new features needed to unleash your robot's potential!

#1  

I away from my PC, but you have to differentiate between board 0, 1, under the connection tab.

United Kingdom
#2  

What do you mean by you save them in 2 places?

And what do you mean by your connection can only be established in ARC? What else are you trying to connect with?

Post your project file and I will take a look, it may make more sense then.

#3  

What I mean is I saved a copy to the EZB folder and also one to the desktop. I just recently saved one to the cloud.

When I call them back, I have windows missing so I have to start from scratch each time to make the windows.

When I start EZB, I have the connection window upper left. When I start the project, I don't have the connection window anywhere unless I start blank EZB first and import my windows. But if I save them, they disappear.

I know about board 0 and board 1, that is not the problem.

I have posted the project file to Bob1 under incompleted robots.

Thanks for your help. I don't think anything is wrong with the EZB, it is always in the software.

:)

#4  

The connection window is a control you can save in the project layout just like the other controls.

United Kingdom
#5  

I will check it out. It sounds like a similar issue we had a few weeks back with modified servo control.

I just opened it and saw some control, not all controls though, and a modified servo control. Are there more than one of them? If so that may be the problem.

Just looked at the file as if it were an XML file (which is what saved files are) and your controls are there including connection so yes, I would say it is the problem I mentioned in the first sentence. I hope DJ is aware of this and has fixed it for the next release so just hang in there for now.

You are doing everything right so good news there :)

Edit: It's a pain but if you wanted to get on with things try removing the modified servo controls. Make a new project, import everything but the modified servos. If you want movement use a modified servo control panel or custom control panel and set them up in that (if they are for movement).

#7  

I do have two modified servos for the wheels to the robot. They are the only two continuous servos. They came from Parallax.

:)

United Kingdom
#8  

It stumped me a couple of weeks ago but digging around found the problem. I don't know why but having two modified servo controls screws up the project. I guess nobody found it before, or few have ever found it because they are rarely used other than for movement and when that's the case a modified servo Movement Panel is used.

From the looks of it your project uses them for movement so if you wanted to get on just add in a modified servo movement panel, set up the ports correctly and voila. You can still use 2 (or more) modified servos with no problems, you just can't have two controls.

You could use scripts to start them in each direction or stop them but it would mean 3 scripts per servo. One for forwards, one for reverse and one for stop. Each with the command Move(servoPort, forward/stop/reverse).

Or you could use keyboard controls to trigger the moves, or a joystick.

Plenty of options there so you can get on with the rest of the project if you wanted to :)

#9  

When I tried to use the movement panel, it gave me an exception error repeatedly.

United Kingdom
#10  

Oh, it should work... Was it a pop up dialogue with the continue, cancel etc. buttons on it?

You can use the custom movement panel, I used it for testbot since he had to drive 2 modified servos per side so 4 in total. Just use the script commands Move() with relevant ports and directions for each direction, ignore speed.

#11  

I will try them without setting up the motors first individually. I will try the Movement Panel by itself.

I will let you know.

#12  

Well, it did not work. I tried to post the message it gave, but it would not let me post.

:(

United Kingdom
#13  

I'm not home at the moment so can't do it yet but if you let me know which ports do which modified servos I'll try adding the panel and pop it on the cloud for you. I wont get chance for another 4 hours though.

#14  

Right motor is D19, Left motor is D18. It works when I set them up individually. But, when I save them, I loose most of the 20+windows I have setup. Movement Panel does say continue. But, gives me an error.

Thanks,

Mel

#15  

I just posted BOBII in showcase section.

#16  

OK, so I changed all of the ports to match the Boxrobot example. Still doesn't work. It says disconnected.

United Kingdom
#17  

Try this one

I added the modified servo control panel with the servo ports you said, saved it, closed it all, opened it again and it remained there so should be OK.

You may want to merge into your current project, just select the modified servo Movement Panel and import it into what you have set up already. If you find one of the servos needs to be reversed just swap the max and min values over.

#18  

I never could really save the four times I set it up. But, at least I checked the hardware and know that it seems to be working.

Now, I can save and reload. Very nice. But, the Modified servo control panel does not work at all. It says disconnected. So, he can't go anywhere for now.

I did the motors separately and they worked by themselves each one. But, no Movement Panel works.

We are making some progress. But no movement panel.

Thanks for what you have done so far.

:)

United Kingdom
#19  

Just a thought, what happens if you change your EZ-B to connection 0?

There is no place for board number in the servo control panel, I only just remembered that (board 0 is always used for movement panels).

Give me a minute and I'll make a custom control panel for you to try using the script commands :)

United Kingdom
#20  

OK, updated the file on the cloud, download

Directions may be a little wrong since I did it quickly and don't know which way around the servos are fitted on the robot but if it is wrong just change the forwards and reverses in the script commands to suit.

Edit: Just out of interest, why is it set to board 1 when you have no board 0 set up?

#21  

OK, I switched it to Board#0 and everything worked. What am I going to do when I turn on my other robot that is already using board#0? How does that work. it has a Roomba control and uses the panel.

confused

United Kingdom
#22  

Did the custom Movement Panel work with the script commands Move(1.D18, Forward) etc.? (the latest one I plopped on the cloud)

If not then you will need 2 instances of ARC (assuming you are going to be controlling both robots at the same time) since only 1 Movement Panel is supported per ARC and it is assumed that Board 0 is controlled by the movement panel. If you will have either/or then it isn't an issue, just load up the other project and have both projects use board 0 with their specific port.

Failing that, wait and see if DJ fixed the issue with modified servo controls. Or use scripts, one to move forward, one for reverse, one for stop etc. Or use the keyboard control and map key presses to the servos.

PRO
Synthiam
#23  

It's fixed in today's update :)

#24  

Hey, D.J. it is nice to talk to you. You have been so busy working, I have gotten tired for you. Good to hear from you.

Thanks,

Mel (MovieMaker)