[is...] Posted February 4 Share Posted February 4 Hi All, I would like to get the XYZ values to be saved in a characteristics. But unfortunately, I cannot find it on the getProbe() instances. Is there any way this can be extracted from the probe data? Thanks in advance. Link to comment Share on other sites More sharing options...
[Ch...] Posted February 4 Share Posted February 4 getProbe().probeVector.x getProbe().probeVector.y getProbe().probeVector.z 1 Link to comment Share on other sites More sharing options...
[Ke...] Posted February 4 Share Posted February 4 (edited) In the F1 help menu, search for "getProbe", this should give you a full list of available items, along with their syntax Edited February 4 Typo Link to comment Share on other sites More sharing options...
[Cl...] Posted February 4 Share Posted February 4 (edited) Do you need both stylus system and stylus? getProbe("1_-Z,OI6_Star").probeVector Will this work in a Result Element? Edited February 4 Link to comment Share on other sites More sharing options...
[Ke...] Posted February 4 Share Posted February 4 You should use both, yes. There are cases where you could feasibly leave it blank to get just the current active probe or a certain probe from the current styli, but those are highly niche and rare. Additionally, your syntax is missing 2 quotation marks, it should be getProbe("1_-Z","OI6_Star").probeVector (you can also need to add the specific direction after the probeVector, unless you want it as a vector list of all 3 at once). It should work in a result element as a formula Link to comment Share on other sites More sharing options...
[is...] Posted February 5 Author Share Posted February 5 Thanks for the vectors. However, probDate() result is in MM/DD/YY format and wont work in Result Element, is there any workaround for this? If I can extract in YYMMDD format without "/" that would be great. 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