Search found 23 matches

by starfirescully
Tue Oct 03, 2017 5:12 pm
Forum: Using Externals
Topic: Interface with BIOPAC system
Replies: 5
Views: 10124

Re: Interface with BIOPAC system

Thank you for your comments. It looks like all I would have to do to communicate with the BIOPAC is to send signals to specific pins on a parallel port cable. I am now grappling with this!

Thanks again!
by starfirescully
Tue Oct 03, 2017 5:11 pm
Forum: Using Externals
Topic: Sending signals through a Parallel Port
Replies: 0
Views: 4510

Sending signals through a Parallel Port

Hi everyone! I wanted to know if anyone has used Livecode to send signals through a parallel port successfully or to test the functionality of the parallel port. I need to be able to send signals to specific pins on the port, specifically D0, D1, D2, D3, D4, D5, D6, and D7. I have all of the informa...
by starfirescully
Tue Sep 05, 2017 2:37 pm
Forum: Using Externals
Topic: Interface with BIOPAC system
Replies: 5
Views: 10124

Re: Interface with BIOPAC system

The BIOPAC scripting interface is within the BIOPAC software itself, not for communication between presentation software and BIOPAC. Thank you for your suggestion though. I need to be able to interface Livecode and BIOPAC from separate computers. I need to be able to have Livecode send a message to ...
by starfirescully
Tue May 23, 2017 4:30 pm
Forum: Using Externals
Topic: Interface with BIOPAC system
Replies: 5
Views: 10124

Interface with BIOPAC system

Hello everyone,

I wanted to know whether LIVECODE has the ability to interface with the BIOPAC system for recording skin conductance responses. If anyone knows anything, or knows where I can look for resources, please let me know.

Thanks!
by starfirescully
Tue Jan 31, 2017 12:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

I tried to put the buttons on a different card and I am still experiencing an issue. Here is the new code: Card 1 This card shows the face In card script on opencard send mouseUp to button "button" [b]put flushEvents("mouseUp") into temp[/b] end opencard In Button "button" on mouseUp set the cursor...
by starfirescully
Mon Jan 30, 2017 9:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

I tried to put the buttons on a different card and I am still experiencing an issue. Here is the new code: Card 1 This card shows the face In card script on opencard send mouseUp to button "button" [b]put flushEvents("mouseUp") into temp[/b] end opencard In Button "button" on mouseUp set the cursor...
by starfirescully
Mon Jan 30, 2017 8:58 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

Hi starfirescully , I'm not sure what you want, but You can use a timer to avoid click before n milliseconds. You may have a look at flushevents in LC dictionary Something like that: local sStarTime on opencard put the milliseconds into sStarTime end opencard on mouseUp put the milliseconds into tT...
by starfirescully
Mon Jan 30, 2017 8:32 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

I think jmburnod was asking where the scripts set the global variable to 1. Comment out the "pass mouseUp" and see if that helps. The enabled state of the button, or having it covered by another object, won't stop commands that are sent directly to the object's script. Those properties only block m...
by starfirescully
Mon Jan 30, 2017 8:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

I tried to put the buttons on a different card and I am still experiencing an issue. Here is the new code: Card 1 This card shows the face In card script on opencard send mouseUp to button "button" end opencard In Button "button" on mouseUp set the cursor to none show image "displaypictures" put emp...
by starfirescully
Thu Jan 26, 2017 8:34 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Re: Stop mouseUp response

I was trying to toggle the buttons on and off so that the error wouldn't occur.
by starfirescully
Thu Jan 26, 2017 4:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Stop mouseUp response
Replies: 9
Views: 5842

Stop mouseUp response

Hello all. I am experiencing an issue with part of the program I have created. This program displays 4 faces randomly one at a time 30 times each. In between the presentation of each face, participants are asked to press a button to indicate the first letter of the name belonging to the face. Here i...
by starfirescully
Mon Dec 19, 2016 10:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait for keyDown response
Replies: 4
Views: 3152

Re: Wait for keyDown response

Now I just have to figure out how to make sure only the specific keys work, and no others.

Thanks!
by starfirescully
Mon Dec 19, 2016 10:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait for keyDown response
Replies: 4
Views: 3152

Re: Wait for keyDown response

Craig,

That makes sense! I managed to fix the issue. This originally didn't work because I had the "waiting" within a repeat loop, so it didn't actually wait.

Thanks!
by starfirescully
Mon Dec 19, 2016 9:26 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Wait for keyDown response
Replies: 4
Views: 3152

Wait for keyDown response

I am trying to create a reaction time experiment. Right now I have a button that begins the experiment, coded to display a fixation cross, picture, and word. I have codes that control what each keyDown response does on the card. After the button displays the word, I would like it to wait to continue...
by starfirescully
Wed Jun 29, 2016 7:38 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Recording Audio Issue: Error -231 Starting Recording
Replies: 6
Views: 3512

Re: Recording Audio Issue

I only found one other instance of this problem and it is unsolved :(

http://forums.livecode.com/viewtopic.php?t=9450

Go to advanced search