Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table 2D not including data file when exported #6

Closed
CarlGamble opened this issue Jun 7, 2016 · 2 comments
Closed

Table 2D not including data file when exported #6

CarlGamble opened this issue Jun 7, 2016 · 2 comments
Assignees
Labels

Comments

@CarlGamble
Copy link

The default way to specify the data file for table 2d to use is to right click and set the file name in the parameters menu, however if you do this the exported fmu does not contain the data file.

In the line follow sensors and the fan coil unit we had to add the file name directly into the parameters section (as below) and then the FMU export script correctly copies the data file when it creates the FMU.

parameters string table_file_name = 'ratSP5WorkingDays_2column.txt';

@margro margro added the bug label Aug 29, 2016
@margro margro self-assigned this Aug 29, 2016
@MaartenMJR
Copy link
Contributor

Hi Carl,

Thank you for notifying us. We have found that this is due to a bug in 20-sim for string parameters in code generation.

This will be fixed in our next 4.6.2 release.

@margro
Copy link
Member

margro commented Oct 17, 2016

4.6.2-intocps and 4.6.2 contain a fix for this.

@margro margro closed this as completed Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants