Hi, Jetpr
Seems your fuel pump still doesn't work as expected ... you might try glow engines, they're much closer to your skills ( LOL !!! ).
your lines are really chinese talking !!! ... as always been.
Alain
Hi, Jetpr
Seems your fuel pump still doesn't work as expected ... you might try glow engines, they're much closer to your skills ( LOL !!! ).
your lines are really chinese talking !!! ... as always been.
Alain
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I am trying to understand what the Glish is and thus what the question is asking.
http://www.dictionary.com
"Glish is an interpretive language for building loosely-coupled distributed systems from modular, event-oriented programs. Written by Vern Paxson . These programs are written in conventional languages such as C, C++, or Fortran.
Glish scripts can create local and remote processes and control their communication. Glish also provides a full, array-oriented programming language (similar to S) for manipulating binary data sent between the processes.
In general Glish uses a centralised communication model where interprocess communication passes through the Glish interpreter, allowing dynamic modification and rerouting of data values, but Glish also supports point-to-point links between processes when necessary for high performance."
Did not get it quite right :'(
--------------------
sorry forgive my bad interpretation.
i am working with a watter pump for a robot with hydraulic..
while (CurrentStepl < CurrentStep)
CurrentStepl = CurrentStepl + 1
if (CurrentStepl > 100) or (CurrentStepl=255) then goto FF3
if (PumpDC < 50) then 'Some time get crazy and go more > 53
PumpDC = (MathSet * CurrentStepl + PumpDcSet)
Pause PauseScalefactor
endif
wend
If some one have see this before.
jetpr,
What are you asking in that piece of code?
What do you need to know, learn, do?
Details, schematics, questions?
************************************************** ***********************
Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
************************************************** ***********************
IF there is the word "Problem" in your question ...
certainly the answer is " RTFM " or " RTFDataSheet " !!!
*****************************************
I might see a little bit of something...
That line: PumpDC = (MathSet * CurrentStepl + PumpDcSet)
Maybe it needs another set of parenthesis? Maybe like this instead:
PumpDC = ( ( MathSet * CurrentStepl ) + PumpDcSet ) or
PumpDC = ( MathSet * ( CurrentStepl + PumpDcSet ) )
I'm just guessing though since info is a bit sparse...
Bookmarks