Couple questions about QTPYVCP
18 Feb 2019 05:19 #126708
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
Glad that got it working again!
KCJ
KCJ
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
18 Feb 2019 22:24 #126729
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
I added some buttons to save load and reload tools in the tool table, but its not saving the pocket number. it sets it to -1
Please Log in or Create an account to join the conversation.
18 Feb 2019 22:37 #126731
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
I noticed you don't have a P (pocket) column set in the tool table, that would explain why it is not being set. I guess for machines without a ATC P can always be the same as T, so maybe I should make P default to T unless specified otherwise...
KCJ
KCJ
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
18 Feb 2019 23:07 #126732
by Leon82
I thought that too so I pasted a table with p values and added back the p column. If I hit the save button it still overwrites it.
Replied by Leon82 on topic Couple questions about QTPYVCP
I noticed you don't have a P (pocket) column set in the tool table, that would explain why it is not being set. I guess for machines without a ATC P can always be the same as T, so maybe I should make P default to T unless specified otherwise...
KCJ
I thought that too so I pasted a table with p values and added back the p column. If I hit the save button it still overwrites it.
Please Log in or Create an account to join the conversation.
18 Feb 2019 23:19 - 18 Feb 2019 23:27 #126733
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
I fixed it.
The yml file didn't have it in there from when I added the snippet of code for moving the columns
The yml file didn't have it in there from when I added the snippet of code for moving the columns
Last edit: 18 Feb 2019 23:27 by Leon82.
Please Log in or Create an account to join the conversation.
18 Feb 2019 23:26 #126734
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
Yes, that text is specified in your YAML config file. To remove it delete the file_header_template option in the tooltable kwargs section.
You should also probably set the tooltable columns back to TPXYZR, and then use the tooltable widget's displayColumns property in designer to customize the visible columns and their order.
KCJ
You should also probably set the tooltable columns back to TPXYZR, and then use the tooltable widget's displayColumns property in designer to customize the visible columns and their order.
KCJ
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
19 Feb 2019 00:08 #126736
by Leon82
Sounds good, thanks
Replied by Leon82 on topic Couple questions about QTPYVCP
Yes, that text is specified in your YAML config file. To remove it delete the file_header_template option in the tooltable kwargs section.
You should also probably set the tooltable columns back to TPXYZR, and then use the tooltable widget's displayColumns property in designer to customize the visible columns and their order.
KCJ
Sounds good, thanks
Please Log in or Create an account to join the conversation.
22 Feb 2019 17:16 - 22 Feb 2019 17:20 #126924
by Leon82
Replied by Leon82 on topic Couple questions about QTPYVCP
How do you reset the spindle override?
Spindle.override.reset didn't work when I tried it
Spindle.override.reset didn't work when I tried it
Last edit: 22 Feb 2019 17:20 by Leon82.
Please Log in or Create an account to join the conversation.
22 Feb 2019 17:45 #126928
by KCJ
Replied by KCJ on topic Couple questions about QTPYVCP
I just testing `spindle.override.reset` and it seems to be working properly.
KCJ
KCJ
The following user(s) said Thank You: Leon82
Please Log in or Create an account to join the conversation.
22 Feb 2019 20:35 #126955
by Leon82
Ok I'll double check
Replied by Leon82 on topic Couple questions about QTPYVCP
I just testing `spindle.override.reset` and it seems to be working properly.
KCJ
Ok I'll double check
Please Log in or Create an account to join the conversation.
Time to create page: 0.094 seconds