Jump to content

Software Rev Mod variable


---
 Share

Recommended Posts

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. 

image.png.7a6d0571a9ec8bfe7d1f50e34a9319a1.png

Link to comment
Share on other sites

Please sign in to view this quote.

getRecordHead("dmeswv") // Software version 
getRecordHead("creationswi") // Creation Of Software Rev.

 

  • Like! 2
Link to comment
Share on other sites

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

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
  • Like! 1
Link to comment
Share on other sites

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
  • Like! 2
Link to comment
Share on other sites

 Share

×
×
  • Create New...