Converter is not working

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
User avatar
Osta
Posts: 159
Joined: Tue Jul 05, 2016 9:42 am
Been thanked: 13 times
Contact:

Converter is not working

Post by Osta »

After I prescribed Compare$()
Stopped working ToString$()
Remained workers only the text !
This is after update!!!
And all I had from this project to remove all the macros and put them zanovo
Because after the update the compiler simply did not see them!!!!
In General horror!!!

User avatar
Osta
Posts: 159
Joined: Tue Jul 05, 2016 9:42 am
Been thanked: 13 times
Contact:

Re: Converter is not working

Post by Osta »

MD.fcfx
Proj
(14.33 KiB) Downloaded 190 times

User avatar
Osta
Posts: 159
Joined: Tue Jul 05, 2016 9:42 am
Been thanked: 13 times
Contact:

Re: Converter is not working

Post by Osta »

The compiler stopped working at all !!!

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Converter is not working

Post by LeighM »

Hi,
I am not sure exactly what problem you are reporting.
But I did notice a couple of issues:

Text normally needs the background drawing too, so you need transparency turned off...
transparent_0.jpg
transparent_0.jpg (61.45 KiB) Viewed 4575 times
C code does not simulate, so the variable will not increment in the simulator unless you use a calculation icon...
gain.jpg
gain.jpg (13.52 KiB) Viewed 4575 times
Hope that resolves your problem, if not please could you give more details.
Leigh

User avatar
Osta
Posts: 159
Joined: Tue Jul 05, 2016 9:42 am
Been thanked: 13 times
Contact:

Re: Converter is not working

Post by Osta »

I'm not using the simulator!
Can I use my code ?
I have an electronic Board with a processor.
Now nothing works !!!
SPI - not working !
display not working!
The display is not initialized
and no cleaning !
Previously cleaned!

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Converter is not working

Post by LeighM »

Could you make the above changes, then "Compile to chip" and post your MD.msg.txt file?

User avatar
Osta
Posts: 159
Joined: Tue Jul 05, 2016 9:42 am
Been thanked: 13 times
Contact:

Re: Converter is not working

Post by Osta »

It's my fault.....
I made a delay at the beginning of the code and everything began to work!!!
Probably a programming problem...
My apologies!!!!
I'm confused with the Compare$ function
With respect Osta :)
MMD.fcfx
New
(10.37 KiB) Downloaded 212 times

User avatar
LeighM
Matrix Staff
Posts: 2178
Joined: Tue Jan 17, 2012 10:07 am
Has thanked: 481 times
Been thanked: 699 times
Contact:

Re: Converter is not working

Post by LeighM »

OK, glad it's now working.

The Compare$ function returns 0 if the strings are the same.

Post Reply