Page 1 of 1

Gauge design software

PostPosted: Fri Jan 31, 2014 11:16 am
by Gringo6
Where can I purchase gauge design software ?

I'm not talking about "panel" design software but rather gauge design software.

Thanks,

Billa (aka Gringo6)

Re: Gauge design software

PostPosted: Fri Jan 31, 2014 11:24 am
by PhantomTweak
http://msdn.microsoft.com/en-us/library/cc527031.aspx

Pretty good, informative article here....

Pat☺

Re: Gauge design software

PostPosted: Fri Jan 31, 2014 12:08 pm
by Fozzer
PhantomTweak wrote:http://msdn.microsoft.com/en-us/library/cc527031.aspx

Pretty good, informative article here....

Pat☺


Blimey!...C++!

Sounds complicated!... :shock: ...(ie: Headache!).

I think I will stick to my Sinclair BASIC and ZILOG Z80 Machine Code for programming!...>>> http://en.wikipedia.org/wiki/Sinclair_BASIC

Paul...Sinclair Spectrum Enthusiast!.... :mrgreen: ...!

P.S...a good link, Pat... ;) ...!

Re: Gauge design software

PostPosted: Fri Jan 31, 2014 1:18 pm
by PhilFly
As far as I know, there is no software to create gauges.
The best way is to create xml gauges. I personnaly use xmlnotepad as xml editor and Paint Shop Pro for the bitmaps.
And a towel because that needs a lot of work :D

Cheers

Philippe

Re: Gauge design software

PostPosted: Thu Oct 23, 2014 9:56 pm
by stephan
Hahahahaha! Brother Fozzer...
I remember you and I had about a 3 page discussion along with others that joined in about the good 'ol days of BASIC programming. If you can program in machine language,you shouldnt have a problem with any computer programming format,LOL! I had an ol' Commodore 128 with all the manuals and even picked up a huge book on machine language,and COULD NOT make heads or tails out of it. Looked like a bunch of typing by a lab chimp. At least BASIC made some kind of sense when one looked at it.But machine language?...sheesh!...that takes some kinda determination and patience to learn that stuff.However,and for those that dont know what we're talking about...I give machine language it's props.It IS quicker in response than BASIC.BASIC requires the system to interpret what it is being 'fed',while machine language "goes straight to the core' of the system,and the response is multitudes faster than BASIC. I sure wish I had the patience and understanding to learn machine language.Really miss programming old school.

Re: Gauge design software

PostPosted: Fri Oct 24, 2014 12:10 am
by PhantomTweak
It IS quicker in response than BASIC.BASIC requires the system to interpret what it is being 'fed',while machine language "goes straight to the core' of the system,and the response is multitudes faster than BASIC.


Much like XML is much faster and uses less memory than C++. I had to learn C++ and Visual Basic at one point, and to me XML is better, but I'm still a tyro at it. Oh well, I'll get there :)

Pat☺

Re: Gauge design software

PostPosted: Fri Oct 24, 2014 3:03 am
by pete
We have some great info right here. Some of he best on the net.


1st off try reading Ken Smith's very informative tute which explains xml and gau design and a lot more.


The there is the general Panel Design section -- more useful gauge design stuff

Re: Gauge design software

PostPosted: Fri Oct 24, 2014 4:20 am
by Jetranger
I remember seeing this just a while back, don't know if it'll help you or not, but it might lead to where you wanna go maybe or are looking for ???

http://fspanelstudio.com/


http://www.flight1.com/products.asp?product=FSP-ESD-001


Image


"For the first time you can create "New Gauges", and edit (using your favorite bitmap editor) any Gauge bitmap for a truly unique Panel". FS Panel Studio® is written in C++ to make it small and blazingly fast. No long waits for screen redraws. Simply the best panel editor available.

*** Use the XML Gauge wizard to create "NEW Gauges" from existing XML Gauges.

Re: Gauge design software

PostPosted: Tue Mar 10, 2015 8:02 am
by garymbuska
stephan wrote:Hahahahaha! Brother Fozzer...
I remember you and I had about a 3 page discussion along with others that joined in about the good 'ol days of BASIC programming. If you can program in machine language,you shouldnt have a problem with any computer programming format,LOL! I had an ol' Commodore 128 with all the manuals and even picked up a huge book on machine language,and COULD NOT make heads or tails out of it. Looked like a bunch of typing by a lab chimp. At least BASIC made some kind of sense when one looked at it.But machine language?...sheesh!...that takes some kinda determination and patience to learn that stuff.However,and for those that dont know what we're talking about...I give machine language it's props.It IS quicker in response than BASIC.BASIC requires the system to interpret what it is being 'fed',while machine language "goes straight to the core' of the system,and the response is multitudes faster than BASIC. I sure wish I had the patience and understanding to learn machine language.Really miss programming old school.


Assembly language is CPU oriented by that I mean if you go to a different CPU you have to relearn assembly language because all of the address are different now.
Assembly is called a complex language because you have to tell it everything to do LITERALLY.
Basic was a non compiled language C++ is a compiled language which is why it is faster and it is just a fancy form of basic
Remember BASIC stands for Beginers All purpose Symbolic Instruction Code.
What make Assembly hard is knowing the address of all the registers and how to make room in memory for your program to run.
I used it on the old Timex Sinclair 8 bit system and loved it But when they went to a 16 bit CPU i could not use the same address as everything moved.
So if you change CPU you have to relearn where all of the address are at again. and completely rewrite you program.
Which what makes in a pain in the but .

Re: Gauge design software

PostPosted: Tue Mar 10, 2015 2:58 pm
by Fozzer
Gary.... :D ...!

The joys of programming in Zilog Z80 Assembly Language for the Sinclair 48k Spectrum!

The Manual:

http://www.google.co.uk/url?sa=t&rct=j& ... 1401,d.d2s

Computer Geek's Bible....I love it!... :dance: ...!

Paul.... :mrgreen: ...!