Pokstas Posted December 6, 2010 Report Posted December 6, 2010 I have V350 with RC1, RC1 module have 4xDI16, 3xDO8 and 1XDO16. I see in V350 PLC 4XDI16 inputs, and 2xDO8 only outputs, but cant see 1xDO8 and DO16, plc sends 16 bit registry to RC1 with DO states, i need 40 bit.
Stein Yair Posted December 7, 2010 Report Posted December 7, 2010 Hi, Controlling the outputs from the V350 is performed as follows; 1. Collect all the output values in your application using the Struct function into MIs. 2. Send these MIs via UniCAN. 3. In the RC1, extract the MIs to the outputs. Therefore, if you are sendind 40 bits, it means that it takes up 3 MIs. Make sure this is what you are sending.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now