04-09-2015 07:00 AM
Hi,
Ive got a problem with creating .exe application where 2nd chart functioning properly.
2nd chart is in subpanel as a stacked plot. I pass via main form numbers of stacked plots. In builder it works perfectly, in .exe not at all..
Any ideas?
04-09-2015 07:13 AM
You are building the path for the sub panel display. The path for the Build and the Developement environment will be different and that is why you are facing the problem in .exe. Instead of using the "Current Vi path" primitive try using the "Current Directory" primitive and test it.
04-09-2015 07:13 AM - edited 04-09-2015 07:15 AM
I suggested using a static VI reference instead of relative path.
EDIT: Even if the path is right, I don't think the compiler was including the VI into the EXE because it wasn't seen as a dependency, since it was loading it from a path dynamcially.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-09-2015 07:32 AM - edited 04-09-2015 07:33 AM
Ok sorry I didnt explain well whats the point.
There is no problem with properly "refreshing" of subplot - works fine even without static reference(but thanks anyway, I missed that).
I cannot changed the number of staked plots in the screen(constanly 1) - in editor mode it changes according as number of flaged plots.
The problem is show in the pictures below.