Search found 54 matches

by sysprofessional
Tue Mar 09, 2021 9:00 pm
Forum: Flowcode V8
Topic: Compiling Error
Replies: 1
Views: 1222

Compiling Error

GSM-Security19_SIM800L.c: main() 3185: reset(); ^ (361) function declared implicit int (warning) using updated 32-bit floating-point libraries; improved accuracy might increase code size GSM-Security19_SIM800L.c: 3004: (1250) could not find space (13 bytes) for variable FCM_CompareNumber@F2534 _____...
by sysprofessional
Sat Jan 18, 2020 3:03 pm
Forum: Flowcode V6
Topic: How to send ASCII char while using GSM component.
Replies: 3
Views: 5289

Re: How to send ASCII char while using GSM component.

Thanks for help, its working nicely ,
btw i was using "\0x1a" that's not working,but "\x1a" working perfectly.
by sysprofessional
Fri Jan 17, 2020 12:42 am
Forum: Flowcode V6
Topic: How to send ASCII char while using GSM component.
Replies: 3
Views: 5289

How to send ASCII char while using GSM component.

Hi, I need to send ASCII character while using " GSM (EB066,Generic AT) " component in FC6. there is two parameters in 'SendCommand' macro. First parameter just used for string only,while 2nd parameter ' SendCR ' is a Byte variable, SendCR=0 for disable ,and 1 or may be greater then 0 will enable Se...
by sysprofessional
Tue Jan 14, 2020 12:44 pm
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

Re: ULong Variable not working!

I have already done using that method. btw thanks for your co-operation .

Best of luck all of you guys.
by sysprofessional
Sun Jan 12, 2020 4:32 pm
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

Re: ULong Variable not working!

I have tested its working fine on hardware, just FC simulating it wrongly, tested in this way. 1. receiving 32bit string at Comport , 2. converted it to ULong. 3. splitting into 4 bytes , 4. stored into EEprom. 5. extract back to 4 bytes, byte0,byte1,.....and so on i have checked here all 4 values i...
by sysprofessional
Sun Jan 12, 2020 12:45 am
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

Re: ULong Variable not working!

Unfortunately same result in simulation,i'm wondering because i have write many programs using ULong,may be one year ago,but this time idk why strange behavior from ULong.I have recently uninstalled FC 6.1.4 and install old version 6.1.0,but no luck ,can it be windows issue? here is the simulation r...
by sysprofessional
Sun Jan 12, 2020 12:05 am
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

Re: ULong Variable not working!

ok i try to simulate.
by sysprofessional
Sat Jan 11, 2020 11:03 pm
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

Re: ULong Variable not working!

Could you provide some context? May-be even a flowchart demonstrating the issue? Hi Kersing, Simple test Just put a calculation icon in flowchart and calculate the value " test = 2+2147483647 " result overflowing like -2147483647,test variable already added as ULong. Flowchart image attached. Untit...
by sysprofessional
Sat Jan 11, 2020 10:12 pm
Forum: Flowcode V6
Topic: ULong Variable not working!
Replies: 10
Views: 8051

ULong Variable not working!

Hi everyone,

I'm using FC 6.1.4 with 16f887, facing issue with Ultra Long variable ,it should handle value between (0 to 4294967295) .
But its acting like Long variable ,(-2147483648 to 2147483647), Can someone please resolve this for me ?
any help will be appreciated,

Thanks in advance
by sysprofessional
Tue Feb 12, 2019 5:59 pm
Forum: Flowcode V8
Topic: Correction in nRF24L01 component
Replies: 10
Views: 5954

Re: Correction in nRF24L01 component

Thanks mnf, btw i was already made it using FC6 before launching the FC7 and its working nicely for me in both modes. Basically my goal is to indicate the register 0x40 .Matrix team used it for RF_CH register (plz correct me if i'm wrong) mnf, here is the small peace of code from your example of ini...
by sysprofessional
Tue Feb 12, 2019 2:33 pm
Forum: Flowcode V8
Topic: Correction in nRF24L01 component
Replies: 10
Views: 5954

Correction in nRF24L01 component

Dear BenJ, The component nRF24L01 in FC8 working fine but there is a little bug in Initialise macro for RF_CH register. you wrote value 76 in register 0x40 for universally safe frequency (2.476MHz).While the required register value is (0x05+0x20 = 0x25) MX_UINT16 FCD_0e0f1_nRF24L01__Initialise() { /...
by sysprofessional
Tue May 16, 2017 8:06 pm
Forum: Flowcode V6
Topic: Finally my working NRF24L01+ RX and TX
Replies: 3
Views: 8774

Re: Finally my working NRF24L01+ RX and TX

Hi MJU, I am working on these module. BenJ has created nRF24L01 component for FC7. But I am using FC6 yet.So trying your examples but no success. I have downloaded your both example files (RX NRF test EN, & TX NRF EN). Compiled these file after change uC .I am using 16f887 in TX and 18f45k22 for RX ...
by sysprofessional
Sun Jan 29, 2017 6:35 pm
Forum: Flowcode V6
Topic: Float Calculation
Replies: 6
Views: 9363

Re: Float Calculation

Thnaks medelec35, I am facing two issue at the end of program.one is calculation and 2nd is about port status during reset state. In my program MCU get few parameters from sensors and some parameters feeded by user ,that is always in decimal value(float), store these parameters to EEPROM (after conv...
by sysprofessional
Sun Jan 08, 2017 12:51 pm
Forum: Flowcode V6
Topic: Float Calculation
Replies: 6
Views: 9363

Float Calculation

HI, How to add decimal point in a float value,on required position.for example I have a int value X=123456, and i want to add a decimal point on 3rd or 4th digit position,123.456,or 1234.56. After converting it to float ,Y = int2float (X), Now Y = 123456.0 Here if i got dp on third position i need t...
by sysprofessional
Thu Dec 01, 2016 7:53 pm
Forum: Flowcode V6
Topic: PLL Enabling Problem in 18f14k22
Replies: 1
Views: 3140

PLL Enabling Problem in 18f14k22

Hi, I am using PIC18f14K22 in my project.I want to use 16MHz internal Oscilator with PLL enable. But OSCTUNE.PLLEN bit did not working. I have write C code at the beginning in flowchart with these parameters, osccon = 0b01110110; osctune = 0b01011111; and flash a led with 500ms delay in flowchart.an...
by sysprofessional
Mon Aug 01, 2016 10:37 pm
Forum: Flowcode V6
Topic: Digits to ULong number conversion problem
Replies: 6
Views: 5904

Re: Digits to ULong number conversion problem

Thank you very much LeighM ,

I have well understand now,This method working fine in my application.Good luck to you.
by sysprofessional
Mon Aug 01, 2016 12:57 pm
Forum: Flowcode V6
Topic: Digits to ULong number conversion problem
Replies: 6
Views: 5904

Re: Digits to ULong number conversion problem

On your target, any intermediate/temporary calculations will be 16 bit, so you will need to ensure that any sub-totals are Ulongs too I have already ensured that there is no temp or any other variable between calculation,i am using only one 32 bit variable ,and all calculations moves directly into ...
by sysprofessional
Mon Aug 01, 2016 12:47 pm
Forum: Flowcode V6
Topic: Digits to ULong number conversion problem
Replies: 6
Views: 5904

Re: Digits to ULong number conversion problem

Post your flowchart so we can check it for issues. Hello kersing, Basically i am using 11 digit in my application using dual MAX7219 and many other features so my flowchart is little lengthy. Here i have design new flowchart for your observation .That is small and easy to understand. My flowchart, ...
by sysprofessional
Sun Jul 31, 2016 5:15 pm
Forum: Flowcode V6
Topic: Digits to ULong number conversion problem
Replies: 6
Views: 5904

Digits to ULong number conversion problem

Hi, I want a value from 5 separate digits,that are feed bye user on 7 segment display.I am using this method Total = (digit[0] * 10000) + (digit[1] * 1000) + (digit[2] * 100) + (digit[3] * 10) + digit[4] Total is a ULong (number in the range 0 to 4294967295) 32 bit variable . This method works fine ...
by sysprofessional
Sat May 21, 2016 1:56 pm
Forum: Flowcode V6
Topic: Servo Drive Controller
Replies: 1
Views: 3166

Servo Drive Controller

Hello , I ma using a 1.5 KW AC servo motor with Panasonic microstep servo controller.That is using in a big size flat bed printer for Y axis .My motion card generate 2 bit pulse to control this motor, (00) when no printing(idle state), (01) for reverse moving, (10) in print command, and (11) for ser...
by sysprofessional
Sat May 07, 2016 4:26 pm
Forum: Flowcode V6
Topic: FC6 Compilation problem with DSPIC
Replies: 4
Views: 4335

FC6 Compilation problem with DSPIC

Hi, I am getting problem to compile 16 bit chip in Flowcode 6,I am using professional licence for FC6. I have design a flowchart very simple just flash a LED with 500 ms delay. I have tried it on 33fj32mc202 and 33fj32mc204,i did not check it with reinstall fc because it is working fine on all 8 bit...
by sysprofessional
Tue Mar 15, 2016 9:59 am
Forum: Flowcode V6
Topic: Directional pulse Counter
Replies: 2
Views: 3309

Re: Directional pulse Counter

Hello Benj,

Thanks your reply ,I am too much busy in my office work today's ,I 'll check it later and touch you again if i need help.

Best Regards

Tahir
by sysprofessional
Sun Mar 13, 2016 11:28 am
Forum: Flowcode V6
Topic: Directional pulse Counter
Replies: 2
Views: 3309

Directional pulse Counter

Hello, I had design a high speed pulse counter using tmr0 external interrupt almost a year ago.That can count 14KHz pulse (840000 RPM). It is working perfectly. Now i want to design reverse forward pulse counter.My first counter is working with single proximity sensor (Metal Detector).i know there i...
by sysprofessional
Sun Nov 15, 2015 12:30 pm
Forum: Flowcode V6
Topic: 7219 Simulation
Replies: 1
Views: 2010

7219 Simulation

Hi 2 all,

I want to simulate MAX7219-21 in Flowcode 6 ,if any forum user has done before, plz explain how can i do that.

i will be thankful
by sysprofessional
Mon Aug 10, 2015 10:41 pm
Forum: Flowcode V6
Topic: ADC Conversion Problem
Replies: 8
Views: 8414

Re: ADC Conversion Problem

hi using a pic series 18, I have the same problem, how did you solve it? thank you HI Maxtisc, Not Yet found proper solution, But keep in mind there is no problem in real hardware ,In my practical on real hardware, there are several such applications that using ADC working perfectly almost previous...