KST_ArcTech_Basic KSS 8.6.6 Krc 4 . Hello everyone, I have the following question. How can we make sure that weaving data is recorded not by hand, but through variables? Maybe someone has already solved this problem and will upload an example.
KST_ArcTech_Basic write parameters via variable
-
ussr.inv -
April 25, 2024 at 1:02 PM -
Thread is Unresolved
-
-
I've never used this package but if it's anything like the inline forms for the motion commands everything is in the .DAT file associated with that program.
-
I've never used this package but if it's anything like the inline forms for the motion commands everything is in the .DAT file associated with that program.
Yes, the .dat file contains all the data, but kuka does not allow this data to be replaced with variables, only with constants. I don’t know how to get around this yet, maybe the cat has already solved this problem, please share
-
Yes, the .dat file contains all the data, but kuka does not allow this data to be replaced with variables, only with constants. I don’t know how to get around this yet, maybe the cat has already solved this problem, please share
You can make your "own" inline form or use FOLD, copy the parameters data from Arctech Inline form,put in your variables for the parameters which you would like to change with variables. That way you're are still using Arctech built-in functions, but instead of manually setting the parameters from the Inline windows, one can now do it from their own variables.
-
You can declare a global signal, and that signal can be given by a PLC (by prox switch or what ever. i figure you want the motion to go faster with possibly a larger part or something to that effect?)
Like for motions, it declares things like $VEL.CP, and in your program before you do the LIN motion you can have $VEL.CP = Some_Function(takes_input_global input)?
I imagine the .DATis just assigning values to globals still no?
-
You can make your "own" inline form...
exactly... that is what UserTech is for.