Discussion:
Use Astade-Project on another computer
Helene24
2011-03-31 16:01:21 UTC
Permalink
Hi,

I put my hole Astade-Folder to an other computer and installed the
newest Astade-Version there.

I can see my classes and state charts, but on the menu the point
"add to active component" resp. "remove from active component" is
missing and I can't see any state chart or object modell diagram.

What can I do?

Bye, Helene

------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2715670

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
Thomas Spitzer
2011-04-01 07:03:35 UTC
Permalink
Post by Helene24
I can see my classes and state charts, but on the menu the point
"add to active component" resp. "remove from active component" is
missing and I can't see any state chart or object modell diagram.
The only reason I can imagine, why Astade not offers this two menu
entries is, that there is no active component.
Ether you did not mark a component as "active" or Astade at least does
not notify, that you did.

------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2715964

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
webpost-jqHnx1hy4Dsdnm+
2011-05-17 03:30:46 UTC
Permalink
Yes, I didn't mark the component as "active". THANK YOU!!

But now I can't see the generated Statecharts and Object Model Diagrams.

I have already changed the sc.bat:
"C:\Program Files (x86)\Astade\StateChartDrawer.exe" %1 > "%TMP%\sc.dot"
dot "%TMP%\sc.dot" -Tpng -o"%TMP%\sc.png"
"%TMP%\sc.png"

and the omd.bat:
"C:\Program Files (x86)\Astade\OMDgenerator.exe" %1 %2 %3 %4 %5 %6 %7 > "%TMP%\omd.dot"
dot "%TMP%\omd.dot" -Tpng -o"%TMP%\omd.png"
"%TMP%\omd.png"

I can only see for a short time the batch-Window.
I am using Windows 7 64bit. Is that a problem?
Post by Thomas Spitzer
Post by Helene24
I can see my classes and state charts, but on the menu the point
"add to active component" resp. "remove from active component" is
missing and I can't see any state chart or object modell diagram.
The only reason I can imagine, why Astade not offers this two menu
entries is, that there is no active component.
Ether you did not mark a component as "active" or Astade at least does
not notify, that you did.
------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2738419

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
Thomas Spitzer
2011-05-17 05:15:09 UTC
Permalink
Post by webpost-jqHnx1hy4Dsdnm+
I am using Windows 7 64bit. Is that a problem?
Generally yes.

But Astade should work without problems ;-)

Did you install Graphviz? Go to a command prompt and try "dot".
"dot" is a program from the Graphviz suite which generates the graphics
for Astade. This program must be available from the command line.

If it is not installed, go here: http://www.graphviz.org/

------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2738442

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
webpost-jqHnx1hy4Dsdnm+
2011-05-18 04:37:45 UTC
Permalink
Thanks Thomas,

you are perfectly right! Like everytime :-)

I haven't installed Graphviz. But I had problems with the version from www.graphviz.org and so I installed the version from your site: toolchain.astade.de/

Thank you!

------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2739944

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
webpost-jqHnx1hy4Dsdnm+
2011-05-18 08:07:20 UTC
Permalink
Oh sorry, I have an additional question:

On my old notebook Astade declares the constructor of the StateCharts in that way:
extern void Modi_Constructor(Modi* me);

On my new installation:
extern void Modi_Constructor(Modi* me, ACF* aACF);

And during compiling I get the error message
"undefined symbol: aACF"

On both notebooks I have installed Astade 1.1.3.

And I can't see the Modi-SC anymore (but the State Charts from my other files)
Post by webpost-jqHnx1hy4Dsdnm+
Thanks Thomas,
you are perfectly right! Like everytime :-)
I haven't installed Graphviz. But I had problems with the version from www.graphviz.org and so I installed the version from your site: toolchain.astade.de/
Thank you!
------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2740152

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
Thomas Spitzer
2011-05-18 10:54:05 UTC
Permalink
Post by webpost-jqHnx1hy4Dsdnm+
On both notebooks I have installed Astade 1.1.3.
Are you sure? In my knowledge 1.1.3 is not released, yet. You might have
1.1.3-dev

If this is true, it's not necessary the same version on both machines.
While we are developing from Version 1.1.2 to 1.1.3, every daily build
has the version 1.1.3-dev, but of course, they are all different.
Post by webpost-jqHnx1hy4Dsdnm+
extern void Modi_Constructor(Modi* me);
extern void Modi_Constructor(Modi* me, ACF* aACF);
We have a new feature in Astade that allows to run State machines in a
multi thread environment. "aACF" is a pointer to a thread context.

Because you use single thread on an embedded system, you can ignore this
(simply pass NULL)

------------------------------------------------------
http://astade.tigris.org/ds/viewMessage.do?dsForumId=3430&dsMessageId=2740200

To unsubscribe from this discussion, e-mail: [users-unsubscribe-HcrAt6aCZFAWBrYXtHbyV9i2O/***@public.gmane.org].
Loading...