Okay so I tightened all the loose screws, added locktite. Checked frame for level. Downloaded webcontrol (linux single file)- I have some problems getting it to launch a second time. I have to click the program- check task manager or terminal to see if running. Then call up webcontrol on firefox via history or book mark. Terminal gives error bad symbol- get-date. But if I call it manually as described above I can run it.
It controls the router much more smoothly than groundcontrol. Ran calibration entered those numbers and I am getting pretty straight lines. But running triangular calibration does not work on webcontrol. Says this feature is not available and crashes. So I ran the file on groundcontrol and entered those numbers back into webcontrol. They seemed to work.
But I am having problems creating a square box via easel. It always comes out longer than wide. But if I enter dimensions and manualy cut with webcontrol the box is square.
So I think the problem I am having now is mastering gcode- or at least going from a cad / cam to gcode.
I did not mess with firmware though webcontrol gives error saying my firmware is newer than the recommended firmware. Should I change it?
There should be an option in webcontrol to use either triangular calibration or
holey calibration (6 holes, 12 measurements). you have to flash the firmware
when changing between them (save a copy of your config, itās now an option from
one of the menus, before you switch)
please post the g-code that you say isnāt comeing out square.
so looking at this, you are doing some small moves in the corners, did you tell your system to round over the corners? (the movements are only ~5/100 of an inch, so you probably wonāt see the effect)
how far off from square are you measuring the result
Where did this specifically occur? Did this occur when you pressed the āTriangular Calibrationā button on the Actions page? or when you tried to do something on the Triangular Calibration page?
If you run webcontrol and want to use holey calibration, you should use the firmware that is included with webcontrol. The stock firmwares are the same, but the holey calibration firmware is modified slightly to work better with webcontrol. You should only need to go to āActions->Upgrade Holey Firmware:51.27ā
When I click the button on actions page. It opens the calibrate page then it gives error. It does start the cuts though. But if you click stop button it gives same error.
I am going to try and change firmware today and see what happens.
It overwrote all my ini files. I should have thought to make another copy of them first. It erased all my chain lengths.
So Ifigured I would have to start over again And now I cannot communicate with my arduino board at all.
testing motors / encoders provides fails.
Neither ground control nor web control can communicate.
So couple of questions:
All my laptops are linux. Does windows run these better? Are some of my problems linux based? I know my old laptop outside maybe some of the issue, and I have a much newer laptop I can use but it also linux.
What are the steps to start over from scratch? I seriously hate doing that chain measurement thing all over again but it seems I lost whatever data I had on the board when I updated. My numbers are still in my settings- but it cannot recognize chain length or sled position and cannot communicate with motors.
Webcontrol doesnāt use .ini files. The config is stored in webcontrol.json so if the .ini file got overwritten, I think it must have been done by ground control somehow. However, chain lengths arenāt stored in an .ini file. Did you get a message about invalid chain lengths right after performing the update? If so, thatās an issue inside the controller (no .ini files involved with that). Upgrading firmware doesnāt normally cause you to lose chain lengths though, so thatās odd.
Does webcontrol report being connected to the controller (the very top right āalertā will be green with the port name⦠/dev/ttyACM0 in my case)
I donāt have a controller connected to a linux box so I canāt say. I build the linux file using ubuntu 16.04 virtual machine. I donāt know if it matters that I use ubuntu or not (for compatibility with other distros).
So you got a message about invalid chain lengths after doing the firmware update? You can reset the chain lengths by using the Actions->Set Sprockets Vertical page. Did you mark the chain link that was on the top tooth after doing your first chain extends?
Attached is errors being thrown in terminal. 1st is screenshot,png of boot up of webcontrol. 2nd is screenshot1.png of moving sled.
I did manage to get it talking to the board- but now everything runs backwards. Zaxis now moves entire sled. Y up moves y down and slightly to left. Ydown moves sled up and to the right. X right goes left and slightly down. x left goes right and slightly up.
No I did not mark the vert sprocket. But I will when we get this going again.
Second problem is that webcontrol is losing serial connection over and over. I am concerned the board maybe going bad. I did unplug and replug usb and power cord and allow to it restart. That seemed to stop the connectivity problems for the time being. But with it running backwards now I dont know what direction to go.
I see the avrdude.conf file is missing from my linux VM. Iām creating a new releases (v0.908) with it included. Iāll post when its up and you should be able to update via Actions.
As for the second screenshot error. I havenāt seen that error and wonder if itās a webcontrol issue or an issue with your linux setup. What linux distro are you using?