Search found 150 matches

by DSP
Thu Sep 06, 2012 4:02 pm
Forum: General
Topic: Ruby Questions
Replies: 2
Views: 10817

Re: Ruby Questions

You can run lot's of ruby modules rather than one big one with out any effects on CPU etc.
by DSP
Fri Aug 31, 2012 9:57 am
Forum: General
Topic: Tutorials
Replies: 1
Views: 9478

Re: Tutorials

Yes the GUI part can be a little confusing at first. Once you get the hang of it, it's quite simple.

Step 6 – Finalizing the GUI ( http://www.dsprobotics.com/support/viewtopic.php?f=10&t=257 )

The first thing is to gain access to the GUI system and to do this you need to add this ...
by DSP
Tue Aug 28, 2012 11:12 am
Forum: General
Topic: Req: 64bit real-time DSP for Assembly primitive
Replies: 16
Views: 49934

Re: Req: 64bit real-time DSP for Assembly primitive

I was under the impression that if you go 64bit the inline assembler code was not allowed anymore?
by DSP
Mon Aug 20, 2012 1:15 pm
Forum: General
Topic: Reality of v3's Ruby in Real-Time Applications
Replies: 21
Views: 65843

Re: Reality of v3's Ruby in Real-Time Applications

Thanks for the insightful reply DSP! Please excuse my terseness:

1. I figured Ruby would be better than the old green-system for MIDI, & so this is good news. But now (unless there is a flood of new modules coming) learning Ruby adds an additional layer of complexity & time; why not just learn C ...
by DSP
Mon Aug 20, 2012 10:52 am
Forum: General
Topic: Reality of v3's Ruby in Real-Time Applications
Replies: 21
Views: 65843

Re: Reality of v3's Ruby in Real-Time Applications

As a beta tester I've played with the new Midi and audio to Ruby Modules and can report that the Ruby interface side doesn't appear to slow things down with audio, but the audio processing can. The midi stuff works really well with now actuate timing thanks to the events system.

The Ruby ...
by DSP
Wed Aug 15, 2012 10:36 am
Forum: General
Topic: Labjack and data collection
Replies: 12
Views: 41638

Re: Labjack and data collection

These are new features coming out in the next version, they are not in FREE or PRO yet.

I have spoken to DSPRobotics and an announcement will be made shortly about the up and coming release :)
by DSP
Thu Aug 09, 2012 1:55 pm
Forum: General
Topic: Labjack and data collection
Replies: 12
Views: 41638

Re: Labjack and data collection

Yes it is?

You can have one Ruby Module in the FREE version, which is enough?
by DSP
Thu Aug 02, 2012 8:55 am
Forum: General
Topic: Labjack and data collection
Replies: 12
Views: 41638

Re: Labjack and data collection

Since you are using FlowStone I guess you have to talk to this digital sensor manually.

Looking at the data sheet for the temp sensor it uses an SHT11 sensor:

http://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/Humidity/Sensirion_Humidity_SHT1x_Datasheet_V5 ...
by DSP
Thu Jul 26, 2012 10:29 pm
Forum: User Examples
Topic: Arduino to FlowStone test project.
Replies: 6
Views: 35252

Re: Arduino to FlowStone test project.

It could be down to Termination, how are your incoming strings terminated?

Have you set the incoming termination character on the FlowStone comport module.

OR it could be too fast to see, have you used a queue buffer on the incoming data to capture all of the incoming strings?
by DSP
Thu Jul 26, 2012 10:09 pm
Forum: General
Topic: Controlling 2 servo simultaneously with Phidget 8
Replies: 3
Views: 13965

Re: Controlling 2 servo simultaneously with Phidget 8

The example I posted works for what you are asking:

Phidgets Servo Test4 RT.fsm

The Phidgets board can only process one thing at once but it can do this really fast so that it is transparent when using simultaneous inputs.

Here is an example using the Xbox controller:

Phidgets Servo Xbox.fsm ...