11-15-2009 01:01 PM
Hi, Im new to labview and have only been working with PLC before so please have patience with my lw knowledge.
Im trying to send some data (analog inputs) from labview to my Siemens S7 PLC using a Comsoft profiboard. I have got
the communication to work using the example VI i got from Comsoft. I have a configuration with 128 byte
input and 128 byte output.
My problem is how to do with my data so i can spread it over the bytes? ex the 1st data input over the first bytes and so on...
when i tried i got it to send the same data to all 128 bytes. Do i have to use an array? or somethin else, im sure it somthing
basic i have must do so please help me.
Added a attachment over the example i have made changes on.
//Johan
11-15-2009 09:07 PM
11-16-2009 05:43 AM
I have 16 inputs with Daqmx assitant and for example i would like to send each input like 2 byte integers.
Hope that you understan what i looking for.
//Johan
11-16-2009 02:38 PM
Johan,
unfortunatly Wordpad cannot open your document (graphics converter is missing). I don't have neither MS Word nor Open Office installed on this machine. Save just the graphics and pack them into a zip archive. Or save it a HTML and pack the files into a zip archive.
Do you use the VISA driver?
11-17-2009 04:12 AM
Waldemar,
Now i think the attachment should be possible to open with wordpad.
Yes, im using VISA driver, the VI im using is the example that comes with
Comsoft package.
Would be very grateful for help in this matter.
/Johan