> In my baliwick, that should be _saveFormat 2.3_ for VEE 6 !
Heheheh! Wow, I'm glad it's Friday!
-SHAWN-
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Heheheh! Wow, I'm glad it's Friday!
-SHAWN-
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Â
Anybody have any experience using VEE to read & write data to a PLC via RS232. The PLC in question is an Allen Bradley Micrologix SC1500. Any help would be appreciated.
Â
Thanks
Â
Shaun Harwood
Siemens Milltronics Process Instruments Inc
1954 Technology Drive
Peterborough
Ontario
Canada
K9J 7B1
(705) 740-7035 (phone)
(705) 740-7692 (fax)
shaun.harwood@siemens.com
Â
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Â
If you want to read & write ASCII data it is very straight forward, just configure the PLC channel as ASCII and use the ARL (ASCII read line) and AWA (ASCII write append) instructions.Â
In the VEE side use the direct IO transaction to write and read text. (Don't forget to use the DAV interface event)
Â
Â
If your want to read and write PLC registers (N7:0, B3:0, .. etc) I will suggest using an Active X, they are available from many vendors pick your choice at google.
Â
Frank
Â
-----Original Message-----
From: Harwood, Shaun [mailto:shaun.harwood@siemens.com]
Sent: Tuesday, February 07, 2006 9:25 AM
To: VRF
Subject: [vrf] Allen Bradley PLC
Hello all
Â
Anybody have any experience using VEE to read & write data to a PLC via RS232. The PLC in question is an Allen Bradley Micrologix SC1500. Any help would be appreciated.
Â
Thanks
Â
Shaun Harwood
Siemens Milltronics Process Instruments Inc
1954 Technology Drive
Peterborough
Ontario
Canada
K9J 7B1
(705) 740-7035 (phone)
(705) 740-7692 (fax)
shaun.harwood@siemens.com
Â
---
You are currently subscribed to vrf as: fdelgado@pima-mex.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Redundant maybe, but it does say "any language". I don't know how they can
possibly claim that, but there's no accounting for marketing...
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Is there any way to read the files you
> send written in VEE7.0 with my VEE version?
You can *probably* get away with opening the .vee source in Notepad and
changing:
(saveFormat "7.0")
(date "Wed 21/Dec/2005 08:07:41 ")
(veerev "7.51.7801.0")
(platform "PC")
(execMode v6)
set saveFormat to 6.0, set veerev to 6.0 or something applicable depending
on your patch level and make sure execMode is v6. These changes allow me to
open & use 7 and 7.5 programs with 6.2 provided no 7 features are used (like
.NET for instance).
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Stan.. you are right should be saveFormat "2.3"
Thanks to all
-----Original Message-----
From: Stan Bischof (Richard S) [mailto:rsb@soco.agilent.com]
Sent: Thursday, February 09, 2006 1:25 PM
To: VRF
Cc: vrf@agilent.com
Subject: RE[2]: [vrf] Allen Bradley PLC
"Shawn Fessenden" <shawn@testech-ltd.com> wrote:
> Frank...
>
> > Is there any way to read the files you
> > send written in VEE7.0 with my VEE version?
>
> You can *probably* get away with opening the .vee source in Notepad and
> changing:
>
> (saveFormat "7.0")
> (date "Wed 21/Dec/2005 08:07:41 ")
> (veerev "7.51.7801.0")
> (platform "PC")
> (execMode v6)
>
> set saveFormat to 6.0,
Hi Shawn
In my baliwick, that should be _saveFormat 2.3_ for VEE 6 !
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: fdelgado@pima-mex.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Heheheh! Wow, I'm glad it's Friday!
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Heheheh! Wow, I'm glad it's Friday!
Waitaminute... OH NO!
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Redundant maybe, but it does say "any language". I don't know how they can possibly claim that, but there's no accounting for marketing...
-SHAWN-
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Is there any way to read the files you send written in VEE7.0 with my
> VEE version?
You can *probably* get away with opening the .vee source in Notepad and
changing:
(saveFormat "7.0")
(date "Wed 21/Dec/2005 08:07:41 ")
(veerev "7.51.7801.0")
(platform "PC")
(execMode v6)
set saveFormat to 6.0, set veerev to 6.0 or something applicable depending on your patch level and make sure execMode is v6. These changes allow me to open & use 7 and 7.5 programs with 6.2 provided no 7 features are used (like .NET for instance).
-SHAWN-
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Frank...
>
> > Is there any way to read the files you
> > send written in VEE7.0 with my VEE version?
>
> You can *probably* get away with opening the .vee source in Notepad and
> changing:
>
> (saveFormat "7.0")
> (date "Wed 21/Dec/2005 08:07:41 ")
> (veerev "7.51.7801.0")
> (platform "PC")
> (execMode v6)
>
> set saveFormat to 6.0,
Hi Shawn
In my baliwick, that should be _saveFormat 2.3_ for VEE 6 !
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Frank...
>
> > Is there any way to read the files you send written in VEE7.0 with
> > my VEE version?
>
> You can *probably* get away with opening the .vee source in Notepad
> and
> changing:
>
> (saveFormat "7.0")
> (date "Wed 21/Dec/2005 08:07:41 ")
> (veerev "7.51.7801.0")
> (platform "PC")
> (execMode v6)
>
> set saveFormat to 6.0,
Hi Shawn
In my baliwick, that should be _saveFormat 2.3_ for VEE 6 !
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
Stan.. you are right should be saveFormat "2.3"
Thanks to all
-----Original Message-----
From: Stan Bischof (Richard S) [mailto:rsb@soco.agilent.com]
Sent: Thursday, February 09, 2006 1:25 PM
To: VRF
Cc: vrf@agilent.com
Subject: RE[2]: [vrf] Allen Bradley PLC
"Shawn Fessenden" <shawn@testech-ltd.com> wrote:
> Frank...
>
> > Is there any way to read the files you send written in VEE7.0 with
> > my VEE version?
>
> You can *probably* get away with opening the .vee source in Notepad
> and
> changing:
>
> (saveFormat "7.0")
> (date "Wed 21/Dec/2005 08:07:41 ")
> (veerev "7.51.7801.0")
> (platform "PC")
> (execMode v6)
>
> set saveFormat to 6.0,
Hi Shawn
In my baliwick, that should be _saveFormat 2.3_ for VEE 6 !
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: fdelgado@pima-mex.com To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".
> Heheheh! Wow, I'm glad it's Friday!
Waitaminute... OH NO!
-SHAWN-
---
To subscribe send an email request to "owner-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Search the "unofficial vrf archive" at "www.oswegosw.com/vrf_archive/".