MULT2 OFFSET omp problem
- bkt
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 1199
- Thank you received: 103
10 Mar 2020 19:06 #159689
by bkt
MULT2 OFFSET omp problem was created by bkt
sorru guys ... why these is erroneus?
linuxcnc send these error messages:
offset.0.offset not be the same as pin ...
regards
bkt
net x-pos-cmd => pid.x.command mult2.0.in0
setp mult2.0.in1 -1.0
net offset.0.offset <= mult2.0.out
linuxcnc send these error messages:
offset.0.offset not be the same as pin ...
regards
bkt
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17991
- Thank you received: 4838
10 Mar 2020 19:31 - 10 Mar 2020 19:31 #159691
by PCW
Replied by PCW on topic MULT2 OFFSET omp problem
It likely means you have a pin offset.0.offset in your system
You cannot connect a pin to a pin without using a signal
If a pin offset.0.offset exists:
net my-offset0 offset.0.offset <= mult2.0.out
is legal, but
net offset.0.offset <= mult2.0.out
is not
You cannot connect a pin to a pin without using a signal
If a pin offset.0.offset exists:
net my-offset0 offset.0.offset <= mult2.0.out
is legal, but
net offset.0.offset <= mult2.0.out
is not
Last edit: 10 Mar 2020 19:31 by PCW.
Please Log in or Create an account to join the conversation.
Time to create page: 0.049 seconds