I have an application where I need to communicate with a Miyachi Welder, an RS-485 device. This app used to have a DL260 & F2-CP128. The Co-Pro would handle RX/WX comms, once I got the string formatted correctly.
I recently changed the configuration to a Do-More. I had an ethernet Modbus/ASCII gateway for the communications, and all was ok... sometimes. Once in a while, the gateway would not send the data back to the Do-More.
I decided to replace this set-up with the H2-SERIO-4 to take advantage of native string processing. I tested this config on my desk, and can see the string from the Do-More in a terminal program. I can even send a response to the Do-More.
However, when trying to communicate with the welder, there is no response...
The format for the string, from the welder manual, is <soh> <@> <command> <count> <data> <cksum> <eot>. I am using a STRPRINT to put this in SS0
"$01" "01RR00300129" "$04"
with the $ for <soh> & <eot> characters.
Still nothing from the device...
** the DIPs on the module are "No Term" & "RS485", no term b/c there is a resistor on the welder comms port.
Anyone here have any success/solutions with this type of issue?