Search found 20 matches

by PUTS_JO
Mon Dec 20, 2010 9:25 pm
Forum: E-blocks
Topic: PIC 18F458 CAN BUS
Replies: 3
Views: 5596

Re: PIC 18F458 CAN BUS

Benj wrote:Hello Johan,

I've never used CANopen but I am assuming it is simply a protocol that is stuck ontop of the standard CAN messaging system. You should be able to hack your way in by following the standard message formats used in CANopen and replicating these with Flowcode component macro calls.
by PUTS_JO
Sun Dec 19, 2010 9:39 pm
Forum: E-blocks
Topic: PIC 18F458 CAN BUS
Replies: 3
Views: 5596

PIC 18F458 CAN BUS

Best CAN users or canOpen users, I am trying to connect some bosch SB23 hydraulic valves to my ucontroller pic 18f458. I know that the bosch valve is working with can iso 11898. By looking at the internet it is a canOpen controlled valve. Has somebody already have more experience with canopen.? some...
by PUTS_JO
Wed Sep 29, 2010 5:05 pm
Forum: E-blocks
Topic: STORING VARIABLE IN FLASH 18F4455
Replies: 3
Views: 3318

Re: STORING VARIABLE IN FLASH 18F4455

BEST BENJ I can understand that it is looking for you as a new topic but this is still the same topic that i am trying to let it work all the topics of the last 3 days that i have put on the user forum are about the same problem: how can i store a variable into the memory of a pic 18f4455 so that af...
by PUTS_JO
Wed Sep 29, 2010 4:54 pm
Forum: E-blocks
Topic: STORING VARIABLE IN FLASH 18F4455
Replies: 3
Views: 3318

Re: STORING VARIABLE IN FLASH 18F4455

Hello, I moved your post as it was a Flowcode related question. Please will you post the file into your existing topic rather then simply creating new topics. If you need access to the Flowcode section then details of how to do this are available from here. http://www.matrixmultimedia.com/support/v...
by PUTS_JO
Wed Sep 29, 2010 2:49 pm
Forum: E-blocks
Topic: STORING VARIABLE IN FLASH 18F4455
Replies: 3
Views: 3318

STORING VARIABLE IN FLASH 18F4455

BEST BENJ
THANKS FOR YOUR INFO ....
BUT I STILL GET THE ERROR MESSAGE....
I SEND YOU MY PROGRAM TO HAVE A LOOK
THANKS IN ADVANCE
PUTS JOHAN
by PUTS_JO
Wed Sep 29, 2010 11:47 am
Forum: Flowcode V4
Topic: C PROGRAMMING BASICS IN FLOWCODE
Replies: 3
Views: 3392

Re: C PROGRAMMING BASICS IN FLOWCODE

BEST DANIEL,

Thanks for your helpful reply.I didn't know that the simulution on c code was not possible.
you talked about 'proteus ' is this something to have as electronics engineer for programming in c flowcode?
i do not know what it is...

Thanks in advance
puts johan :D :D
by PUTS_JO
Wed Sep 29, 2010 8:49 am
Forum: Flowcode V4
Topic: C PROGRAMMING BASICS IN FLOWCODE
Replies: 3
Views: 3392

C PROGRAMMING BASICS IN FLOWCODE

BEST C PROGRAMMERS I am starting from scratch i want to count up in c program the value of text and then print it on my lcd as a test program it is working for the normal calculation but not for the c code ; what am i doing wrong ? the test file is attached kind regards puts johan belgium ps : the c...
by PUTS_JO
Wed Sep 29, 2010 7:37 am
Forum: Flowcode V4
Topic: STORING VARIABLES IN FLASH PROMS 18F4455
Replies: 3
Views: 2825

Re: STORING VARIABLES IN FLASH PROMS 18F4455

BEST BENJ I have implemented the code in a c window but i get now an error that there is a syntax error ; i have declared new variables as DATA and ADDRESS but what about FCV_DATA and FCV_ADDRESS ? i am also new user for these topics ; i mean i have programmed for years in c and c++ but in flowcode ...
by PUTS_JO
Tue Sep 28, 2010 10:16 am
Forum: Flowcode V4
Topic: STORING VARIABLES IN FLASH PROMS 18F4455
Replies: 3
Views: 2825

STORING VARIABLES IN FLASH PROMS 18F4455

BEST E BLOCK USERS At the moment I am trying to store one variable in flash memory of the 18f4455. In the manual of 'pic microcontrollers know it all' i read some info of doing this . it is only possible by using a c program where you have to put in the '#include flash.pic16.lib ' together with some...
by PUTS_JO
Tue Sep 28, 2010 9:53 am
Forum: E-blocks
Topic: 18f4455 breadboard versus e blocks
Replies: 5
Views: 5181

Re: 18f4455 breadboard versus e blocks

EUREKA MEDELEC 35 AND JAW, BY LOOKING PRECISELY TO THE PIN NUMBERS I DID A STUPID THING ; FOR TESTING I BOUGHT A NEW 9PIN CONNECTOR, SOLDERED WIRES ON IT AND PLUGGED IT IN THE LCD E BLOCK ... AND PUTTED THE WIRES IN THE BREADBOARD ON THE PINNING OF PORT D. WHAT HAPPENED... THE PINNING IS COUNTING UP...
by PUTS_JO
Mon Sep 27, 2010 12:59 pm
Forum: E-blocks
Topic: 18f4455 breadboard versus e blocks
Replies: 5
Views: 5181

18f4455 breadboard versus e blocks

BEST 18F4455 USERS I have successfully builded my program with lcd via e blocks. Now I want to build a small print for it but i first want to try it out on a breadboard. I have put all the components correctly on the breadboard....like the oscillator crystal of 4Mc with the 2 caps of 27 pf ....and i...
by PUTS_JO
Sun Sep 26, 2010 11:57 am
Forum: E-blocks
Topic: PIC 18F4455
Replies: 1
Views: 2559

PIC 18F4455

BEST PIC 18F4455 USERS DOES ANYONE OF YOU KNOW HOW THE CONFIGURE BITS HAS TO BE FOR AN EXTERNAL XTAL USE? I HAVE PROGRAMMED AND TESTED MY PROGRAM WITH THE E BLOCKS ; WHEN I PLUG OUT MY USB CABLE FROM THE PC NOTHING IS WORKING ANYMORE.... DOES SOMEONE KNOW FOR ME THE RIGHT CONFIGURATION BITS THAT IT ...
by PUTS_JO
Fri Sep 24, 2010 12:02 pm
Forum: E-blocks
Topic: MORE INTERRUPTS THAN 3 PINS ?
Replies: 5
Views: 4019

Re: MORE INTERRUPTS THAN 3 PINS ?

BEST BENJ, Thanks for your reply MY PROGRAM NEEDS TO LEVEL BETWEEN 2 SETPOINTS I am using flowcode 4 ;my program is just for changing a value that is on a display without a keyboard panel;i have 4 buttons a setup ;a plus;a minus and a store button . but i have only 3 interrupt buttons to immediately...
by PUTS_JO
Fri Sep 24, 2010 9:01 am
Forum: E-blocks
Topic: MORE INTERRUPTS THAN 3 PINS ?
Replies: 5
Views: 4019

Re: MORE INTERRUPTS THAN 3 PINS ?

BEST BENJ

How can i read my port B4 after an interrupt has passed on it ? do i have to write a little c program? can you put me on the road for programming it and exclude only port B4?
Thanks.
PUTS_JO
by PUTS_JO
Fri Sep 24, 2010 8:27 am
Forum: E-blocks
Topic: MORE INTERRUPTS THAN 3 PINS ?
Replies: 5
Views: 4019

MORE INTERRUPTS THAN 3 PINS ?

HELLO INTERRUPT SPECIALISTS. DOES ANYONE KNOW HOW TO USE MORE THEN 3 INTERRUPTS ON THE 18F4455? I SAW IN THE HELP FILE IT IS POSSIBLE TO USE RB0,RB1, AND RB2 AS INTERRUPTS. BUT THERE IS ALSO A PORT FUNCTION . IS IT POSSIBLE TO CONFIGURE FOR EXAMPLE RB4 AS AN INTERRUPT PIN, AND HOW CAN I DO THIS THAN...
by PUTS_JO
Fri Sep 03, 2010 1:06 pm
Forum: E-blocks
Topic: Welcome to the E-blocks forum
Replies: 32
Views: 69212

Re: Welcome to the E-blocks forum

BEST MEDELEC_35

AS I COULD READ ON YOUR EXPLANATION ? IS IT FORBIDDEN TO USE AN EVEN PORT NAME FOR AN LCD OR NOT ?
I LOOKED AT THE DATASHEETS OF THE 18F4455 AND I COULD NOT FIND SOMETHING LIKE THAT OR IS THIS SOMETHING I HAVE TO KNOW?

THANKS
by PUTS_JO
Thu Sep 02, 2010 6:25 am
Forum: E-blocks
Topic: Welcome to the E-blocks forum
Replies: 32
Views: 69212

Re: Welcome to the E-blocks forum

BEST MEDELEC35
HERE IS MY PROGRAM DATA WITH THE SETTINGS INCLUDED AS FOR NOW
by PUTS_JO
Wed Sep 01, 2010 9:51 pm
Forum: E-blocks
Topic: Welcome to the E-blocks forum
Replies: 32
Views: 69212

Re: Welcome to the E-blocks forum

BEST BEN & MEDELEC35 As I told before I am also new in using this forum. I have bought the complete set of e blocks together. so at the moment for getting familiar with flowcode 4 and the new EB0006 development print I have build and compiled a small program called 'papa20' just to test my first tex...
by PUTS_JO
Wed Sep 01, 2010 3:19 pm
Forum: Electronics products
Topic: Making a LCD 4x20 on a print????
Replies: 2
Views: 4375

Re: Making a LCD 4x20 on a print????

BEST BEN, I HAVE MADE A 4X20 DISPLAY ON AN EXISTING PRINT OF THE DISPLAY E BLOCKS: JUST DESOLDER THE TERMINALS OF THE DISPLAY E BLOCK AND PUT A FEMALE PINNING SOCKET ON YOUR E BLOCK BOARD. THAN JUST BUY AN 4X20 LCD PRINT WITH STANDARD SOCKET AND PUT A MALE PINNING ON IT THE PROGRAMMING IS JUST THE S...
by PUTS_JO
Wed Sep 01, 2010 10:14 am
Forum: E-blocks
Topic: Welcome to the E-blocks forum
Replies: 32
Views: 69212

Re: Welcome to the E-blocks forum

Hi, I am a brand new user of e-blocks and before i used a programmer and a breadboard with a lot of wires. I use a 18f4455 pic controller to get just a test text on the screen but this is not working. when i simulate my test program it is ok. is someone able to help me out of this never working stor...