Get data into Lookout Direct AD205 PLC

ERIC14779

Member
Join Date
Nov 2005
Location
Salamanca NY
Posts
16
I have a excel 2007 file with a VB Macro that the user will enter some data on what punch and where to start how many and the "pitch" between them.

My VB Macro expands them out, adds in the punch station zero offsets and sorts them by location from zero to the end... as an extra I save a ASCII file that has the first line showing the total number of items, then each position with the punch number apended onto the end of the 3 place decimal as below.

12 <----- Total "hits"
0.0081 <----- last digit at right is Punch # (this one is punch #1)
15.8862
18.8863 <----- Punch # 3
26.7722
37.6582
37.7708
37.7723
48.5442
83.5408
103.8751
129.3108
175.0808

all good so far, but now with Lookout Direct I can not find how to save from Excel 2007 to a Excel 4.0 Worksheet.. The customer may even have a newer version of Excel that I will be putting on the LKD computer for runtime.

Anybody have any ideas on how I convert the Excel file to what LKD can read, or a way to use my .TXT file to get the data into LKD ??

Thanks
 
If i recall lookout is not compatibale with newer excel verisons.I would call A.D.this is where there FREE tech support comes in handy
 
Called AD....

no other real choice to get data into Lookout Direct...

Must find a copy of Excel that can save as a ver. 4.0 Worksheet

only other option is to get a Ethernet modual for my PLC and conect with SDK using VB
 
Mark,

Yeah.... I saw that too and thought I was OK... but it is only for Excel 5.0 and Excel 95

I found a old copy of Office 2000 and it can save as excel 4.0 worksheet I will try that
 
Mark Yep, Excel 2000 can save as 4.0 Worksheet...

Now:

I am good on the file type.

Now the next question is, can you select from within LKD the Excel file you want to read, I will have a different Excel file for each part that I will have.

There will be a long list of different parts each with its own Excel file...

I want to read in specific cells say B32 (Part Number) & C32 (Total # of Hits)

and then a range of cells starting at E3 to E3+(C32) These cells contain the positions and tool #'s as shown in my fist post above.... each part will have a different quantity of positions.
 

Similar Topics

Hi there: I use NI Lookout 6.0.2 with Micrologix 1500. In the PLC program, I have some data files like L9 (long integer - 2 words), F10 (real)...
Replies
0
Views
2,291
Hello. I have a db which is 1000 INT, and this db is represented in WinCC as a raw data type set of 5x 400 Bytes. This set is read with a script...
Replies
0
Views
32
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
50
Hello I have a s7-1200 and I would like to read the tags present in this controller with my controllogix controller. The two controllers don't use...
Replies
5
Views
161
Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
72
Back
Top Bottom