Hi,
I am currently working on trying to get a BRX-DM1-18AR PLC to communicate with a TwisTorr 84 FS (Agilent Technologies) vacuum pump through RS-232 serial protocol. I have been having a great deal of trouble with this, and help would be greatly appreciated.
I am programming the PLC in Do-More Designer. I have double, triple, and quadruple checked the BAUD (9600), Bit Structure (8n1), etc. are matched between both the program configuration and the pump configuration. So, I am fairly confident it is not a config error. Additionally, I have tested the pump with the A+ driver software (provided by Agilent) to test the hardware. The pump is capable of serial communication (tested through the A+ software) and the PLC is capable of serial communication (tested with other devices). So, I know it is not a hardware issue either.
I am currently using the STREAMOUT /STREAMIN functions to transmit strings of hex code through the FmtInt function. I have previously tried using string literals, which did not work either.
The manual (attachment showing code format and link to manual at bottom of the post) shows that the code is some format of hex. However, when i format this code into Do-More Designer, and STREAMOUT to the pump controller, I receive no response. I have the STREAMIN function set up to read the delimiter "0x03", which is specified as the ETX in the manual. Additionally, the RX on the PLC do not light up, indicating that the pump had not received communication it recognized.
I have tried:
-hex w/ prefix and space. I.e., "0x02 0x80 ... "
-hex w/ prefix, w/out space. I.e., "0x020x80 ..."
-string literal w/ spaces. I.e., "02 80 30..."
-string literal w/out spaces. I.e., "028030 ..."
Additionally, I had briefly tried MODBUS protocol instead of ASCII/Custom protocol. I was unable to get anywhere with that either.
If anyone knows how to solve this problem and could walk me through it, I would greatly appreciate it.
Link to pump manual. Serial Communication section (in English) starts on page 172
https://www.agilent.com/cs/library/usermanuals/public/TwisTorr%2084%20FS%20AG%20Navigator%20Controller.pdf