photo

Matthew Jaiman


Last seen: 거의 3년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
161,831
of 297,457

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


please help me I want to command the valve on-off with G-code at the mark point I want, where I have 324 mark positions. and make it loop until 324 positions are complete
for i=1:11 tar_point=['X',num2str(pos(i,1)),' Y',num2str(pos(i,2)),' Z',num2str(pos(i,3))]; comd1=['G01 F200 ...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How should I order the commands so that the valve can be opened and closed at the desired position?
for i=1:5 comd2=['M03 on',tar_point]; writeline(s,comd2) tar_point=[' X',num2str(pos(i,1)),' Y',num2str(pos(i,2))...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


I want to close the valve in the position I set with the G-code. But what I found was that it was always closed and on.
for i=1:324 tar_point=['X',num2str(pos(i,1)),' Y',num2str(pos(i,2)),' Z',num2str(pos(i,3))];้ comd1=['G01 F200 ',tar...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


Can you please tell me how to combine these G-codes and be able to run Delta X Robot through MatLab program? Thanks.
(X,Y,Z) %แถวที่1 writeline(s,'G01 Z-390') writeline(s,'G01 X-78 Y58') writeline(s,'G01 X-55 Y58') writeline(s,'G01 X-32...

대략 3년 전 | 답변 수: 1 | 0

1

답변

질문


How would I be able to code coordinates into a single set of instructions to direct the motion of the Delta X Robot?
s = serialport('COM5',115200,'Timeout',1,'DataBits',8,'StopBits',1,'Parity','none','FlowControl','none'); writeline(s,"IsDelta...

대략 3년 전 | 답변 수: 1 | 0

1

답변