CAL UART connections not updating when a file is opened

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

Moderator: Benj

Post Reply
Zane
Flowcode v5 User
Posts: 199
Joined: Thu Sep 10, 2009 10:57 pm
Location: New Zealand
Has thanked: 93 times
Been thanked: 76 times
Contact:

CAL UART connections not updating when a file is opened

Post by Zane »

Hi,

I have made a component using the CAL UART. With the new component being used in a project you can select output and input pin connections that transfer over to the CAL UART successfully. The problem is when you save the project and close FC, upon reopening the input and output pins selected on the component are set correctly however the connections have not been transferred over to the CAL UART. Its no major problem but was unsure if you were aware that it existed.
Image.JPG
Image.JPG (31.23 KiB) Viewed 4200 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: CAL UART connections not updating when a file is opened

Post by Benj »

Hi Zane,

Could you post a simple project that shows the problem and I will investigate for you.

Zane
Flowcode v5 User
Posts: 199
Joined: Thu Sep 10, 2009 10:57 pm
Location: New Zealand
Has thanked: 93 times
Been thanked: 76 times
Contact:

Re: CAL UART connections not updating when a file is opened

Post by Zane »

Hi Ben,

I have attached a copy of a project as well as a copy of the component file of the component that is used in the project. I have tried doing the same with a matrix created component and when the file is reopened the correct connections are displayed.

Thanks for having a look at this.

Zane
Attachments
Picaso4D_V2.fcpx
(7.8 KiB) Downloaded 251 times
Flowcode1.fcfx
(7.67 KiB) Downloaded 266 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: CAL UART connections not updating when a file is opened

Post by Benj »

Thanks Zane,

There does seem to be a bit of an issue here. I'm investigating for you to try and narrow down exactly what's going wrong. It seems that the value of the property filter is being saved in the project but not being passed back through to the CAL component on initialise.

Post Reply