| | Re: maximum current of outputs
|
|
(...) What part of the world do you live in? I'm in North America. I've checked the power levels very carefully to make sure my custom stuff would still work. If it's different with 220 volt stuff. Dean (...) -- Dean Husby LUGNET Member #320 TFM's (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
|
|
| | Re: SetWatch() only accepts constants
|
|
(...) Sorry, the opcode requires constants - there's not much NQC can do (aside from generating an enormous switch statement). Dave (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
|
|
| | Re: maximum current of outputs
|
|
In my layout, I used Train power supply for RCX to drive train, the max voltage is 9.7v. Zhengrong (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Help needed for an NQC newbie
|
|
Thanks a lot. I added the while statement and it worked. As far as the value of the light sensor, I kept the value I had and it worked correctly. I will post pictures of the setup after the weekend and you will understand. Jude Thanks again for the (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
|
|
| | Re: Help needed for an NQC newbie
|
|
Try this. I had to change the value of the light sensor and add a While (true) statement. task main() { SetSensor(SENSOR_3,S...ROTATION); ClearSensor(SENSOR_3); SetSensor(SENSOR_2,S...OR_LIGHT); SetPower(OUT_A,2); while (true) if (SENSOR_2<40) { (...) (23 years ago, 8-Aug-01, to lugnet.robotics.rcx.nqc)
|