Help with lm90 and Intouch

gabrielmaia96

Member
Join Date
Feb 2018
Location
São Fidélis
Posts
1
I'm using the GESNP communication driver to link my GE Fanuc Series 90 Micro to a Intouch application. I'm having trouble to find how I'm supposed to call the "I/O"s from lm90. For example, %0015 works as an input on my program on lm90, how am I supposed to write it on Intouch? Just copying isn't working. Thank You.
 
I'm using the GESNP communication driver to link my GE Fanuc Series 90 Micro to a Intouch application. I'm having trouble to find how I'm supposed to call the "I/O"s from lm90. For example, %0015 works as an input on my program on lm90, how am I supposed to write it on Intouch? Just copying isn't working. Thank You.

%0015 would not work..
An input would require %I0015
An output would require %Q0015

However the % sign and leading zeros are not necessary for Intouch IO servers, so you could just use:
I15 (input)
Q15 (output)

Let me know if are editing an Intouch "Database Dump" in Excel and reloading the edited database using Intouch "Database Load"..... and I can tell you how to easily make these changes, across multiple tags.
Might cost you $40 for the Excel Add-In but it is well worth it...and you can a lot more with this excel Add-In.
 
Last edited:
This is a link to a user manual: https://www.logic-control.com/media/IOSrv_GESNP.pdf

You'll need to configure your IO Server to communicate with your PLC, configure an Access Name in InTouch to access the Server Topic(s) previously created with the IO Server, and then create IO Tags that are bound to an Access Name and which specify particular item names, which are your PLC memory addresses.

Ooops...I didn't notice that he didn't mention the I/O server and configuration he was using and if it was running.
 

Similar Topics

Hello friends; I have a problem in searching of the given register. I enter the register number then it go to the specified register. But if...
Replies
5
Views
2,148
Hi all. I had a copy of the old DOS based LM90 ver 9 software I use for occasionally re setting a GE FANUC 90 30 installed in one of our panels...
Replies
1
Views
2,585
We have an old machine with a GE Fanuc 90-30. We need to reload the program, I have an original on floppy that was made using LM90-30 V4. Our old...
Replies
4
Views
2,994
Hi friends; I have a licenced cimplicity version 4.01 and LM 90-30 serirs. I have a gfunk plc and I/Os. I have nott enough experience to use these...
Replies
3
Views
2,977
I know this is a longshot, but Ill give it a try. This program was written in Logicmaster 90 and the way it is setup is you have a bunch of...
Replies
6
Views
3,032
Back
Top Bottom