Host Engineering Forum

General Category => Do-more CPUs and Do-more Designer Software => Topic started by: davidbgtx on July 25, 2017, 12:44:10 PM

Title: Mutiple stages ON at the same time
Post by: davidbgtx on July 25, 2017, 12:44:10 PM
I don't have any SGDIVRG instructions in a program yet somehow I have multiple stages active at once, is that possible?
Title: Re: Mutiple stages ON at the same time
Post by: BobO on July 25, 2017, 01:05:52 PM
I don't have any SGDIVRG instructions in a program yet somehow I have multiple stages active at once, is that possible?

Multiple SGSET or JMP instructions can do that.
Title: Re: Mutiple stages ON at the same time
Post by: davidbgtx on July 26, 2017, 09:39:22 AM
Bad math was the culprit. In the expression it should have been ($Now.Minute/60.0)+($Now.Second/3600.0)+$Now.Hour+8.5 . I had left out the .0 in the $Now.Second/3600 . Thanks for your help.
Title: Re: Mutiple stages ON at the same time
Post by: BobO on July 26, 2017, 10:18:13 AM
Bad math was the culprit.

Math...

(https://media.giphy.com/media/NrteeJLMSPd3a/giphy.gif)