Search found 78 matches

by streammaster
Wed Aug 30, 2017 6:34 am
Forum: Feature requests
Topic: FC V8: Compile to Windows OS feature
Replies: 4
Views: 6844

FC V8: Compile to Windows OS feature

Hi Matrix guys, Here are some ideas which I personally would buy - no question asked: 1. Have Flowcode capability to create an application for the PC Windows system, to be able to compile the code for the Windows system perhaps as an executable. 2. The creation of the panel already exists in FC (sim...
by streammaster
Wed Aug 30, 2017 6:15 am
Forum: Flowcode V7
Topic: UART (RS232) component interrupt during sim not workig
Replies: 7
Views: 5598

Re: UART (RS232) component interrupt during sim not workig

Hi Ben, thanks for hands up. I understand now the technical difficulties behind creating real interrupts when the PC UART is used. It is unfortunate but understandable. Perhaps you should properly let people to be worn and provide the simulation work around examples instead as currently the simulati...
by streammaster
Wed Aug 30, 2017 5:34 am
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 87067

Re: Building Components - Step by Step Guide

Hi Ben, For simple components using simple digital inputs/outputs or analogue inputs you can simply create a property of the right type (single analogue/digital pin) and then reference this in a calculation icon. Could you please explain me a mechanism which will configure MCU chip when is compiled ...
by streammaster
Wed Aug 30, 2017 5:00 am
Forum: General Programming
Topic: FC7 Mouse click simulation interupt
Replies: 8
Views: 6204

Re: FC7 Mouse click simulation interupt

Hi Ben, Both examples are working on my work computer. It may be that on my home PC I haven't update FC with fixes. I will check it tonight. However, I still have a problem building my simulation: What would be a work around so I can generate interrupt on the push button simulation component (or any...
by streammaster
Mon Aug 28, 2017 2:48 am
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 87067

Re: Building Components - Step by Step Guide

Hi Dave, I agree with you and this is exactly what I will do. The pins value (as variables) can be directly accessed in 'code' making the FC flowcharts. Why I so much like FC is that takes away all abstraction from designing a microprocessor codes (and it is one of main FC features). We can be focus...
by streammaster
Sun Aug 27, 2017 10:52 am
Forum: User Components
Topic: Building Components - Step by Step Guide
Replies: 31
Views: 87067

Re: Building Components - Step by Step Guide

Hi All, Firstly I have to say that documents posted in this post are of great help thank everyone who contributed here. I'm relatively new FC user and I'm surprised of lack of comprehensive documentation for the product. I really enjoy using the product but discovering and using (new to me) features...
by streammaster
Sat Aug 26, 2017 3:53 am
Forum: General Programming
Topic: FC7 Mouse click simulation interupt
Replies: 8
Views: 6204

Re: FC7 Mouse click simulation interupt

Hi Ben, It is strange that the macro was not attached to the mouse as it was created from there. Perhaps I removed to return to function and become 'not compatible'? Anyway, I'm learning this and this is my first attempt to create my own simulation. I loaded your version, but still, nothing is happe...
by streammaster
Fri Aug 25, 2017 8:35 am
Forum: General Programming
Topic: FC7 Mouse click simulation interupt
Replies: 8
Views: 6204

FC7 Mouse click simulation interupt

Hi Guys, I'm really struggling with FC documentation. I just can not find the answer how to use FC 'advanced' features. I watched the video example showing how to change component property by mouse click. There is stated that for mouse we need a Macro created which will be called when the Event is a...
by streammaster
Fri Aug 25, 2017 2:36 am
Forum: Flowcode V7
Topic: USB_Serial problem receiving
Replies: 1
Views: 2467

Re: USB_Serial problem receiving (solved)

Hi All, Here is an update. I managed to 'fix' the problem. The issue was nothing to do with a specific component, but to Windows related file name size issue. The drive location where projects were saved had very long (descriptive) path names, and this was just sufficient for the compiler to start t...
by streammaster
Fri Aug 25, 2017 2:23 am
Forum: Bug reports
Topic: Bug in Dashboard Text property saving (FC v7.2.1.4)
Replies: 3
Views: 3102

Bug in Dashboard Text property saving (FC v7.2.1.4)

Hi Guys, I'm reporting the bug which i discovered. It appears that the Dashboard Text sizing property is not saved, so when you reopen project everything becomes scrambled (pickup some larger sizes). This is relay annoying bug stopping me to create proper panel. I hope it would be quick and easy fix...
by streammaster
Fri Aug 25, 2017 1:48 am
Forum: Flowcode V7
Topic: UART (RS232) component interrupt during sim not workig
Replies: 7
Views: 5598

Re: UART (RS232) component interrupt during sim not workig

Hi Martin, Thanks for posting this. I still need to have a deeper look what you actually did. First view looks like you call only once the RX UART_1_Rx. As you explained this is OK since the data can be entered only before simulation. I noticed that you created 3 additional macros , but i'm not sure...
by streammaster
Thu Aug 24, 2017 10:20 am
Forum: Flowcode V7
Topic: UART (RS232) component interrupt during sim not workig
Replies: 7
Views: 5598

Re: UART (RS232) component interrupt during sim not workig

Hi Martin, here is the application which I made. There are two commas, but you can be focused on UART1 only. I made this as preparation for debugging my hardware. I will use USB port to 'sniff' comms to and from UART 1 and UART 2. Also, I will be able to send data from USB to UART. On hardware, I te...
by streammaster
Thu Aug 24, 2017 3:27 am
Forum: Flowcode V7
Topic: UART (RS232) component interrupt during sim not workig
Replies: 7
Views: 5598

UART (RS232) component interrupt during sim not workig

Hi Ben, I noticed that if I stimulate the UART functionality using Flowcode 7.2.1.4 Pro, from 'UART to USB Serial Data Bridge' example, the interrupt UART RXINT0 would never be called and no data will be entering circular buffer, however, if I run the same code on physical hardware everything is wor...
by streammaster
Thu Aug 24, 2017 2:56 am
Forum: Flowcode V7
Topic: PIC18F47J53 Pin interrupt configuration
Replies: 4
Views: 3747

Re: PIC18F47J53 Pin interrupt configuration

Hi Ben, thank you for instructions: Interupt pins fixed.PNG It worked. However, I still have to actually build the code and do simulation I will let you know if I will have any issue with simulation. I noticed some issue related to interrupts and simulation on UART ( Interupt really not working in s...
by streammaster
Wed Aug 23, 2017 2:10 am
Forum: Flowcode V7
Topic: PIC18F47J53 Pin interrupt configuration
Replies: 4
Views: 3747

Re: PIC18F47J53 Pin interrupt configuration

Thanks for that, it makes sense now.

I noticed that the separate pin input for 'simulation Pin':
Interupt pins.PNG
(18.92 KiB) Downloaded 2052 times
There are no options to select different pin. The problem is that the RB4 is fixed pin for SCL (i2c port 1).
Way it can be in simulation the same as the Remapped pin?

Regards,

Igor
by streammaster
Tue Aug 22, 2017 11:27 am
Forum: Flowcode V7
Topic: PIC18F47J53 Pin interrupt configuration
Replies: 4
Views: 3747

PIC18F47J53 Pin interrupt configuration

Hi All, I'm stuck on configuring the pin mapping chip internal configuration register. I had a look in example configuring 'Custom Interrupt properties'; but for the 18F47J53 there are INT 0, 1, 2, 3 pins available to choose already, I need to use two interrupts INT0 (this is a fixed pin input) and ...
by streammaster
Tue Aug 22, 2017 2:32 am
Forum: Bug reports
Topic: Problem with component sensor Temperature Humidity (DH11)
Replies: 3
Views: 3562

Re: Problem with component sensor Temperature Humidity (DH11

That definitely fixed it.
Thanks for doing it so quickly.
by streammaster
Tue Aug 22, 2017 2:07 am
Forum: Flowcode V7
Topic: [Solved] Macro return string longer than 20 characters
Replies: 10
Views: 6257

Re: [Solved] Macro return string longer than 20 characters

Thanks for this, but this is using a global variable. Unfortunately this is stopping of using the function call like this (which can be called also by interrupt):: s_processed = some_other_string_variable + Process_my_text ("input string") +"some other string" If i have a interrupt calls i'm not sur...
by streammaster
Mon Aug 21, 2017 12:59 pm
Forum: Flowcode V7
Topic: Webserver (WIZ810MJ) component
Replies: 6
Views: 5052

Re: Webserver (WIZ810MJ) component

Perhaps the 'CheckSocketActivity' could return a status which is cleared every time when the function is called, i hope this would not have any 'legacy' issues. Maybe return could be a counter which shows how many requests where received since last check. Ideally the circular buffer would be good to...
by streammaster
Mon Aug 21, 2017 12:44 pm
Forum: Flowcode V7
Topic: [Solved] Macro return string longer than 20 characters
Replies: 10
Views: 6257

Re: [Not Solved] Macro return string longer than 20 characte

Hi Leigh, I followed the example which you provided (which is not working on my Flowcode 7: the result is only 20 characters regardless ticked box as you suggested in workaround bellow. The Flowcode which i'm running is a pro version V7.2.14 (Mar 31 2017) I also tried to make a test application to f...
by streammaster
Sun Aug 20, 2017 8:56 am
Forum: Flowcode V7
Topic: Webserver (WIZ810MJ) component
Replies: 6
Views: 5052

Webserver (WIZ810MJ) component

Hi All, I need a help. I created an example app using the Webserver component: Apps_Internet_Ex1_Webserver test.fcfx The application utilizes 8 physical buttons to toggle the LED states on and off. This is possible on a physical panel as well by using the WEB page. The goal is to show the update of ...
by streammaster
Sun Aug 20, 2017 6:52 am
Forum: Flowcode V7
Topic: GetInValue Index in Webserver component macros
Replies: 3
Views: 2925

Re: GetInValue Index in Webserver component macros

Thanks, Kersing and Leigh Leigh I had a look to examples which you suggested but this is for WIFI module, and it is handling it a bit differently components (i need the wired ethernet). Also, i was not able to connect the browser and really properly have running the example(i looked the example 3 th...
by streammaster
Sat Aug 19, 2017 8:48 am
Forum: Bug reports
Topic: Problem with component sensor Temperature Humidity (DH11)
Replies: 3
Views: 3562

Problem with component sensor Temperature Humidity (DH11)

Hi guys, I believe that the sensor component for DH11 has a bug: It appears that the string values are correct (for humidity and temperature), but the floating for humidity returns the temperature values instead. Can you tell me if a user can edit flowcode component and how in order so I can fix thi...
by streammaster
Sat Aug 19, 2017 8:41 am
Forum: Flowcode V7
Topic: GetInValue Index in Webserver component macros
Replies: 3
Views: 2925

GetInValue Index in Webserver component macros

Hi All, Could somebody explain me the functionality behind the "index" BYTE in the Web server component macro "GetInValue"? I'm receiving data, but I tried a few options and I noticed that 0, 1 and 2, as the index parameter, would filter the data in function return (this was a trial and error exerci...
by streammaster
Tue Aug 08, 2017 10:36 am
Forum: Flowcode V7
Topic: USB_Serial problem receiving
Replies: 1
Views: 2467

USB_Serial problem receiving

Hi everyone, I'm trying to get implemented the USB to Serial bridge (based on UART_bridge example). I replaced the UARTB with the USB_serial. However i have a major issue with simulation and with target hardware (PIC18LF45K50): in simulation mode it appears that none of interrupts or timers are runn...