Search Results

by IanBloomfield
Fri Mar 02, 2018 12:00 am
Forum: Max/MSP
Topic: Unable to get Max examples working
Replies: 4
Views: 21460

Re: Unable to get Max examples working

I have found the Maxhelp files in an older version and have moved the MXE to the externals folder. None of the buttons on the help folder work, my phidgets are connected as I have had them work through examples in other programs. But it doesn't do anything through the spatial example. if I am connec...
by IanBloomfield
Thu Mar 01, 2018 7:06 pm
Forum: Max/MSP
Topic: Unable to get Max examples working
Replies: 4
Views: 21460

Unable to get Max examples working

Hello I thought I would try max as a GUI interface seemed like it might be easier, I have downloaded max 7 from 74 cycling. and have downloaded the max/MXP library and put it into my library folder as it shows. there are no max help files in the latest version of the library and I can't seem to get ...
by IanBloomfield
Thu Mar 01, 2018 3:19 pm
Forum: C#.NET
Topic: Help with coding spatial project
Replies: 4
Views: 6571

Re: Help with coding spatial project

Thank you. You've been very patient with someone clearly out of their depth. I think what I struggled with understanding is how the visual studio breaks up the program. I have the spatial example but I can't work out where is the specific code that I'm looking for. The example utils is too complex a...
by IanBloomfield
Wed Feb 28, 2018 10:48 pm
Forum: C#.NET
Topic: Help with coding spatial project
Replies: 4
Views: 6571

Re: Help with coding spatial project

namespace WindowsFormsApp7 { public partial class Form1 : Form { Spatial spatial; public Form1() { InitializeComponent(); } private void Form1_load(object sender, EventArgs e) { spatial = new Spatial(); spatial.Attach += Spatial_Attach; spatial.Detach += Spatial_Detach; spatial.DeviceSerialNumber = ...
by IanBloomfield
Wed Feb 28, 2018 12:56 am
Forum: C#.NET
Topic: Help with coding spatial project
Replies: 4
Views: 6571

Help with coding spatial project

Hi, I'm hoping someone can help. I am new to any form of coding, trying to learn from the examples but I am finding the interface very confusing on visual studio. I can get the example projects working to demonstrate all the capabilities of the spatial phidget. However I can't work out how to alter ...
by IanBloomfield
Fri Feb 16, 2018 9:06 pm
Forum: Phidgets
Topic: Phidget to analyse movement
Replies: 6
Views: 20597

Re: Phidget to analyse movement

Thanks, thats really helpful advice, I plan to do a test run with the sensors in my phone then will look at progressing on with the devices. The spatial's are cheaper than the 3axis accelerometer? I can't get my head round that since they record more data? are the sensors sensitive for small movemen...
by IanBloomfield
Thu Feb 15, 2018 6:10 pm
Forum: Phidgets
Topic: Phidget to analyse movement
Replies: 6
Views: 20597

Re: Phidget to analyse movement

Would the accelerometer be the ideal sensor or the spatial phidget? I have seen a study where someone used the accelerometers in their Iphone, literally strapped to the wrist. My plan was to reproduce this but with smaller less imposing sensors plus incorporating the head movement? I don't know betw...
by IanBloomfield
Thu Feb 15, 2018 6:07 pm
Forum: Phidgets
Topic: Phidget to analyse movement
Replies: 6
Views: 20597

Re: Phidget to analyse movement

For this initial experiment we won't actually be performing surgery, merely specific tasks within a simulator. I need to have a few different surgeons perform the same task so as to have an idea of the movement waveform. My hope is to establish a reproducible method to determine that a training surg...
by IanBloomfield
Thu Feb 15, 2018 4:54 am
Forum: Phidgets
Topic: Phidget to analyse movement
Replies: 6
Views: 20597

Phidget to analyse movement

Hi all, I am looking to perform a study analyzing movement of surgeons hands whilst performing laparoscopic surgical skills. I thought the accelerometer sensor would be useful for this? I really want to compare how different skilled operators move when they perform the same task - I thought a sensor...