 | | RE: is Mindstorm/RCX Y2K Compliant???
|
|
(...) bug, I (...) left (...) or (...) different (...) Well, those of us who are using the RCX for mission critical applications can't be too careful. -Allen PS: I just finished my Lego open-heart surgeon, I'll post pictures in a few days. -- Did (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: is Mindstorm/RCX Y2K Compliant???
|
|
A more likey reason for a crash is that people will actually believe all these predictions that the markey will crash and try to convert everything to cash. Jasper Janssen wrote in message <36a3cf2e.46618061@l...et.com>... ... (...) ... (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: Expression limitations w/bytecode
|
|
(...) The supplied programming environment does not allow you to subtract one sensor value from another, but the bytecode interpreter does. See: (URL) see NQC, as Dave Baum pointed out. You do not have to resort to replacement firmware unless you (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: is Mindstorm/RCX Y2K Compliant???
|
|
(...) What do you mean by "internal clock?" You seem to indicate that the microcontroller inside the RCX somehow knows the date. It does not. The only "clock" inside the microcontroller is a counter that counts cycles. It starts at zero when you (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: MiniFig Ponderings?
|
|
(...) I wouldn't consider these to be strictly Town Jrish they do have their uses. Consider A Modular building (Like the big Ninja fort) that you want to be able to clip together. You might design a clip that consists of a paired 2X1 brick with Peg (...) (27 years ago, 19-Jan-99, to lugnet.general)
|
|
 | | Re: FLASHING LIGHT ON LCD PANEL?
|
|
(...) The simplest solution is to reload the firmware. You can use the Lego software to do this. I'm almost positive you can reset if from inside NQC, but since I don't use NQC, I can't give you sample code. -Kekoa (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | RE: is Mindstorm/RCX Y2K Compliant???
|
|
This is getting way out of hand... (...) If it doesn't know what year it is, then it can't have a Y2K problem! And even if it would know about the year, and even if there was a Y2K bug, I don't think it would matter much. In the worst case, your (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: is Mindstorm/RCX Y2K Compliant???
|
|
(...) No, just because it has a microcontroller in it doesn't mean it will stop working in 2000. Russell is absolutely right. If it doesn't know what the year is (you never tell it) it doesn't know when Y2K is going to happen. There are too many (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Re: Expression limitations w/bytecode
|
|
(...) The firmware does support basic arithmetic operations. You can use them in NQC like this... int a, b; task main { a = IN_1; b = IN_1; b -= a; } Dave p.s. As a side note, NQC does not support stuff like "a=b+c", but this is due to concurrency (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|
|
 | | Expression limitations w/bytecode
|
|
As I understand it, the bytecode interpreter doesn't allow you to do fairly simple things like subtract two variables from each other. That makes doing comparisions between sensors somewhat challenging if you want to know the magnitude of the (...) (27 years ago, 19-Jan-99, to lugnet.robotics)
|