Hello everyone
User Flowcode V10
I am trying to connect with ECIO 40P but without success.
See the picture below!
Do you have a solution so I can use the device ECIO40P
See attached file:
Monie
ECIO40P
-
- Valued Contributor
- Posts: 1688
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 374 times
- Been thanked: 583 times
Re: ECIO40P
Hi
The red exclamation mark means that you need to purchase the associated chip pack to use the target, however I understand that even if purchased it may still show red (bug) but will work.
You say you are trying to connect (so I assume you can compile without issue) but you have not specified a Programmer Port in options above. Once you install any necessary drivers an associated Com Port will be available under Programmer Port. Select it and you should be good.
Regards
The red exclamation mark means that you need to purchase the associated chip pack to use the target, however I understand that even if purchased it may still show red (bug) but will work.
You say you are trying to connect (so I assume you can compile without issue) but you have not specified a Programmer Port in options above. Once you install any necessary drivers an associated Com Port will be available under Programmer Port. Select it and you should be good.
Regards
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 702 times
Re: ECIO40P
Hi Monie
This issue has been fixed in the latest update that has not been released to the public yet.
I have spotted there is a bug with the lcd_I2C Clear component macro that is stopping I2C from working.
Can you delete or disable it and try again, please?
We will investigate the bug as soon as we can.
This is true in your case as I can confirm you do have the licence required to compile with your selected target device.chipfryer27 wrote: ↑Sat May 20, 2023 11:01 amhowever, I understand that even if purchased it may still show red (bug) but will work.
This issue has been fixed in the latest update that has not been released to the public yet.
I have spotted there is a bug with the lcd_I2C Clear component macro that is stopping I2C from working.
Can you delete or disable it and try again, please?
We will investigate the bug as soon as we can.
Martin
Re: ECIO40P
To chipfryer27
Thank you very much for your explanation.
Ok with broblem with I2C.
I'm looking forward to I2C working again.
Monie
Thank you very much for your explanation.
Ok with broblem with I2C.
I'm looking forward to I2C working again.
Monie
Re: ECIO40P
To medelec35
In the the project, a Macro = lcd_I2C::Clear() is inserted before Loop = lcd_I2C::Clear()
In the the project, a Macro = lcd_I2C::Clear() is inserted before Loop = lcd_I2C::Clear()
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 702 times
Re: ECIO40P
Hi Monie.
That is the issue.
If you disable all the lcd_I2C::Clear() for now, then your project should work.
Alternatively, you can use lcd_I2C::ClearLine(0) etc.
We will investigate this issue.
That is the issue.
If you disable all the lcd_I2C::Clear() for now, then your project should work.
Alternatively, you can use lcd_I2C::ClearLine(0) etc.
We will investigate this issue.
Martin
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 702 times
Re: ECIO40P
Hello Monie.
I have just fixed the component.
It will be pushed on the update system as soon a possible.
You can test the fix before then if you like.
To do that, Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar.
Replace the existing files with the attached file.
If Flowcode is already open, then you will need to reload your project for the new components to work
If you run any component updates, then the components you added will be overwritten.
I will let you know when the update is pushed.
I have just fixed the component.
It will be pushed on the update system as soon a possible.
You can test the fix before then if you like.
To do that, Browse to this location using file explorer, it's hidden by default so just paste the link into your address bar.
Code: Select all
C:\ProgramData\MatrixTSL\FlowcodeV10\Components
If Flowcode is already open, then you will need to reload your project for the new components to work
If you run any component updates, then the components you added will be overwritten.
I will let you know when the update is pushed.
- Attachments
-
- lcd_I2C.fcpx
- (8.08 KiB) Downloaded 549 times
Martin