Stationeers

Stationeers

AIMEeAutoMining
15 Comments
Thel`Vadam Nov 27, 2021 @ 6:34am 
hi. What about Priority Ore?
Minus.1 Jan 19, 2021 @ 10:23am 
she works at last thanks
ArtVandelay Oct 7, 2020 @ 8:45am 
Hi, thanks alot for writing this up. my Aimee keeps trying to mine underneath my base and gets stuck, is there a line or two in the code where I can designate a specific spot for the robot to mine?

Thanks in advance
Corpsickle Oct 2, 2020 @ 6:33am 
however line 69 it says"bgt r4 -1 mode.4 #Change to Positive if HomeX is +" it should say "bgt r4 -1 mode.4 #Change to Positive if HomeX is -" i think.
my homex is + and I just left it alone and it seems to work fine.
Corpsickle Oct 2, 2020 @ 6:22am 
Read this from the bottom up lol
Corpsickle Oct 2, 2020 @ 6:19am 
Problem #1 the chip is not physically in the robot so there is no way to receive the position information.
Solution: Put the chip in the robot even tho it flashes an error.

Problem #2: You are using a transmitter, assuming you took out the # to make the transmitter line of code work..The problem would be again, The code cannot receive the information from the bot.
Solution:
Check to make sure d0 on the housing is set to the "Logic Transmitter".
Then turn housing and transmitter off, then on again.(I found you have to cycle the power sometimes if transmitter flashing an error.)
Export the code again.

The code needs the information from the bot in order to not flash an error. If it cant get that info then it will have an error. Ya?
Corpsickle Oct 2, 2020 @ 6:19am 
Ok everybody i just checked this and the error 22 is good. you are getting error due to your setup.
Line 22 is "l r4 db PositionX"

So "l(load var from device{the robot} to register) r4(the register) db( the robot ) PosotionX( Db's position)

You are getting the error because there is nothing to load.

legion Aug 14, 2020 @ 8:02am 
Not working, 22 line error, robot goes in a straight line
MarDeGra Jul 9, 2020 @ 10:46am 
error unknow at line 32.
I tried different coordinate options, but always got an error
arnomatic May 9, 2020 @ 3:44pm 
thanks :))
JustQuackers Apr 21, 2020 @ 2:19pm 
Not using a transmitter, I get Incorrect Logic type line 22 when trying to run this.
Monkey Fingers Mar 21, 2020 @ 6:49am 
I have set this as you describe below re line 22 now i get the error on line 26
Aleax Feb 28, 2020 @ 2:14pm 
okay, so the error line 22 happens when things are misconfigured. Took me a bit to figure it out but here is an example configuration using a logic transmitter.

Transmitter: (warning, every time you throw the switch, it resets the screw to no device)
screw set to robot
switch set to not active

IC Housing
screw d0 set to logic Transmitter

put a blank IC in the robot and turn it on.. then power up the transmitter and IC housing in that order..
Hellraiser Nov 26, 2019 @ 2:15am 
Same problem as aeroxsepp here. Error Line 22 :(
aeroxsepp Nov 1, 2019 @ 5:56am 
Error Line 22!? Please Check it..