Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | Statechart tool to generate C

There are 38 messages in this thread.

You are currently looking at messages 0 to 10.

Statechart tool to generate C - Marc Hillman - 2009-10-15 04:53:00

I'm looking for a Statechart (Harel) tool that supports C code generation, 
and is free (not trial copies). Any suggestions? 




Re: Statechart tool to generate C - Bill Davy - 2009-10-15 05:26:00

"Marc Hillman" <7...@sneakemail.com> wrote in message 
news:4ad6e326$1...@dnews.tpgi.com.au...
> I'm looking for a Statechart (Harel) tool that supports C code generation, 
> and is free (not trial copies). Any suggestions?


Book: Practical Statecharts in C/C++ by Miro Samek, pub CMP Books, ISBN 
1-57820-110-1 



Re: Statechart tool to generate C - Marc Hillman - 2009-10-15 06:31:00

I'm actually looking for a software tool. I have an extremely good 
understanding of statecharts having used iLogix Statemate for many years. 
I'm looking for a free tool that hopefully targets C/PIC processors. I wish 
to draw my statecharts and then autogenerate code. The book recommended is a 
methodology, not really the type of tool I'm looking for. 


Re: Statechart tool to generate C - Bill Davy - 2009-10-15 07:34:00

"Marc Hillman" <7...@sneakemail.com> wrote in message 
news:4ad6f9fe$1...@dnews.tpgi.com.au...
> I'm actually looking for a software tool. I have an extremely good 
> understanding of statecharts having used iLogix Statemate for many years. 
> I'm looking for a free tool that hopefully targets C/PIC processors. I 
> wish to draw my statecharts and then autogenerate code. The book 
> recommended is a methodology, not really the type of tool I'm looking for.


Has a CD of the code, but good luck. 



Re: Statechart tool to generate C - news.tin.it - 2009-10-15 07:45:00

Nel suo scritto precedente, Marc Hillman ha sostenuto :
> I'm looking for a Statechart (Harel) tool that supports C code generation, 
> and is free (not trial copies). Any suggestions?

Hi,
these days I0m trying out YAKINDU, a plugin for Eclipse.
http://www.yakindu.com/yakindu/development-tools-for-professionals/language=en/20336/statechart-tools

-- 
http://www.grgmeda.it



Re: Statechart tool to generate C - Rocky - 2009-10-15 09:11:00

On Oct 15, 10:53=A0am, "Marc Hillman" <7owsx1...@sneakemail.com> wrote:
> I'm looking for a Statechart (Harel) tool that supports C code generation=
,
> and is free (not trial copies). Any suggestions?

You might want to try: http://home.arcor.de/jensaltmann/jsdl/jsdl.htm

Re: Statechart tool to generate C - John Devereux - 2009-10-15 11:11:00

"Bill Davy" <B...@SynectixLtd.com> writes:

> "Marc Hillman" <7...@sneakemail.com> wrote in message 
> news:4ad6f9fe$1...@dnews.tpgi.com.au...
>> I'm actually looking for a software tool. I have an extremely good 
>> understanding of statecharts having used iLogix Statemate for many years. 
>> I'm looking for a free tool that hopefully targets C/PIC processors. I 
>> wish to draw my statecharts and then autogenerate code. The book 
>> recommended is a methodology, not really the type of tool I'm looking for.
>
>
> Has a CD of the code, but good luck. 

Which you cannot use without buying a license :(

-- 

John Devereux

Re: Statechart tool to generate C - Rich Webb - 2009-10-15 12:46:00

On Thu, 15 Oct 2009 19:53:35 +1100, "Marc Hillman"
<7...@sneakemail.com> wrote:

>I'm looking for a Statechart (Harel) tool that supports C code generation, 
>and is free (not trial copies). Any suggestions? 

Rule #3: Always check http://sourceforge.net

Searching on "state machine" returns several results, including
http://smc.sourceforge.net/

-- 
Rich Webb     Norfolk, VA

Re: Statechart tool to generate C - Cesar Rabak - 2009-10-15 14:33:00

Rich Webb escreveu:
> On Thu, 15 Oct 2009 19:53:35 +1100, "Marc Hillman"
> <7...@sneakemail.com> wrote:
> 
>> I'm looking for a Statechart (Harel) tool that supports C code generation, 
>> and is free (not trial copies). Any suggestions? 
> 
> Rule #3: Always check http://sourceforge.net
> 
> Searching on "state machine" returns several results, including
> http://smc.sourceforge.net/
> 
It seems SMC does not generate Harel (hierarchical) state charts.

-- 
Cesar Rabak
GNU/Linux User 52247.
Get counted: http://counter.li.org/

Re: Statechart tool to generate C - nobody - 2009-10-15 17:09:00

Cesar Rabak wrote:
> Rich Webb escreveu:
> 
>> On Thu, 15 Oct 2009 19:53:35 +1100, "Marc Hillman"
>> <7...@sneakemail.com> wrote:
>>
>>> I'm looking for a Statechart (Harel) tool that supports C code 
>>> generation, and is free (not trial copies). Any suggestions? 
>>
>>
>> Rule #3: Always check http://sourceforge.net
>>
>> Searching on "state machine" returns several results, including
>> http://smc.sourceforge.net/
>>
> It seems SMC does not generate Harel (hierarchical) state charts.
> 

In my experience (several years of professional OO work), if you need 
hierarchical state charts, your class model is incorrect.

http://knol.google.com/k/leon-starr/how-to-build-articulate-uml-class-models/2hnjef6cmm97l/4


| 1 | 2 | 3 | 4 | next