 | | Using .lsc files with RIS 1.5?
|
|
Hello everyone. I have a RIS 1.5 and I'd like to use a .lsc file - is this possible? I've downloaded the 2.0 SDK, but I'm still missing one header file - RCX2Def.h. Is there anything I can do? Presumably one solution would be to get the 2.0 upgrade (...) (22 years ago, 1-Oct-03, to lugnet.robotics)
|
|
 | | Re: write files
|
|
(...) If you just want to transfer the datalog and put it in a text file you can use the nqc command: nqc -datalog This will upload the datalog and print it to stdout. Use your shell I/O redirection to put it in a file... nqc -datalog >my.log (...) (22 years ago, 1-Oct-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: write files
|
|
(...) Now that you mention it, I surely have. But not recently, and not using the Data Log feature. I think this is what I was thinking of when I typed the words "other tools." (I'm a dinosaur when it comes to line editors vs. IDEs.) (...) when I'm (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: Force number programname on RCX
|
|
Hi Admir, (...) once on the RCX a Lejos program has no name, there is only one program with possibly several numbered entry points. Maybe you can clarify your question? Greetings to København Jürgen (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | javac Makefile in Cygwin enviorment
|
|
Hi all, I'm developing some client/server on Lejos/win32(sdk.1.40) -> RCX, and I wonder if somebody arround have Makefile in Cygwin??? My exemple (bellow) is not good since I get pcrxcomm.jar problemms ... --- MAIN_PROGRAM = [xxx] PACKAGE = (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Force number programname on RCX
|
|
Hi, Is there any chance to force program name on RCX ??? (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.java)
|
|
 | | Re: write files
|
|
(...) Surely you've used BricxCC? I thought everyone has used it... :-) A simple, yet powerful, tool you can download is my RCXTool program. (URL) posted about it a while back. (URL) can use RCXTool to upload your datalog via the following (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: write files
|
|
(...) As far as I know, Brickx command centre has feature like this. Try to look at it's www page. There's also nice tutorial written by Mark Overmars - it explains how to use datalog. (...) Me too, I made a new account and it seems it's okay now.. (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|
|
 | | Re: write files
|
|
(...) NQC programs run on the RCX which has no disk drive to write to, hence no file system or commands to do so. You might want to look at the Data Log feature of the RCX, which allows you to save data points (up to about 6,000 of them) such as (...) (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|
|
 | | write files
|
|
Hello I only want to ask if it is possible to write (extern) text files by NQC. If i check a sensor i want to write the results in a file... is that possible by NQC or wich programming language is better (and easyier) for this project? THX (22 years ago, 30-Sep-03, to lugnet.robotics.rcx.nqc)
|