Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I check for "entity('ncprogram';'').UserParameters.Z_Precision" in mac ?
I want something like :
IF NOT entity_exists(('ncprogram';'').UserParameters.Z_Precision) {
// activate Z_Precision varmup on V33i in nc program
EDIT USERPAR ncprogram ; TYPE 'String'
EDIT USERPAR ncprogram ; NAME "Z_Precision"
CREATE USERPAR ncprogram '$ncprog_name'
}
EDIT PAR "entity('ncprogram';'').UserParameters.Z_Precision" 'YES'
Print ${entity('ncprogram';'').UserParameters.Z_Precision}
I cant get this to work
Solved! Go to Solution.