[Emc-developers] userspace comp frequency

2024-01-16 Thread Thomas J Powderly
Problem is fixed: The cause was use of reserved words 'min' and 'max' Fixing was simply renaming pins ( and thus the variables ) to 'mymin' , 'mymax' . Now the states are as expected, near 1mS, not 1 second  as with names 'min', 'max' . I'd think use of reserved words should be mentioned

[Emc-developers] userspace comp frequency

2024-01-15 Thread Thomas J Powderly
hello (sorry if double posted, i thinik orig dud not go thru) I wrote a userspace .comp file to drive a pyvcp bar widget I expected it to update every 1mS ( usleep(1000) ) But what I see is close to 1 hz  I use a rip of linuxcmc 2.9.1  on debian 12 It compiles ok with the followiung cmd...