08-23-2007 10:40 AM
08-26-2007 10:31 PM
I don't think you can create a customed driver object by yourself.
There are two possible ways.
One is to use OPC Server. If you have a driver that acts as OPC Server, you can use Lookout to connect it.
Another way is to use Ascii object. See the following example. Use Ascii object to send/receive proper characters through serial port.
http://zone.ni.com/devzone/cda/epd/p/id/3811
08-27-2007 10:15 AM
08-27-2007 11:33 AM - edited 08-27-2007 11:33 AM
I looked more into the documentation on the ASCII object. In the format markers help section it mentions a %b format for byte (binary) or %x for hexadecimal. This seems like it might work for building a string in the proprietary protocol format, but I'm not sure how to enter the string. Do I use a text box or a set of decimal values? Anyone have an example using this?
Thanks!
Message Edited by goellnjh on 08-27-2007 11:36 AM
Message Edited by goellnjh on 08-27-2007 11:40 AM
09-09-2007 10:45 PM
09-10-2007 10:26 AM
09-12-2007 11:52 AM
09-12-2007 03:21 PM
09-12-2007 04:59 PM - edited 09-12-2007 04:59 PM
Message Edited by Mike@DTSI on 09-12-2007 05:00 PM
03-21-2023 07:59 PM
Could you please tell me, how can I create an OPC lookout protocol drive for a emerson flow meter?