Re: Repeat a function and save the results in a vector
0
You just need to change "For" statement to make "i" a real range (not just 3),.
Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Community Members
45,253+Solutions
165,525+Topics
You just need to change "For" statement to make "i" a real range (not just 3),.
I was able to get this working using the protoolkit functions, thanks @HannesBuxbaum for the suggestion.This is the extracted code that works to use the protoolkit functions only where needed.ProSimprepdata* simp_rep_data; wchar_t sr_name[PRO_NAME_SI... View more
Hello, Please take a look at the following article as it may help resolve your issue:CS436864 - Error "Access to object denied. | User = 'Data Client', Object = Channel.Device.Tag, Permission = Read Value" in PTC Kepware ProductsIf you are prompted t... View more
I'm installing CREO 10.0.6.0 to use CREO Anysys Simulation, when I start it gives a flexnet version error, I've tried all possible versions and I can't get it to work, the license is for CREO 11, as shown in the print
This month’s challenge is based on magnetism. Create a Mathcad worksheet to answer any or all of the following:Basic Challenge: What is the magnetic field strength of 15 Ampere current in a wire at a distance of 0.25 meters?How many turns of wire w... View more
Hello, I am using Mathcad Prime 10.0.0.0. On sheet 3 I am trying to call in column 2 (via data[i,2] in the first IF statement) which has a text name for the value. If the value equates to something in my IF statements, I want my program to calculat... View more