Search found 21 matches

by Wolfgang Kos
Wed Apr 05, 2017 9:07 am
Forum: Flowcode V6
Topic: Help for double variable...
Replies: 4
Views: 5234

Re: Help for double variable...

H Benj,

I solved the problem, I find in Flowcode this code:

float2int() and FloatToString$()

very good...
by Wolfgang Kos
Tue Apr 04, 2017 10:54 am
Forum: Flowcode V6
Topic: Help for double variable...
Replies: 4
Views: 5234

Re: Help for double variable...

Hell Benj, thank you for you answer, I will look for code, is very difficult many files :-) I can read the variable now, I make it in external code when I will see the variable like this Value=5.5 I only see Value=5 Is think the variable is bad defined from me. How I must defined from typ double var...
by Wolfgang Kos
Mon Apr 03, 2017 6:20 pm
Forum: Flowcode V6
Topic: Help for double variable...
Replies: 4
Views: 5234

Help for double variable...

Hello, I have a Problem with double variable from external C-Code. The external C-Code is insert with include. The double variable for speed like this: extern double speed_external; the value is like 0.0 Then I insert C-Code in flowcode like this why i will see the speed on display: C-Code.jpg and I...
by Wolfgang Kos
Sun Jan 29, 2017 11:40 am
Forum: Flowcode V6
Topic: FCI_COMPARE' discards
Replies: 2
Views: 4122

Re: FCI_COMPARE' discards

Thank you for your quick response
by Wolfgang Kos
Sun Jan 29, 2017 11:19 am
Forum: Flowcode V6
Topic: FCI_COMPARE' discards
Replies: 2
Views: 4122

FCI_COMPARE' discards

Hello, I will ckeck the Bluetooth commands (over RS232 Modul) withe the Macro show Picture, it will function, but the Compiler makes this log, what is the Problem, thank you for all Infos: 26.01.2017_kontinuierlich.c: In function 'FCM_CHECK_CMD': 26.01.2017_kontinuierlich.c:3283: warning: passing ar...
by Wolfgang Kos
Sun Jan 29, 2017 11:11 am
Forum: Flowcode V6
Topic: Problems with sending a string over RS232
Replies: 3
Views: 4904

Re: Problems with sending a string over RS232

OK,
the problem is solved, only 2 Strings
by Wolfgang Kos
Mon Jan 16, 2017 8:36 am
Forum: Flowcode V6
Topic: Problems with sending a string over RS232
Replies: 3
Views: 4904

Re: Problems with sending a string over RS232

Hello LeighM,

thank you for your Info, i will check... :)
by Wolfgang Kos
Sat Jan 14, 2017 4:28 pm
Forum: Flowcode V6
Topic: Problems with sending a string over RS232
Replies: 3
Views: 4904

Problems with sending a string over RS232

I have problems with sending a string to Bluetooth Modul via RS232 like this: This will not function: I will adding 3 Strings to 1 String like this: SEND_WERT11 = PC_Modus11 + WERT_11 + RETURN The code will not function: FCD_047b2_RS232_BLE__SendString(FCV_SEND_WERT11, FCVsz_SEND_WERT11); This is f...
by Wolfgang Kos
Fri Nov 25, 2016 12:44 pm
Forum: Flowcode V6
Topic: Problems with Macro in external Code
Replies: 5
Views: 5651

Re: Problems with Macro in external Code

Your idea was good, at the moment without errors :-)
like this, here is the code very difficult :-)
by Wolfgang Kos
Fri Nov 25, 2016 12:38 pm
Forum: Flowcode V6
Topic: Problems with Macro in external Code
Replies: 5
Views: 5651

Re: Problems with Macro in external Code

Is the same...
by Wolfgang Kos
Fri Nov 25, 2016 11:39 am
Forum: Flowcode V6
Topic: Problems with Macro in external Code
Replies: 5
Views: 5651

Re: Problems with Macro in external Code

I must send the variable to this code!
Here you can see the the include files:
by Wolfgang Kos
Thu Nov 24, 2016 10:59 pm
Forum: Flowcode V6
Topic: Problems with Macro in external Code
Replies: 5
Views: 5651

Problems with Macro in external Code

I have FLOWCODE 6 with a PIC24FJ128GA010 (16bit) with this problems: Here, I will open the external code with the macro dataZWMS_CycleStorage and I will send the variable FCV_SENSOR to the code. Like this in C-Code show the picture: dataZWMS_CycleStorage(FCV_SENSOR); The compiler wrote this error: u...
by Wolfgang Kos
Wed Sep 28, 2016 6:41 pm
Forum: Flowcode V6
Topic: Need info for variable captval 16bit??? Touch
Replies: 1
Views: 3260

Need info for variable captval 16bit??? Touch

Hello, I have an error with the variable from reading the value TMR1. This is a 16bit variable, now i will read with the code like: Code: FCV_CPS2 = tmr1l | (tmr1h << 8); //read TMR1 in variable CPS2 Under Help I find: Custom Interrupts - PICmicro FCV_CAPTVAL = tmr1l | (tmr1h << 8); captval must be ...
by Wolfgang Kos
Sun Sep 11, 2016 12:04 pm
Forum: General Programming
Topic: mTouch 12f1822 with sleep will not good work
Replies: 0
Views: 3929

mTouch 12f1822 with sleep will not good work

Hello, my Program in Flowcode 6 like mTouch with 12f1822 with sleep will not good work. When the PIC goes sleeping the sensitivity is not the same. When the PIC is not sleeping the sensitivity is about 10 mm from the touch sensors, in the sleep modus 1 mm. The PIC will wake up with Timer 1 Interrupt...
by Wolfgang Kos
Tue Jun 02, 2015 12:19 pm
Forum: Flowcode V6
Topic: DSPIC33FJ256GP710A error compiler
Replies: 2
Views: 2662

Re: DSPIC33FJ256GP710A error compiler

Hello Benj,

thank you very much.
When I unticking the config option, I can compile... :D
by Wolfgang Kos
Mon Jun 01, 2015 9:04 am
Forum: Flowcode V6
Topic: DSPIC33FJ256GP710A error compiler
Replies: 2
Views: 2662

DSPIC33FJ256GP710A error compiler

Hello, i will make a test programm for DSPIC33FJ256GP710A. Now it comes this error Error: Settings in '__FGS.sec' are not valid for target device 33FJ256GP710A I deleted the code and the error like the same. Show this: _________________________________________________________________________________...
by Wolfgang Kos
Wed May 13, 2015 4:01 pm
Forum: Flowcode V6
Topic: CANBUS with 8MHz
Replies: 8
Views: 5865

Re: CANBUS with 8MHz

Hello,

thank you very much... i will testing
by Wolfgang Kos
Wed May 13, 2015 8:45 am
Forum: Flowcode V6
Topic: CANBUS with 8MHz
Replies: 8
Views: 5865

Re: CANBUS with 8MHz

Hello I solved the Problem :-) I changed manualy the register Code in asm like this for 8Mhz. MOVLW 0x05 MOVWF gbl_brgcon3 MOVLW 0xB8 MOVWF gbl_brgcon2 MOVLW 0x00 MOVWF gbl_brgcon1 MOVLB 0x0F __________________________________________ old register Code: MOVLW 0x03 MOVWF gbl_brgcon3 MOVLW 0xD1 MOVWF ...
by Wolfgang Kos
Wed May 13, 2015 6:34 am
Forum: Flowcode V6
Topic: CANBUS with 8MHz
Replies: 8
Views: 5865

Re: CANBUS with 8MHz

Hello, yes I changed the clock Speed under Options. I look in the C-Code the CNF and control Register will not changed automatic when I swicht from 20Mhz.to 8MHz. //setup CNF and control registers FC_CAN_SPI_CAN_Config_1(FCV_0e701_can1__CAN_REQOP_CONFIG); FC_CAN_SPI_CAN_Write_1(FCV_0e701_can1__CAN_C...
by Wolfgang Kos
Tue May 12, 2015 9:20 am
Forum: Flowcode V6
Topic: CANBUS with 8MHz
Replies: 8
Views: 5865

Re: CANBUS with 8MHz

Hello Benj, yes the flasher will function, the CAN is internal it will function with chrystal 20MHz. I changed the chrystal in 8MHz and changed the Speed it will not function. Do I Change the code manually in flowcode for the Speed, why the Speed with 20MHz is in the Code from Flowcode fixed or have...
by Wolfgang Kos
Thu May 07, 2015 9:27 am
Forum: Flowcode V6
Topic: CANBUS with 8MHz
Replies: 8
Views: 5865

CANBUS with 8MHz

Hello,

I am testing the Demo file CAN_Demo.fcfx, it will function good (20MHz).
Now i will testing with 8MHz and changed the speed under Options.
It will not function.

What can I make.

Thank you for all tipps.

Wolfgang