SHENZHEN I/O

SHENZHEN I/O

View Stats:
boomermojo Nov 20, 2016 @ 3:30am
There a way to set GEN values?
Can't program the hydroponic robot without gen (not enough lines) problem being I need gen's 0 to be 50?
Any way around this? Because its going to look like a dog's breakfast with million mircocontrolers.
< >
Showing 1-4 of 4 comments
ShadowCluster Nov 20, 2016 @ 3:40am 
nope. Only 100 and 0, in that order.
PsyBlade Nov 20, 2016 @ 3:45am 
No, gen is always 100 or 0. You can connect a 2nd controller with a "@ mov 50 p1" and use the max-rule to change it to 100/50 but that wont help you. You need 100, 50 and 0.

Keep in mind that for simple outputs only the value at the time of sleeping is important.

Additionally you can fit the motor logic into a single large chip without having to use gen. I did so for my low power solution. Using gen is much easier though.
Last edited by PsyBlade; Nov 20, 2016 @ 3:48am
boomermojo Nov 20, 2016 @ 2:08pm 
Problem for me is I'm using that chip to calculate the position changes of the motor and send a on signal to another chip when the motor is in position. Oh well I'll have to use a second controler for the motor.
bluegreenash Nov 20, 2016 @ 3:00pm 
i used the gen p0 1 0 and gen p0 0 1 followed by a mov 50 p0 command to make the robot move

so using it to generate the highs and lows

hope that helps

for solution http://steamcommunity.com/sharedfiles/filedetails/?id=803567450
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Nov 20, 2016 @ 3:30am
Posts: 4