Hi from France !
I have 2 old flowcode project created with version 4:
Vehicule.fcf https://drive.google.com/file/d/14Zj4Nb ... sp=sharing
flowcode combi.fcf https://drive.google.com/file/d/1Z_rvaF ... sp=sharing
I'd like to open them with the version 9 we own actually, I see in another post that you use version 7 to do this ? Or is it possible to do it for me (in fact I don't have v7 and only 2 files to convert).
Another question, the licence of the v9 allow me to use the version 10 ?
Thanks
Regards
Nicolas
File from flowcode 4 to open with v9
-
- Posts: 4
- http://meble-kuchenne.info.pl
- Joined: Sat Mar 20, 2021 9:36 am
-
- Matrix Staff
- Posts: 1587
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 564 times
- Been thanked: 519 times
Re: File from flowcode 4 to open with v9
Hello.
I have converted your files for you,
With regarding to v10, as you may already know all components are free.
You will need to purchase chip packs if your target device is not one of the free ones included.
Chip packs and licences will be discounted as you have a v9 licence.
The free target device listing and features can be found here.
If you have a chip pack in v9, that will not carry over to v10.
I have converted your files for you,
With regarding to v10, as you may already know all components are free.
You will need to purchase chip packs if your target device is not one of the free ones included.
Chip packs and licences will be discounted as you have a v9 licence.
The free target device listing and features can be found here.
If you have a chip pack in v9, that will not carry over to v10.
- Attachments
-
- vehicule_v7.fcfx
- (16.83 KiB) Downloaded 168 times
-
- flowcode combi_v7.fcfx
- (17.1 KiB) Downloaded 158 times
Martin
-
- Matrix Staff
- Posts: 1377
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 184 times
- Been thanked: 318 times
Re: File from flowcode 4 to open with v9
I will add that v4 of Flowcode is very old and Flowcode has changed a lot since it was released. Therefore, I think these files will probably not work in v9 or v10 without making changes. And it might be easier to start again.
But now they have been converted, you should be able to open them and see how they were constructed.
But now they have been converted, you should be able to open them and see how they were constructed.
-
- Posts: 50
- Joined: Thu Jun 16, 2022 6:16 pm
- Has thanked: 42 times
- Been thanked: 7 times
Re: File from flowcode 4 to open with v9
Hi Steve,
I myself had a program from v5 as well. I started that program in 2020 where I wanted to weigh my cylinder and displayed it on my Lcd Screen. I used a 20KG Loadcell (4 Wire), connected to the 4terminal Input of (AD620 Microvolts Amplifier) and 1 Signal Wire Output from the AD620 connected the Analog of PIC18F2420.
I got the program to work as how I EXECPTED it to work for me. Except for one Problem. The Analog Reading is not STEADY. (Its Fluctuating between 3 different analog readings. (I use my Digital Meter "DMM" to test the reading at my Microcontroller end and get a Steady Reading, which I get that same reading on my Lcd screen, and 2 other Readings.... ((That Inspired me to Start Using FLOWCODE as my FIRST Programming Language.))
I did a lot of Research on found out the problem in 2021, (THE ANALOG VOLTAGE THAT THE MICROCONTROLLER IS RECEIVNG NEEDS TO AVERAGE) and I don't know how to do that in v5. so, I left it. If I get the reading to average, then I will be able to see ONLY 1 Reading. the project would complete.
IF I can get HELP WITH THAT Project.
I would revisit it. I would start working on it as of weekend. Any suggestion to how I can approach it in v10, in the easiest way.
I would GREATLY APPRECIATE The HELP.
I myself had a program from v5 as well. I started that program in 2020 where I wanted to weigh my cylinder and displayed it on my Lcd Screen. I used a 20KG Loadcell (4 Wire), connected to the 4terminal Input of (AD620 Microvolts Amplifier) and 1 Signal Wire Output from the AD620 connected the Analog of PIC18F2420.
I got the program to work as how I EXECPTED it to work for me. Except for one Problem. The Analog Reading is not STEADY. (Its Fluctuating between 3 different analog readings. (I use my Digital Meter "DMM" to test the reading at my Microcontroller end and get a Steady Reading, which I get that same reading on my Lcd screen, and 2 other Readings.... ((That Inspired me to Start Using FLOWCODE as my FIRST Programming Language.))
I did a lot of Research on found out the problem in 2021, (THE ANALOG VOLTAGE THAT THE MICROCONTROLLER IS RECEIVNG NEEDS TO AVERAGE) and I don't know how to do that in v5. so, I left it. If I get the reading to average, then I will be able to see ONLY 1 Reading. the project would complete.
IF I can get HELP WITH THAT Project.
I would revisit it. I would start working on it as of weekend. Any suggestion to how I can approach it in v10, in the easiest way.
I would GREATLY APPRECIATE The HELP.
-
- Matrix Staff
- Posts: 1587
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 564 times
- Been thanked: 519 times
Re: File from flowcode 4 to open with v9
Hello.
Within FC10, the 2D Potentiometer has both GetAvarageByte and GetAverageInt function.
Also, the normal functions like GetInt, Getvoltage etc. can be used but keep the conversion speed within properties high
Within FC10, the 2D Potentiometer has both GetAvarageByte and GetAverageInt function.
Also, the normal functions like GetInt, Getvoltage etc. can be used but keep the conversion speed within properties high
Martin
-
- Posts: 50
- Joined: Thu Jun 16, 2022 6:16 pm
- Has thanked: 42 times
- Been thanked: 7 times
Re: File from flowcode 4 to open with v9
https://drive.google.com/file/d/1vwwQIq ... sp=sharing
here's the v5 project.
will I be able to use it on my Eblock2 Bl0011? I searched for my Bread Board with that project. it doesn't look good, some Components has been missing from it.
here's the v5 project.
will I be able to use it on my Eblock2 Bl0011? I searched for my Bread Board with that project. it doesn't look good, some Components has been missing from it.
-
- Posts: 50
- Joined: Thu Jun 16, 2022 6:16 pm
- Has thanked: 42 times
- Been thanked: 7 times
Re: File from flowcode 4 to open with v9
I have been trying to add the file. But it says invalid. So I added in Google drive format....
I am gonna try it again..
I am gonna try it again..
-
- Posts: 50
- Joined: Thu Jun 16, 2022 6:16 pm
- Has thanked: 42 times
- Been thanked: 7 times
Re: File from flowcode 4 to open with v9
Here it is
- Attachments
-
- Weigh_Cylinder.zip
- (10.56 KiB) Downloaded 160 times