Search found 4 matches

by javqui
16 Nov 2023, 19:08
Forum: Bug reports
Topic: QT UI hslider initial value can't exceed 100
Replies: 2
Views: 8922

Re: QT UI hslider initial value can't exceed 100

just if somebody need it:
workaround
...activeUI=simUI.create(xml)

simUI.setSliderValue(activeUI,2010,400,true)
simUI.setSliderValue(activeUI,2011,200,true)

the other 2 values below or at 100 works directly in the initial "value" property declaration
by javqui
16 Nov 2023, 18:55
Forum: Bug reports
Topic: QT UI hslider initial value can't exceed 100
Replies: 2
Views: 8922

QT UI hslider initial value can't exceed 100

CoppeliaSim Pro version 4.5.1 rev 4 Qt version 5.15.0 MSV2019 Build Apr 12 2023 If you set a large range over 100 (example minimum=0 and maximum=400), the parameter "value" doesn't work properly if it's >100 https://drive.google.com/file/d/1V8Pq97rq3EINCslzsswdjFOytf1TtvfW/view?usp=sharing...
by javqui
16 Nov 2023, 16:46
Forum: General questions
Topic: Revolute joint with a pre-tension torsion spring
Replies: 2
Views: 1176

Re: Revolute joint with a pre-tension torsion spring

Thank you. quick response. Yes, I agree with you. I already removed the relevant script activity in the springDamper controller and play with it. I already create a custom controller via code, but still trying to make it work without it. The advantages and simplicity of the integrate dynamic simulat...
by javqui
15 Nov 2023, 13:12
Forum: General questions
Topic: Revolute joint with a pre-tension torsion spring
Replies: 2
Views: 1176

Revolute joint with a pre-tension torsion spring

I'm trying to model a spool with a constant diameter which has a pre-tension torsion spring connected (with constant values of k and zero displacement). The spool has a line exerting a specific pulling force against the pre-tension spring. I have been trying to figure out how to model this classic m...