Advanced Search

Search Results (Searched for: )

  • Hastrh2o
  • Hastrh2o
22 May 2025 10:46 - 22 May 2025 10:48
Replied by Hastrh2o on topic Retrieving parameters values

Retrieving parameters values

Category: Qtvcp

What do you mean by "you could just set the paramEdit directly " ?

STATUS.cmd.wait_complete() doesn't solve my problem.

I tried (in a button_click callback) :

ACTION.CALL_MDI("M68 E4 Q#1217")
while not STATUS.cmd.wait_complete():
time.sleep(0.1)
self.w.doubleSpinBox_DJG.setValue(self.w.lcdnumberDJ.value())

and I have to click twice to see lcdnumberDJ updated

So I try

ACTION.CALL_MDI("M68 E4 Q#1217")
time.sleep(2)
self.w.doubleSpinBox_DJG.setValue(self.w.lcdnumberDJ.value())

I watch motion.analog-out-04 in halshow at the same time, I see it changing immediatly when I click and then lcdnumberDJ appearing 2s later but without being updated. I click a second time and it works.
Do you know why ? I surely need to call some process_message like function between .. ?
  • Hakan
  • Hakan
22 May 2025 09:59

Unnamed CATIO-A Device Configuration (help!)

Category: EtherCAT

Generally, try the output of "lcec_configgen" for this slave and see if that helps.
Then if no success, hook it up to TwinCAT and see if you can find anything helpful there.
And of course googleing, found this forum.linuxcnc.org/ethercat/53438-etherc...pindle-estop-and-mpg
 
Displaying 15886 - 15887 out of 15887 results.
Time to create page: 0.396 seconds
Powered by Kunena Forum