[Jo...] Posted October 22 Share Posted October 22 Can some one help me find the variable to get the Software Rev Modification of a program? I know every other one in the Measurement plan info, but no this one. I have no come to a problem where i need this in order to do something out side of the box for my company. Link to comment Share on other sites More sharing options...
[Mi...] Posted October 22 Share Posted October 22 Please sign in to view this quote. getRecordHead("dmeswv") // Software version getRecordHead("creationswi") // Creation Of Software Rev. 2 Link to comment Share on other sites More sharing options...
[Jo...] Posted October 22 Author Share Posted October 22 Those will return the current calypso version software and the software revision it was created on. I need the modification revision. Above program was originally written in 4.10 and updated all the way to 7.0.20 but current software is 7.4. Once i save it will be come 7.4, but i am looking for the the 7.0.20 value so i can do something based on if the rev is lower than 7.4 Link to comment Share on other sites More sharing options...
[Jo...] Posted October 22 Author Share Posted October 22 (edited) got it... well i know of several hidden PCM commands that if you take a standard command and change it slightly it gets you want you want so: so i changed "creationswi" to "changeswi" and used getRecordHead("changeswi") .... and it returned 7.0.20 Edited October 22 1 Link to comment Share on other sites More sharing options...
[No...] Posted October 23 Share Posted October 23 (edited) By the way, you can review the variable names of most of these values if you open the "inspection" file with a text editor and scroll near the end of the file. Many of the header variables are stored there. Another place to find many of them is the "protheadpara" file. Edited October 23 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in