Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOR 시 터치/Cruise Btn으로 끄기 #27

Closed
Tracked by #24
kka-na opened this issue Jun 23, 2022 · 1 comment
Closed
Tracked by #24

TOR 시 터치/Cruise Btn으로 끄기 #27

kka-na opened this issue Jun 23, 2022 · 1 comment

Comments

@kka-na
Copy link
Owner

kka-na commented Jun 23, 2022

No description provided.

@kka-na kka-na mentioned this issue Jun 23, 2022
8 tasks
@kka-na
Copy link
Owner Author

kka-na commented Jun 23, 2022

Cruise로 끄는게 젤 좋을 듯?

if mode == 0 and TOR == True :

aeye/control/can_bridge.py

Lines 170 to 174 in 9ce181c

def set_CLU11(self, data): #1265
data = self.db.decode_message(data.arbitration_id, data.data)
self.clu_data['CF_Clu_Vanz'] = data['CF_Clu_Vanz']
self.clu_data['CF_Clu_VanzDecimal'] = data['CF_Clu_VanzDecimal']
self.clu_data['CF_Clu_RheostatLevel'] = data['CF_Clu_RheostatLevel']

if self.tor_on:
if self.tor_cnt >= 30 and self.can_switch_array[2] == 1 :
self.tor_record_array.data = 0
self.tor_cnt = 0
self.tor_on = False
else:
self.tor_cnt += 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants