Issue using EXACT() command.
|
04-26-2018, 09:43 AM
Post: #1
|
|||
|
|||
Issue using EXACT() command.
Hi,
An old program wich was running well on my real Prime, REV A version 12066, present issue with version 13441 virtual Prime. The EXACT() command give me result I don't can explain even the results are good. In attachement you'll see what happens. In 13441 I've to remove all EXACT() commands to have the good presentation I had in the old firmware 12066. Here is the "old" program : Code:
Maybe someone can explain me this strange behavior ? Thanks. Gérard. |
|||
04-26-2018, 12:41 PM
Post: #2
|
|||
|
|||
RE: Issue using EXACT() command.
If you add this line:
LOCAL X0,X1,X2,X3,X4,X5; to the beginning of your program, it appears to work correctly. If probably has something to do with not declaring those variables as LOCAL and they are reserves for one of the other apps, I think the parametric app. Code: EXPORT DELTAold12066() -road |
|||
04-26-2018, 01:21 PM
Post: #3
|
|||
|
|||
RE: Issue using EXACT() command.
Hi Roadrunner,
Thanks you very much for your quick message (BIP BIP). But why my old program don't disturb parametric app and virtual Prime 13441 disturb ?!?! I've update my program with your very good advice. Gérard. |
|||
04-26-2018, 04:52 PM
Post: #4
|
|||
|
|||
RE: Issue using EXACT() command.
I was just guessing at the cause. They may have put more stringent rules in place for what you can do with app variables in the newer versions. I bet Tim will have an authoritative answer for you.
I'm glad it worked for you. -road |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)