Search found 99 matches

by Dirk Bubley
Mon Mar 19, 2012 12:03 am
Forum: Flowcode V4
Topic: BIT order LSB to MSB and vice versa
Replies: 5
Views: 3745

Re: BIT order LSB to MSB and vice versa

Hi Jonny,

perfect it is working that solved my problem!! Many thanks!!

BR

Dirk
by Dirk Bubley
Sun Mar 18, 2012 11:19 pm
Forum: Flowcode V4
Topic: BIT order LSB to MSB and vice versa
Replies: 5
Views: 3745

Re: BIT order LSB to MSB and vice versa

Hi Jonny,

your bit shift idea is looking good to me. Is this working in simulation too.

Because i feed the LCD Display with the new modified byte and i get strange results.


BR Dirk
by Dirk Bubley
Sun Mar 18, 2012 12:06 pm
Forum: Flowcode V4
Topic: BIT order LSB to MSB and vice versa
Replies: 5
Views: 3745

BIT order LSB to MSB and vice versa

Hello together,

i try to find my way with BIT manipulation inside a byte.

One problem i can`t solve is changing the bit order inside a byte.

Example i would like to change the order from LSB------MSB to MSB------LSB or vice versa.

Any help would be aprechiated.

BR

Dirk
by Dirk Bubley
Fri Mar 16, 2012 4:53 pm
Forum: Flowcode V4
Topic: RS232 with parity and 2 stop bits
Replies: 7
Views: 4613

Re: RS232 with parity and 2 stop bits

Hi Benj,

many thanks for the fast reply.

Yes i will try the 9Bit mode with putting in the parity bit as Bit9. That sounds great.

Since I don`t have a high knowledge regarding C-Code. Do you have a example how to edit the delay/transmit part of the custom RS232 component?

BR

Dirk
by Dirk Bubley
Fri Mar 16, 2012 3:19 pm
Forum: Flowcode V4
Topic: RS232 with parity and 2 stop bits
Replies: 7
Views: 4613

RS232 with parity and 2 stop bits

Hello together, I need some help. I want to implement RS232 Uart with the following parameter into my project: Baudrate: 100,000 should be possible via the custom setting in the RSR232 Setup Page Start bit will be done by the PIC UART 8 data Bits as usual used for TX/RX no problem with that Parity B...
by Dirk Bubley
Wed Sep 28, 2011 10:01 pm
Forum: Flowcode V4
Topic: Reset or claer for Pic EUSART Hardware
Replies: 3
Views: 2467

Re: Reset or claer for Pic EUSART Hardware

Hello Benj, many thanks for your input and reply!! It looks that your code is working!! The possibility to switch the USART off and on will make my RS232 interface more robust because now i can patch the data cable during opperation. I must still do some testing but at the moment it looks very good!...
by Dirk Bubley
Tue Sep 27, 2011 8:21 pm
Forum: Flowcode V4
Topic: Reset or claer for Pic EUSART Hardware
Replies: 3
Views: 2467

Reset or claer for Pic EUSART Hardware

Hello together,
Hello Matrix team,

i´m looking for a way to reset or claer the Pic EUSART Hardware.
It would be great if there is a command to clear EUSART in the same way like a MCLR.

Is there a known C-Code command???

BR

Dirk
by Dirk Bubley
Sun Aug 21, 2011 8:48 pm
Forum: Flowcode V4
Topic: String Manipulation giving wrong result in hardware
Replies: 7
Views: 4346

Re: String Manipulation giving wrong result in hardware

Hi Martin, great help!! Simulation and Hardware is now working the same. Many thanks!! In between i think i found a solution for the RS232 String recieve too. This was the original problem In the Rs232 component you can setup the NumByte to 5. Limmiting the number of bytes wich are then placed into ...
by Dirk Bubley
Sun Aug 21, 2011 7:37 pm
Forum: Flowcode V4
Topic: String Manipulation giving wrong result in hardware
Replies: 7
Views: 4346

Re: String Manipulation giving wrong result in hardware

Hi Martin, you are right i see the rollover and your explanation is logical but you get the same problem for example with a RS232 recieved STRING. At this stage it was never a INT. It was defined direct as a string variable taking the incoming numerical. The following string manipulation just taking...
by Dirk Bubley
Sun Aug 21, 2011 6:06 pm
Forum: Flowcode V4
Topic: String Manipulation giving wrong result in hardware
Replies: 7
Views: 4346

Re: String Manipulation giving wrong result in hardware

Hi guys, you are right the six (123456) digit value is above the INT 32768. But I use the mid$ funktion to use only the left five digits (12345) Wich is below the level of 32768. 12345 should then pass without problems to a INT. It works in simulation bit nor in real live with the hardware. Give it ...
by Dirk Bubley
Sun Aug 21, 2011 1:09 pm
Forum: Flowcode V4
Topic: String Manipulation giving wrong result in hardware
Replies: 7
Views: 4346

String Manipulation giving wrong result in hardware

Hello Matrix Team, i try to use the string manipulation to convert a string numerical number to a INT. My string is "123456" I cut out from left to right only the numericals"12345" with the mid$ function 0,5. Then i convert the string to INT and sent the INT variable to the LCD Display. It works fin...
by Dirk Bubley
Sun Oct 17, 2010 4:44 pm
Forum: Programming Tips & Tricks
Topic: Look Up Tables using Flowcode and Microsoft Excel
Replies: 34
Views: 72010

Re: Look Up Tables using Flowcode and Microsoft Excel

Hi medelec,

very good reply!! It worked!! I´m now using two LUT table!!

BR

Dirk
by Dirk Bubley
Thu Oct 14, 2010 8:18 am
Forum: Programming Tips & Tricks
Topic: Look Up Tables using Flowcode and Microsoft Excel
Replies: 34
Views: 72010

Re: Look Up Tables using Flowcode and Microsoft Excel

Hello comunity,

question is it possible to define values greater then 255 in a LUT wich goes into the suplementry code??
Load and return must be of course in to a INT variable.

BR

Dirk Bubley
by Dirk Bubley
Thu Jan 14, 2010 7:10 pm
Forum: Flowcode V2 & V3
Topic: Possible Upgrade to Version 4
Replies: 9
Views: 5776

Re: Possible Upgrade to Version 4

Hi Steve,

i assume Version 4 will run either in 32 or 64 Bit under Win-7!! Right??

BR

Dirk
by Dirk Bubley
Wed Jan 13, 2010 8:02 pm
Forum: Flowcode V2 & V3
Topic: Possible Upgrade to Version 4
Replies: 9
Views: 5776

Re: Possible Upgrade to Version 4

Hi Ben, it works great in the Version 4 Demo. Exact what i need. I just have to reduce the number of digits on the right side of the comma, but that fine tweaking. So i think i will purchase shortly a Version 4 prof. Is it possible to use Version 4 under Windows-7 ?? Because i like to setup a new PC...
by Dirk Bubley
Tue Jan 12, 2010 7:34 pm
Forum: Flowcode V2 & V3
Topic: Possible Upgrade to Version 4
Replies: 9
Views: 5776

Re: Possible Upgrade to Version 4

Hi Ben

i knew the datasheet but i thoght more into the direction of a documentation.

Is it possible to check the floating point function with Version 4 Demo Software??

BR

Dirk
by Dirk Bubley
Tue Jan 12, 2010 3:38 pm
Forum: Flowcode V2 & V3
Topic: Possible Upgrade to Version 4
Replies: 9
Views: 5776

Re: Possible Upgrade to Version 4

Hi Ben,

many thanks for the fast reply! Is there any example how it looks like??


BR

Dirk
by Dirk Bubley
Mon Jan 11, 2010 9:16 pm
Forum: Flowcode V2 & V3
Topic: Possible Upgrade to Version 4
Replies: 9
Views: 5776

Possible Upgrade to Version 4

Hi Matrix Team, i`m using FC Version 3 very succesfull for now over 2 years and iΒ΄m realy happy with it!! One point wich iΒ΄m missing in FC Version 3 is a floating point calculation without writing C-Code. This would be very helpful because iΒ΄m doing a lot of voltage measurements with the PIC ADCΒ...
by Dirk Bubley
Sun Nov 02, 2008 8:02 pm
Forum: Flowcode V2 & V3
Topic: Pic 18F2420 PWM Disable
Replies: 0
Views: 4444

Pic 18F2420 PWM Disable

Hello together, iΒ΄m working with the PWM generator at PIC 18F2420. Everything is fine!! Starting and setting the PWM (Duty Cicle + Freqency) works. ....except PWM disable has no function. Once the PWM ist started you can`t turn it off again!! Any ideas BR Dirk Bubley :shock: ....i found the solutio...
by Dirk Bubley
Sun Mar 02, 2008 11:41 pm
Forum: Flowcode V2 & V3
Topic: FlowCode Professsional / Sourceboost c limitation???
Replies: 2
Views: 2612

Re: FlowCode Professsional / Sourceboost c limitation???

Hi Steve,

the registry patch works perfect!!!!!!!!!!!!!!!

Great support for a great product!!!

Many thanks

BR

Dirk
by Dirk Bubley
Sun Mar 02, 2008 6:19 pm
Forum: Flowcode V2 & V3
Topic: FlowCode Professsional / Sourceboost c limitation???
Replies: 2
Views: 2612

FlowCode Professsional / Sourceboost c limitation???

Dear all, i did shortly a update to the new flowcode version 3.2.2.40 of my professional license please see below. Since the upgrade and writing additional code to my new project i got the following massage during compiling: License exceeded by RAM: 0 bytes, ROM: 52 words You have reached the limit ...
by Dirk Bubley
Sun Mar 02, 2008 6:15 pm
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 88880

Re: Let Us Know What You Are Doing With Flowcode

...at the moment i`m doing a altimeter project wich is already running very good!!

Flowcode is a great fantastic tool!!!!!!!!!!!!!!!! 8)


Best regards
#
Dirk Bubley
by Dirk Bubley
Wed Feb 20, 2008 10:41 pm
Forum: Flowcode V2 & V3
Topic: Problem after Upgrade to 3.2.2
Replies: 2
Views: 2895

Problem after Upgrade to 3.2.2

Hello all together, today i upgraded my Flowcode Prof. Version to 3.2.2 with the full upgrade. After the upgrade and test compile i get the following message: Copyright(C) 2004-2006 Pavel Baranov Copyright(C) 2004-2006 David Hobday Error: Failed to open:libc.pic16.lib or C:\Program Files\Matrix Mult...
by Dirk Bubley
Fri Feb 02, 2007 4:01 pm
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 88880

Hi,

in the moment iΒ΄m designig a Lipo Battery WatchDog monitor with PIC 16F88 and E-Block`s.

Flowcode is a real help!!

IΒ΄m nearly finished with programming and testing (it took approx. 12h)

The WatchDog will monitor my expensive Lipo Batteries.

BR

Dirk :)