Plasma THC Corner Lock
- echesortux
-
- Offline
- Senior Member
-
- Posts: 46
- Thank you received: 1
Tu tienes el mismo problema que tengo yo.
Lamentablemente el archivo plasma.xml que tu y yo tenemos de la pagina gnipsel.com/shop/plasma/plasma.xhtml no es correcto. El parametro vel-tol al que tu le ingresas el valor de la tolerancia de velocidad en el primer spindbox seguramente ha sido modificado o renombrado en el thc.comp
El thc.comp que debes tener instalado usa velocity-tol y no vel-to, para poder ingresar los valores desde el pyvcp debes cambiar <halpin>vel-tol<halpin> por <halpin>velocity-tol<halpin>
Con esto podras cambiar el valor desde el panel. Tambien debes modificar los parametros numericos para que el minimo sea 1 y el maximo 100 siendo estos un porcentaje de la velocidad
Te quedara algo asi:
<spinbox>
<width>"5"</width>
<halpin>"velocity-tol"</halpin>
<min_>1</min_>
<max_>100</max_>
<resolution>1</resolution>
<initval>20</initval>
<format>"1.2f"</format>
<font>("Arial",15)</font>
</spinbox>
Espero puedas traducirlo.
Saludos
Please Log in or Create an account to join the conversation.
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
The current THC seems to expect a percentage input so the panel needs to have a spinbox with the proper range 0 to 100.
The slightly modified version I use needs a spinbox of 0 to 1.
Rick G
Please Log in or Create an account to join the conversation.
- EW_CNC
-
Topic Author
- Offline
- Premium Member
-
- Posts: 112
- Thank you received: 28
I made the changes as you advised and so far it is working.
Below is your translated message, wish I could read it without translating it.
Thanks for all the support!
Message:
Hello, I answer you in Spanish because it is my mother tongue, I will also ask you to translate this text so you can understand it correctly.
You have the same problem that I have.
Unfortunately the plasma.xml file that you and I have from the gnipsel.com/shop/plasma/plasma.xhtml page is not correct. The parameter vel-tol to tu you enter the value of the speed tolerance in the first spindbox probably has been modified or renamed in the thc.comp
The thc.comp that you must have installed uses velocity-tol and not vel-to, in order to enter the values from the pyvcp you must change <halpin> vel-tol <halpin> to <halpin> velocity-tol <halpin>
With this you can change the value from the panel. You must also modify the numerical parameters so that the minimum is 1 and the maximum 100 being these a percentage of the speed
You will have something like this:
<Spinbox>
<Width> "5" </ width>
<Halpin> "velocity-tol" </ halpin>
<Min_> 1 </ min_>
<100> 100 </ max_>
<Resolution> 1 </ resolution>
<Initval> 20 </ initval>
<Format> "1.2f" </ format>
<Font> ( "Arial", 15) </ font>
</ Spinbox>
I hope you can translate it.
regards
Please Log in or Create an account to join the conversation.
- Rick G
-
- Offline
- Junior Member
-
- Posts: 26
- Thank you received: 155
Rick G
Please Log in or Create an account to join the conversation.