Preference File
[sudo] пароль для jura:
Collecting pyQtWebKit
Could not find a version that satisfies the requirement pyQtWebKit (from versions: )
No matching distribution found for pyQtWebKit
jura@debian:~$
Please Log in or Create an account to join the conversation.
sudo apt-get install libqt5webkit5
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Jim
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
QtDragon master.
Please Log in or Create an account to join the conversation.
loadrt time
addf time.0 servo-thread
then connect the signals:
#program runtime
net runtime time.0.start <= halui.program.is-running
net pausetime time.0.pause <= halui.program.is-paused
net runtime_sec qtdragon.runtime_sec <= time.0.seconds
net runtime_min qtdragon.runtime_min <= time.0.minutes
net runtime_hrs qtdragon.runtime_hrs <= time.0.hours
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
persei8 wrote: In your postgui hal file, you need:
loadrt time
addf time.0 servo-thread
then connect the signals:
#program runtime
net runtime time.0.start <= halui.program.is-running
net pausetime time.0.pause <= halui.program.is-paused
net runtime_sec qtdragon.runtime_sec <= time.0.seconds
net runtime_min qtdragon.runtime_min <= time.0.minutes
net runtime_hrs qtdragon.runtime_hrs <= time.0.hours
I think this is something you should consider programming into the handler file rather then make users connect HAL pins for.
using STATUS to catch running and pausing and STATUS update to cause the time display widget to update.
Please Log in or Create an account to join the conversation.
STATUS.connect('update', etc)
Please Log in or Create an account to join the conversation.