MVI56E-GSC or MVI56E-LDM In-Chassis modules are recommended forcommunicating with any ASCII based protocol from a ControlLogix . Thisassumes knowledge of protocol properties such as command and responsestructures, baud rate, data bits, parity, and other details of theprotoc...
Read moreTo specify the number of characters you want to transmit, use the WriteLength tag. To extend the number of characters you want to manipulate, you should increase the length of the ReadString or the WriteString tags.The solution is to send out a packets sequence of up to 100 chara...
Read moreASCII data acquired by the GSC module will be stored in the ReadString SINT (8 bit integer) array.This data can by copied to a string type tag, and then converted to a real (floating-point) value using the RSLogix 5000 STOR function....
Read moreOur sample ladder logic with give you information received in on the serial port into an array like ReadString. This information is populated once the termination condition has been met. This termination condition tells our module when to assume that you are done receiving inform...
Read moreSwapping each two-letter group of out-going and/or in-coming ascII text messages appear to be reversed. example: "test message" looks like "ettsm seaseg" we provide "port 1 receive swap code", "port 1 transmit swap code", "port 2 recei...
Read moreTo enter a special ASCII character in an st file use a " " and then the hex code for the character. For example: to enter "c:" one would enter "c:5c" in the string file....
Read moreThe values and definitions for the RXstate parameter are: -1 : waiting for receive data. 1 : receiving data. 2 : waiting for backplane transfer the values and definitions for the TXstate parameter are: 0 : waiting for data to send out the port 100 and 101 : messag...
Read more