Search found 31 matches

by beejo
Fri Apr 01, 2011 1:58 pm
Forum: Flowcode V4
Topic: Start-up problem with Servomotor
Replies: 3
Views: 2887

Re: Start-up problem with Servomotor

Sorry ,
Here the program is enclosed.

Kind regard,
Beejo
by beejo
Fri Apr 01, 2011 1:54 pm
Forum: Flowcode V4
Topic: Start-up problem with Servomotor
Replies: 3
Views: 2887

Start-up problem with Servomotor

Hi, I am building a Pan &Tilt controller with two Servo motors of the type B305 from Protech. I use Flowcode vers.4.3 with an PIC 16F877 on the EB006 vers. 7 board and i also tried a Pic 16F886 on a EB006 ver.6 board with the same result. To move the servo’s I used the macro "SetPositioning”in a ite...
by beejo
Tue Jan 04, 2011 6:18 pm
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 92761

Re: Let Us Know What You Are Doing With Flowcode

I use Fowcode 4.0 for building a PTZ controller by means of RS232 on protocol VISCA.
I am new in programming with flowcode and I have to say that I have some problems with the RS232 stuff in flowcode.
Perhaps can someone help me?
by beejo
Sun Dec 12, 2010 11:11 pm
Forum: E-blocks
Topic: Welcome to the E-blocks forum
Replies: 32
Views: 71042

Re: How can I make an PIC RS232 controller in Flowcode 4?

Hello, I want to make a RS232 controller in Flowcode 4 with a PIC between a 3 wire (TX,RX,Ground) RS232 device "Host" and another 3 wire RS232 device "Client". The host have to communicate with the Client and give some actions commands. And the PIC have to filter the data string for commands to cont...
by beejo
Mon Sep 15, 2008 2:24 pm
Forum: Flowcode V2 & V3
Topic: Flowcode compiling error PIC12F675
Replies: 4
Views: 4098

Re: Flowcode compiling error PIC12F675

Hi Steve, Thank you for the quick response. I follow up your advice and yes it works thank you. I notice another problem, maybe the cause of the malfunction of the Pic12f675 chips? I connected a NTC resistor of 1kohm/25ΒΊC and a resistor of 270 ohm in serie as voltage divider between the 5V and the ...
by beejo
Thu Sep 11, 2008 3:33 pm
Forum: Flowcode V2 & V3
Topic: Flowcode compiling error PIC12F675
Replies: 4
Views: 4098

Flowcode compiling error PIC12F675

Hi, With Flowcode i try to make an temperature-limitter with an NTC resistor in an alu coolblock of an Darlington transistor. I use an PIC12F675 chip whith the internal oscillator set on 4 MHZ. First with the TMR0 interrupt i call the ADC(0) macro to sample the Pic on GP0. Then i read the value as i...