Largest possible integer Redlion HMI & Fanuc Robot

tmadore

Member
Join Date
Jan 2016
Location
Connecticut
Posts
12
Hi,
I have a Redlion g series HMI connected to a fanuc lrmate 200id using the HMI software option on the robot (emulates a series 90 GE PLC)
Now this works just fine except when I need to send integers larger than 32768 from the robot. (I get random garbage on the HMI)
now im sure this is due to some limitation on one of the devices or the protocol itself. (the number is divisible by 128 and 256 and both devices seem to be able to handle larger numbers independently)
I'm just wondering what is the significance of that specific number being the maximum integer value I can send? Also if there is a way to increase this limit without splitting the number into several registers and re-concat. on the other end.
 
What are the properties of the tag you're trying to display? The source should be the name assigned to the robot. The address should be something like R00001.LONG for 32-bit. If the address is just R00001 it's going to be treated as a 16-bit. In that case you will need to select "Treat As" to unsigned integer to display a value greater than +32767.
 
Last edited:

Similar Topics

Hello friends. There is an int type, number that I got from the DataBlock. For example, the DataBlock address is Db1.dbw0. Here's what I want to...
Replies
32
Views
10,440
I'm working with a customer who wants to upgrade their existing control room which consists of a lot of pushbutton control and numerous standalone...
Replies
12
Views
4,364
As I am a Jr automation guy I usually make lots of small changes or add on. but I had the opportunity to do a complete lamp board to HMI project...
Replies
11
Views
3,027
Hi there I was just trying to find of 4 DINT values using below code On paper its appears to work fine but in PLC not !! Cant see what i am doing...
Replies
22
Views
8,010
Is it still the australian mining company with 40.000(?) I/O or have the chinese gigantic powerplant even bigger?
Replies
20
Views
5,407
Back
Top Bottom