One difference I've seen is how Transaction handles the "between" function in IF statements.
For Transaction v10.x, if you created an IF condition for, say, plants "between 4000 and 8000", the IF condition would only be carried out for plants "4001 through 7999" (not sure why the software was written to function that way, as that does not align with how the between statement works in normal SQL statements).
In Studio, "between 4000 and 8000" would include plants 4000 and 8000.
When converting a script from v10.x to v11, I believe the software actually changes the code, no longer using a "between" statement, but changing it to a combination of "greater then/less than" statements.
------------------------------
Jeremie Dippel
Project Engineer @ Rockwell Automation
Wisconsin Local Wug Leader
I'm your huckleberry.
------------------------------
Original Message:
Sent: 03-06-2020 22:48
From: Vag Vignesh Shenoy
Subject: Script Extension between Transaction V 10.X to Studio
Hi All,
we have recently migrated to Studio V 12. I was earlier using Transaction 10.7.
Currently we are in the Testing phase and we need to maintain the scripts in both the versions.
Is there any distinct changes to spot the difference between the 2 . I see the same file extension are used for Studio and tansaction TxR .
Any other Spot check available ??