Post Reply 
TOff variable
10-27-2015, 06:57 PM
Post: #1
TOff variable
Hello! Smile

Do you habe an idea how I can set the variable TOff to a different value?
I've tried:
-900000->Sto->Toff
-#DBBA0h->Sto->Toff
-IP(#DBBA0h)->Sto->Toff
-TOff:=900000

But I always get "Error: Bad argument type".

Can anybody give me a hint?
Greeting FSA
Find all posts by this user
Quote this message in a reply
10-27-2015, 07:16 PM
Post: #2
RE: TOff variable
(10-27-2015 06:57 PM)FSA Wrote:  Hello! Smile

Do you habe an idea how I can set the variable TOff to a different value?
I've tried:
-900000->Sto->Toff
-#DBBA0h->Sto->Toff
-IP(#DBBA0h)->Sto->Toff
-TOff:=900000

But I always get "Error: Bad argument type".

Can anybody give me a hint?
Greeting FSA

TOff:=#DBBA0:30h

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
10-27-2015, 07:30 PM
Post: #3
RE: TOff variable
Doesn't work either.
The output is the following after I press enter:
TOff:=Sad#(DBBA0),30*h)
Error Bad argument type.
I clearly messed something up but have no idea what...

Greetings FSA
Find all posts by this user
Quote this message in a reply
10-27-2015, 07:48 PM
Post: #4
RE: TOff variable
I am using pretty much the default settings for number format. You seem to have chosen something non-default so that the colon symbol : has a different meaning now (just a wild guess). Also, make sure you are not in the spreadsheet app (since colon has a separate meaning there).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
10-27-2015, 08:59 PM
Post: #5
RE: TOff variable
Nope still nothing. What does the ':30h' mean?
Find all posts by this user
Quote this message in a reply
10-27-2015, 09:41 PM
Post: #6
RE: TOff variable
Use the Home view not CAS view.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
10-27-2015, 10:22 PM
Post: #7
RE: TOff variable
That was it. Thanks!
Find all posts by this user
Quote this message in a reply
10-28-2015, 06:59 PM
Post: #8
RE: TOff variable
(10-27-2015 08:59 PM)FSA Wrote:  What does the ':30h' mean?

The help for TOff shows that #3FFFFFFFh is the max setting (i.e. 30 bits maximum for the TOff value). This is the 30h that you are seeing. Integers can consist of up to 64 bits (default, if I'm not mistaken, and the cause of the errors you were seeing).

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)