[netlogo-devel] what version of netlogo should i test and tweak the view2.5d code examples with.

2016-08-30 Thread Corey Brady
hi all
in particular, is there a version with the view2.5d extension bundled?
thanks,
c

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [netlogo-devel] communication netlogo arduino

2016-05-10 Thread Corey Brady
Hello -

NetLogo can communicate with an Arduino board, and the sketch that is running 
on it, using the arduino extension.

Can I ask you some questions to diagnose your problem?  

First, have you found the arduino extension, and can you get the sample model 
to communicate with the corresponding sketch?

If that works, you can turn the built-in LED on and off.  If you open the code 
in the BUTTON and the corresponding procedure in the CODE tab, you will see 
that you are sending a “1” or a “0” to the arduino.  Does this make sense?

If you then open the Arduino sketch, you will see that it reads the serial port 
(which is how NetLogo communicates).  It then looks to see whether it gets a 0 
(and then sets pin 13 to LOW), or ‘anything else’ (and then sets the pin to 
HIGH).  Does this make sense?

If you want to turn an insertable LED on and off, you can test it by putting it 
in pin 13 (long leg of LED) and the nearby ground GND pin (short leg of LED).  
Does that work?

If you want to make it work on a different pin, you just need to change the 
hardware setup and also change the Arduino sketch logic to work with a 
different pin than 13.  Does that work?

If I know where your problem comes up in the above sequence, and/or what 
doesn’t make sense or work, then I can help you find and address the issue.

Thanks,
-Corey




On May 5, 2016, at 10:24 PM, mostcrazygirle...@gmail.com wrote:

> hi 
> how can i turn-on/off a led connected to arduino by sending the order from 
> netlogo? 
> the code arduino it's ok but i have broblem in code netlogo
> thank you
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "netlogo-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to netlogo-devel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netlogo-devel] Question about running from a Flash Drive

2016-01-04 Thread Corey Brady
Hello all

I have used the strategy of running NetLogo from a flash drive to make it 
possible to do studies in schools where I did not have the privileges necessary 
to install software on school computers.

Coincidentally, these machines were always WINDOWS computers, in my recent 
experience at least.

I am now getting ready for a session in a school where I have learned the 
computers are MacBooks.   And so, I trotted out my set of flash drives and 
started loading the mac version of the software on them.

Fortunately I decided to test.  When I double click the NetLogo .app icon, i 
get a message that the file is damaged and should be put into the trash (OS X 
even “helpfully” does this if I say “ok”) 

Is it NOT possible to run the mac application from a Flash drive?  IF not, when 
did this option go away?  I could have sworn that this approach was used in the 
CCL in the past on macs.

Is there any workaround?

Thanks,
-Corey



-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [netlogo-devel] how to run with logging from sbt

2015-02-06 Thread Corey Brady
cool: thanks!  and -- my brief testing confirmed the logging modifications and 
custom-logging extension are working well.  -c


On Feb 6, 2015, at 11:53 AM, Jason Bertsche jason.berts...@northwestern.edu 
wrote:

 If there's a will, there's a way.  From the root directory of your local copy 
 of the NetLogo repository, run this in the terminal: ./sbt run --logging 
 ./dist/netlogo_logging.xml
 
 On 02/05/2015 09:56 PM, Corey Brady wrote:
 hi all --
 i wanted to test out the recent pull request to support custom-logging
 but i don't know how to run netlogo with logging from sbt
 is this possible?
 thanks,
 -corey
 
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 netlogo-devel group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to netlogo-devel+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
netlogo-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netlogo-devel] how to run with logging from sbt

2015-02-05 Thread Corey Brady
hi all -- 
i wanted to test out the recent pull request to support custom-logging 
but i don't know how to run netlogo with logging from sbt
is this possible?
thanks,
-corey

-- 
You received this message because you are subscribed to the Google Groups 
netlogo-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netlogo-devel] update for today

2015-01-14 Thread Corey Brady
hello devel --

i am going to have to be driving ModelSim PNoM classroom kits down to Noble 
Johnson College Prep today, so will not be able to be at the meeting.
my news is 

*) i have finished a pre-release version of the GoGo-HID extension, which i've 
tested on my machine (2012 retina macbook pro, Lion) and on a Windows 8 laptop 
(more details unknown), and which Dave W has tested on his machine (i believe 
2014 macbook pro, Yosemite).  if anyone could test on linux, that would be a 
big help.  then there's the turmoil that this has caused because of the idea 
not just to use it in uri's class, but also to put it into the upcoming 
release.  looking forward to that question (and the cascade of questions around 
togo) getting clarified.

*) more work on the 3d geometry project proposal.  i have shared the proposal 
draft with frank, and discussed some informally around.  

*) played some with levelspace in advance of the ccl-research presentation 
(thurs)  release-destiny meeting (on friday).  made a geometry-on-the-cube 
model that is an easy prototype toward the idea of geometry-on-a-surface.  
using levelspace was easy.  also, the development pattern for me this time was, 
build a shell of a parent model. close netlogo.  build a version of the child 
model with procedures that would be moved up to the parent.  test.  move 
procedures to parent. test integration.  There's a little bit of the problem 
that we had with HubNet when you had to make client interfaces as separate 
netlogo models (rather than using the client editor as an embedded authoring 
envt).  but in my simple case it wasn't too bad.

best,
-c

-- 
You received this message because you are subscribed to the Google Groups 
netlogo-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netlogo-devel] Re: update for today

2015-01-14 Thread Corey Brady
note:  i've just pushed a small change to the gogo-hid source (make the 
debug/utility function read all show a hex string rep of each byte rather than 
an int value)

i am not yet pushing a new release, though i did add a tag.

if after code review it looks like this version is good-to-go (improbable that 
there will be NO changes), then i will make a release for final smoke testing.

-c


On Jan 14, 2015, at 9:55 AM, Corey Brady cbr...@inquirelearning.com wrote:

 hello devel --
 
 i am going to have to be driving ModelSim PNoM classroom kits down to Noble 
 Johnson College Prep today, so will not be able to be at the meeting.
 my news is 
 
 *) i have finished a pre-release version of the GoGo-HID extension, which 
 i've tested on my machine (2012 retina macbook pro, Lion) and on a Windows 8 
 laptop (more details unknown), and which Dave W has tested on his machine (i 
 believe 2014 macbook pro, Yosemite).  if anyone could test on linux, that 
 would be a big help.  then there's the turmoil that this has caused because 
 of the idea not just to use it in uri's class, but also to put it into the 
 upcoming release.  looking forward to that question (and the cascade of 
 questions around togo) getting clarified.
 
 *) more work on the 3d geometry project proposal.  i have shared the proposal 
 draft with frank, and discussed some informally around.  
 
 *) played some with levelspace in advance of the ccl-research presentation 
 (thurs)  release-destiny meeting (on friday).  made a geometry-on-the-cube 
 model that is an easy prototype toward the idea of geometry-on-a-surface.  
 using levelspace was easy.  also, the development pattern for me this time 
 was, build a shell of a parent model. close netlogo.  build a version of the 
 child model with procedures that would be moved up to the parent.  test.  
 move procedures to parent. test integration.  There's a little bit of the 
 problem that we had with HubNet when you had to make client interfaces as 
 separate netlogo models (rather than using the client editor as an embedded 
 authoring envt).  but in my simple case it wasn't too bad.
 
 best,
 -c
 

-- 
You received this message because you are subscribed to the Google Groups 
netlogo-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[netlogo-devel] Re: [ccl-feedback] Yet to hear back

2014-09-19 Thread Corey Brady
Hi Guys --

Need a devel check for recommendations to send to this end-user.  Something 
like...


===

For Mac 10.5, this update will get you to a version of Java that will run 
applications that need Java 6 or Java 5

http://support.apple.com/kb/DL1359

Then, you can download a slightly older version of NetLogo (***which should we 
recommend?  5.0.5?  4.1.3?***) which does not require Java 7.

===

--C




On Sep 18, 2014, at 10:43 AM, Katie Minks kmi...@stafford349.com wrote:

 I e-mailed this last week so thought I'd try again.
 
 Your requirements page says that NetLogo needs Mac OS 10.4 or newer as well 
 as the latest Java.  10.4 and 10.5 do not support the latest Java.  So, does 
 that mean we will need to upgrade our iMac in order for NetLogo to work?  If 
 so, what is the highest upgrade we will need?
 
 Sincerely,
 
 Katie Minks
 Stafford Schools
 Technology Director
 Stafford, KS

-- 
You received this message because you are subscribed to the Google Groups 
netlogo-devel group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.