Dantty Posted January 5, 2012 Report Share Posted January 5, 2012 Hi Everybod Please can you help me with the following. I have a vision 570 OPLC which must command an adjustable voltage Power Supply through of serial port on RS232. The Power Supply has its own proprietary protocol, so I'm using FB protocol, to send through the block, to assemble the frame Exactly I need to send is F1 00 36 10 10 01 47. Before checking Power Supply - PLC communication, I have verified PLC-PC communication and PC get exactly what PLC is sending... F1 00 36 10 10 01 47 however when I try to communicate PLC-Power Supply , it is not responding (I'm sending the command to put it in remote mode).> I consulted the provider of the power supply and I responded as follows: "The PLC or a PC can send data over COM port either binary or as ASCII. I think you are sending ASCII. It means, F1 00 36 10 10 01 47 is sent as a string of ASCII bytes, not binary bytes. In ASCII, the value 00 for example is sent as two binary bytes 30 30, so the number of bytes in the message actually doubles" Anyone know how to do that in UNITRONICS.? how to send data in binary form in UNITRONICS PLC.? Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted January 5, 2012 MVP 2023 Report Share Posted January 5, 2012 Um.. I really can't read this. Please post again by just typing the question into the forum's entry box. Joe T. Link to comment Share on other sites More sharing options...
Dantty Posted January 5, 2012 Author Report Share Posted January 5, 2012 Um.. I really can't read this. Please post again by just typing the question into the forum's entry box. Joe T. Joe I am Sorry I have made the changes. Miguel Link to comment Share on other sites More sharing options...
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