- Joined
- Nov 20, 2007
- Messages
- 11,964
- Reaction score
- 765
- Points
- 188
Morning all, and a Happy New Year
As my Amberley(Upgrade) is nearly complete, Westcott project is next.
I'd like to start by making the P2 engine test cell:
http://i89.photobucket.com/albums/k207/Notebook_04/WestcottP2.jpg
It should really mimic the engine start-up and running procedure, with real-time data. this involves a .dll....
Having had an unpleasant experience with C++(I gave up, and went back to making bases), time for a bit more planning.
Looked at state-machines:
http://www.drdobbs.com/cpp/184401236;jsessionid=R1CS2QVQYGH1HQE1GHPCKH4ATMY32JVN
and pleasantly surprised that VisSim has a State Transition Block:
http://i89.photobucket.com/albums/k207/Notebook_04/StateMachine.jpg
(it also has a Case block, so I threw that in for good measure)
My plan is to get a state-machine working in VisSim, then with help, convert it to C++, then a dll in Orbiter.
This is part of the "states" I hope to model:
http://i89.photobucket.com/albums/k207/Notebook_04/img015-1.jpg
Is this a good/bad/too complex plan?
All input appreciated.
N.
As my Amberley(Upgrade) is nearly complete, Westcott project is next.
I'd like to start by making the P2 engine test cell:
http://i89.photobucket.com/albums/k207/Notebook_04/WestcottP2.jpg
It should really mimic the engine start-up and running procedure, with real-time data. this involves a .dll....
Having had an unpleasant experience with C++(I gave up, and went back to making bases), time for a bit more planning.
Looked at state-machines:
http://www.drdobbs.com/cpp/184401236;jsessionid=R1CS2QVQYGH1HQE1GHPCKH4ATMY32JVN
and pleasantly surprised that VisSim has a State Transition Block:
http://i89.photobucket.com/albums/k207/Notebook_04/StateMachine.jpg
(it also has a Case block, so I threw that in for good measure)
My plan is to get a state-machine working in VisSim, then with help, convert it to C++, then a dll in Orbiter.
This is part of the "states" I hope to model:
http://i89.photobucket.com/albums/k207/Notebook_04/img015-1.jpg
Is this a good/bad/too complex plan?
All input appreciated.
N.
