Search found 40 matches

by trisb
Fri Dec 09, 2011 4:10 pm
Forum: Flowcode V4
Topic: Flowcode V5 PWM
Replies: 3
Views: 3489

Re: Flowcode V5 PWM

Thanks Guys.
by trisb
Thu Dec 08, 2011 5:55 pm
Forum: Flowcode V4
Topic: Flowcode V5 PWM
Replies: 3
Views: 3489

Flowcode V5 PWM

Hi, All,

I am sure I have seen this mentioned, but can not find the post.

Will the new Flowcode V5 be able to control more the 2 PWM?

If so do we know what the max will be and will this be like the V4 version where it is only available on the Pro edition.

Thanks

Tristan
by trisb
Tue Aug 16, 2011 7:21 pm
Forum: Flowcode V4
Topic: PIC18F4431 PWM
Replies: 5
Views: 3956

Re: PIC18F4431 PWM

No Problem.

I have been looking at other chips and based on how I think your example shows, an i right in saying that If the chip has multiple CCP pins it should work.

I am now looking to use a 18F66K22. and will be dropping to 7 PWM outputs. I will use a second chip for the 8th PWM,

Thanks
by trisb
Tue Aug 16, 2011 6:23 pm
Forum: Flowcode V4
Topic: PIC18F4431 PWM
Replies: 5
Views: 3956

Re: PIC18F4431 PWM

Hi, Martin, Thanks for the reply, I did come across this one and it looks great. you spent some time on this. I have a question for you. In the flow code you have a calculation as follows: Steps = ((ADC2*40)/(40/10)) ccpxcon = (Steps AND 3)*16+12 ccprxl = Steps>>2 Am i right in saying ccpxcon & ccpr...
by trisb
Tue Aug 16, 2011 5:49 pm
Forum: Flowcode V4
Topic: PIC18F4431 PWM
Replies: 5
Views: 3956

PIC18F4431 PWM

HI, Guys, Looking for a bit of help and a point in the right direction. I am looking at building some equipment that requires me to give 8 PWM output signals. I have chosen to use the PIC18F4431 as the has the number of PWM outputs I need, how ever when looking at flow code it will only allow me to ...
by trisb
Fri Feb 25, 2011 2:23 pm
Forum: Flowcode V4
Topic: PWM. Problem
Replies: 4
Views: 3698

Re: PWM. Problem

Thanks Ben,

I will take a look and give this a Go.

Much appreciated.

Tristan
by trisb
Thu Feb 24, 2011 7:43 pm
Forum: General Programming
Topic: Projects PIC16F877A + DS18S20
Replies: 4
Views: 5031

Re: Projects PIC16F877A + DS18S20

Hi Jordy,

I have looked at your program and have made a change, you should now be able to go back to auto.

Give it a try and let me know if this works and what you wanted.

Thanks

Tristan
by trisb
Thu Feb 24, 2011 3:00 pm
Forum: Flowcode V4
Topic: PWM. Problem
Replies: 4
Views: 3698

Re: PWM. Problem

Hi, Ben,

Thanks for the reply, I am still trying to get my head round this.
Sorry to be a pain, but do you have a example you can give me.

Thanks

Tristan
by trisb
Wed Feb 23, 2011 6:02 pm
Forum: Flowcode V4
Topic: PWM. Problem
Replies: 4
Views: 3698

PWM. Problem

HI, All, I need a bit of help. I have a program that I have made to control A piece of equipment By PWM. I have to limit the PWM but need to have 10% steps, the program I have made will simulate fine. However when I go to compile it gives me a error. (See below) J:\Projects\PinCure\FlowCode Files\UV...
by trisb
Thu Jan 06, 2011 4:49 am
Forum: Flowcode V4
Topic: DS 18B20 Serial number
Replies: 1
Views: 2039

Re: DS 18B20 Serial number

Hi, Flaterick, I have done some work with the DS18B20, when I was building a flow rate and temp monitoring system. but I did not find a need to have the serial number of each device. However when I was looking into the devices I did come across this, it might be of some use. http://www.rentron.com/p...
by trisb
Sat Jan 01, 2011 9:44 pm
Forum: Flowcode V4
Topic: RS232 Coms
Replies: 2
Views: 2181

Re: RS232 Coms.... Now RS485!!!

Hi Steve, Thanks for the reply. I did not know this at first, but now I have done a bit of research... and with your reply. I have now changed this and I will now be using RS485. I do have a few questions about using RS485, some of witch I have found the answers by look through the site. however can...
by trisb
Mon Dec 27, 2010 3:59 pm
Forum: Flowcode V4
Topic: RS232 Coms
Replies: 2
Views: 2181

RS232 Coms

HI all, I am working on a project, where I need to communicate between 4 to 8 Pics, each pic on the board, will be given a Byte value and will only run a command if this byte value is seen first, this will be done either via a Master Microchip controller or a PC, I plan on linking up all the boards ...
by trisb
Sat Dec 25, 2010 6:07 am
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 86733

Re: Let Us Know What You Are Doing With Flowcode

I am using flowcode to control UV curing lamps, on wide format digital printers and other digital printing applications.
by trisb
Sat Dec 25, 2010 6:00 am
Forum: Programming Tips & Tricks
Topic: Christmas Sudoku
Replies: 4
Views: 7463

Re: Christmas Sudoku

Nice Job. Jan

Thanks.. this will keep me entertained for a while.. or at least give me a break creating other software..

Tristan..
by trisb
Mon Dec 13, 2010 4:07 pm
Forum: Flowcode V4
Topic: New fcd for PIC18F87J11
Replies: 8
Views: 4766

Re: New fcd for PIC18F87J11

Hi, Mika My Knowledge of flowcode is still very limited, how ever in your post you say you are using the PIC18F87J11. Looking at the files you have attached you have configured to use a PIC18f4685. if you are still using the PIC18F87J11, you may need to change this in the configs of flowcode. before...
by trisb
Tue Nov 30, 2010 4:31 am
Forum: Flowcode V4
Topic: TCP_IP & Web Server
Replies: 3
Views: 3028

Re: TCP_IP & Web Server

Hi, Ben, I have done a bit of reading, and have looked at the TCP/IP Stack file. one of the things I have been looking at is to get a Olimex PIC-MAXI-WEB board ( http://www.olimex.com/dev/pdf/PIC/PIC-MAXI-WEB.pdf ). Am I right in saying that if use Flowcode to create my pic software program I will n...
by trisb
Fri Nov 26, 2010 3:07 pm
Forum: Flowcode V4
Topic: TCP_IP & Web Server
Replies: 3
Views: 3028

Re: TCP_IP & Web Server

thanks Ben.

I am going to look at making a start on this in the new year... so a bit of datasheet reading will be top of the list...
It will be a slow project but will be worth it in the long run.

Thanks for your support.

Tris
by trisb
Thu Nov 25, 2010 11:47 pm
Forum: Flowcode V4
Topic: TCP_IP & Web Server
Replies: 3
Views: 3028

TCP_IP & Web Server

HI Guys. I am looking for a bit of help OK LOT of help here. OK here goes. I am looking at using a PIC18F96J60 or similar with on chip Ethernet ability. Here is what I am looking at trying!!! to do.. I have looked at the post Ben done on Web Based Embedded Data Monitor, and like the idea of this. He...
by trisb
Mon Nov 01, 2010 8:39 pm
Forum: Flowcode V4
Topic: adjustable Frequency Help
Replies: 5
Views: 4453

Re: adjustable Frequency Help

Hi, Dan,

This looks great Thanks for looking at this for me..

I will give this a try on the Hardware and let you know how it goes.

Thanks

Tristan.
by trisb
Mon Oct 11, 2010 4:45 pm
Forum: Flowcode V4
Topic: adjustable Frequency Help
Replies: 5
Views: 4453

Re: adjustable Frequency Help

Hi, Ben.

Thanks for Getting back to me.

Is there any other way to do this to that i can get more values.
this will work for some of the things i have to do but it will only give me 3 settings. I was looking to try and get a few more.

thanks

Trisb
by trisb
Sat Oct 09, 2010 3:39 am
Forum: Flowcode V4
Topic: adjustable Frequency Help
Replies: 5
Views: 4453

adjustable Frequency Help

HI Guys. Need a bit help again. I am in the process of building some test equipment utilizing PWM, how ever I need to be able to adjust the frequency, as well as the duty cycle. I have a test rig set up at the moment however when testing I need to supply different frequency to ensure the equipment b...
by trisb
Wed Sep 22, 2010 1:38 pm
Forum: Flowcode V4
Topic: How to Skip at a set number of button pushes
Replies: 4
Views: 3382

Re: How to Skip at a set number of button pushes

Thanks Daniel.
by trisb
Fri Sep 17, 2010 2:51 pm
Forum: Flowcode V4
Topic: How to Skip at a set number of button pushes
Replies: 4
Views: 3382

Re: How to Skip at a set number of button pushes

Thanks Ben,,

That just what i was looking for.

Have a good weekend.

Tristan
by trisb
Fri Sep 17, 2010 2:15 pm
Forum: Flowcode V4
Topic: How to Skip at a set number of button pushes
Replies: 4
Views: 3382

How to Skip at a set number of button pushes

Hi Guys. I have a Simply PWM signal that goes up and down in 10% steps at the press of a button. How ever if the Up power button is pressed 10 times and the PWM is up to 100% it will revert back to 0%. What do i need to do to get it to skip this part of my code if the button has been pushed 10 times...
by trisb
Thu Sep 16, 2010 2:39 pm
Forum: Flowcode V4
Topic: One Wire DS18B20
Replies: 2
Views: 2731

Re: One Wire DS18B20

Thanks Jan,

Looks like have found my problem....

I have 2 Bad Sensors. found a 3 sensor and plugged it in and i am getting a reading.

Thanks