AutomationDirect
Search
Login | Register
Accounts & Orders
Cart
0
$0.00

Recent Orders

View and Manage | Request Cancellation

Your Account

Account Home

Checkout   $0.00


  • My Orders
  • Product Returns (RMAs)
  • Pay Proforma Invoices
  • Pay Freights
  • Invoices / Invoice Reprint
  • Quotes / Favs / BOMs
  • Packing List Reprint
  • My Product Docs
  • Credit Application
  • Tax Exemption
| Direct Sales in US and Canada | 1-800-633-0405 | About Us | Contact Us | Line Card
Products | Support
| Compare
  
Ordering Tools  
warning Cookies are not enabled on your browser.
Cookies are required for our site. Please enable cookies in your browser preferences to continue.
+
Navigation
+
Shopping Categories
  • Barcode / RFID / Vision
  • Bulk Wire & Cable
  • Cables (Terminated)
  • Circuit Protection / Fuses / Disconnects
  • Communications
  • Drives & Soft Starters
  • Enclosure Thermal Management & Lights
  • Enclosures & Racks
  • Field I/O
  • HMI (Human Machine Interface)
  • Hydraulic Components
  • Motion Control
  • Motor Controls
  • Motors
  • Pneumatic Components
  • Power Products (Electrical)
  • Power Transmission (Mechanical)
  • Process Control & Measurement
  • Programmable Controllers
  • Pushbuttons / Switches / Indicators
  • Relays / Timers
  • Safety
  • Sensors / Encoders
  • Stacklights
  • Structural Frames / Rails
  • Tools & Test Equipment
  • Valves
  • Water (Potable) Components
  • Wiring Solutions
  • Retired Products
+
Learn More
  • Brand Line Card
  • What's New
  • E-newsletter
  • Online PDF Catalog
  • Video Tutorials
  • Company Reviews
  • Learning Library
  • Affordable Training
  • Free Online PLC training
  • Cybersecurity
+
In Depth Product Sites
  • Programmable Logic Controllers
  • Productivity1000 PLCs
  • Productivity2000 PLCs
  • Productivity3000 PLCs
  • ProductivityCODESYS
  • LS Electric XGB Series PLCs
  • ProductivityOpen
  • CLICK PLCs
  • Do-more H2 PLCs or
    Do-more T1H Series
  • Do-more BRX PLCs
  • C-more Touch Panels
  • AC & DC Drives
  • Motion Control Components
  • Servos
  • StrideLinx
  • Pneumatics
+
Product Selectors &
Configuration Utilities
  • PLC Family Selector
  • P1000 PLC Systems
  • P2000 PLC Systems
  • P3000 PLC Systems
  • ProductivityCODESYS
  • CLICK PLC Systems
  • Do-more® BRX PLC Systems
  • LS-Electric® XGB PLC Systems
  • Productivity®Open Systems
  • Datalogic® Safety Light Curtains
  • LS-Electric® Servo Systems
  • Nitra® Pneumatic Grippers
  • Object Detection (Sensors)
  • PAL Controller Configurator
  • Precision Gearbox Selector
  • Protos X® Field I/O
  • Quadritalia® Modular Enclosures
  • Stellar® Soft Starters
  • Stepper System Selector
  • SureFrame T-slot Extrusion
  • SureMotion® XYZ Gantry
  • SureServo2® System Selector
  • SureStep® Linear Actuators
  • Timing Belts & Pulleys
  • Werma® Stacklights
  • ZIPLinks

Productivity3000 Send Text to ViewMarq LED via Modbus from AutomationDirect


Related Products

MD4-0112T-1
MD4-0112T-1 Thumbnail
MD4-0124T-1
MD4-0124T-1 Thumbnail
MD4-0212T-1
MD4-0212T-1 Thumbnail
MD4-0224T-1
MD4-0224T-1 Thumbnail
MD4-0412T-1
MD4-0412T-1 Thumbnail
MD4-0424T-1
MD4-0424T-1 Thumbnail
MD-BRK-1
MD-BRK-1 Thumbnail
MD-BRK-2
MD-BRK-2 Thumbnail
MD-COM-COV
MD-COM-COV Thumbnail
MD-PGMSW
MD-PGMSW Thumbnail
MD-PWR-COV
MD-PWR-COV Thumbnail
MD-TERM-SET
MD-TERM-SET Thumbnail
MD-USER-M
MD-USER-M Thumbnail
P3-550
P3-550 Thumbnail
P3-530
P3-530 Thumbnail
P3-550E
P3-550E Thumbnail


To learn more: https://www.automationdirect.com//ViewMarq?utm_source=Bz5EakUfBYg&utm_medium=VideoTeamDescription

(VID-VW-0010)

How to use the Productivity3000 to display simple text messages on the ViewMarq LED Messaging display. REQUIRES Software Version 1.8 or better

Online Support Page: https://community.automationdirect.com/s/?utm_source=Bz5EakUfBYg&utm_medium=VideoTeamDescription

**Please check our website for our most up-to-date product pricing and availability.


Hide Transcript
View Transcript

The procedure for controlling a Viewmarq via Modbus for most PLCs would be to send the message as a Modbus write, then when that is complete use a read instruction to do a bunch of Modbus reads of the command block to see when the Viewmarq is finished and then finally, read the Reply Status Block, to see if the result is "OK". If so then everything is ready to go, if not, then there was an error. The good news is you don't have to do ANY of that with the Productivity 3000. It has a built in Viewmarq instruction that does all of that message transfer and error checking for you! Let's take a look ... Let's start a brand new project and open up the hardware configuration. Make sure the controller is in Stop Mode and then hit this button to auto discover all of your hardware. This dialog is warning me that this PLC doesn't match my project -- we know that so we'll tell it to ignore all of these messages -- and here is our system. If we double click on that we can see that we have a small base, with a processor and an input simulator. Now we just double click on the CPU to configure it. We're going to connect to the Viewmarq via the serial port in this video, but if you were using the Ethernet port you would simply click on that tab. Over here in the serial port tab, we just need to match the settings that are on the ViewMarq. Our ViewMarq is operating at 38 4, it's at address 1, Odd Parity, 8 data bits, and 1 stop bit. Perfect. Over in the ViewMarq software, go ahead and establish communications between the PC and the Viewmarq. Our productivity 3000 project will be using serial Modbus so let's set this to the same thing: Modbus, 38 4, odd, 1 and 8. Once we have configured that connection, we can now go check out the LED display configuration. Since we're connected via Serial, we want to make sure we are talking Modbus, we have the right parameters, and for this demo we'll turn on the diagnostic LED. Perfect. Well, now that the hardware is setup, the software is trivial. We just drop a ViewMarq instruction in place. Let's scroll down until we find it. Right here. Drop it on the rung. And fill in the blanks. We're using the serial port, so we'll select that. The node address of the ViewMarq is 1 -- that's correct. Next we grab our ViewMarq string by pressing "copy" and we paste it in here. And then finally, we need to define a TAG for the Syntax Response. Let's call that the ViewMarq Reply. So we setup our serial port, we pasted our string in, and we setup the one required tag. Hit OK. The software recognizes that we created a new tag, and it asks: do we want to go ahead and create that tag? The answer is yes, but, I'm going to expand the length of this to 128 characters to give the ViewMarq plenty of room to reply. Let's add a contact to enable the message -- we'll use the input simulator so let me go back to the hardware configuration, double click on my input simulator, and let's define this first switch as our message enable. Now that we have done that, we can place a contact over here and we can enable this instruction by flipping that switch on the front of the input simulator. Note this little arrow right here on the ViewMarq instruction. That tells me this is an edge triggered instruction. So the rising edge of this contact will enable this instruction, and then it will run to completion over several scans all by itself. You don't have to worry about it. Let's go ahead and transfer our project over to the Productivity 3000. Now I'm gin got reach down to the input simulator and flip that enable switch we just setup.. And there's our message. Easy. Easy. So all we did was setup the Productivity3000 hardware, setup the Viewmarq hardware, drop a Viewmarq instruction on the screen and fill in the blanks. And that's all there is to it. That ought to be enough to get you going. Let us know if you have any questions. Automation Directs Customer Support is always free and just a phone call or e-mail away. Performance plus Value ... That's productivity. From Automation Direct.



No data returned!
An error has occurred! Please contact support
Videos Home > Productivity3000 Send Text to ViewMarq LED via Modbus from AutomationDirect
Contact, Connect & More
Sign Up
to receive:
FREE e-Newsletter
sign up today!
Connect With Us
Social Media Channels:
linkedin    facebook    x    instagram    youtube
Company Information
About Us
Brand Line Card
System Integrator Program
International Sales
Panel Builder Program
Site Help
Company Reviews
Download Price List
Contact Us
Contact Options
1-800-633-0405
Monday - Friday
9 a.m. - 6 p.m. ET
excluding holidays
Career Opportunities
Voted #1 mid-sized employer in Atlanta
We're a great place to work!
Check out our job openings

Need Training?
Affordable Training by Interconnecting Automation
Free Online PLC Training
FREE Video Tutorials
Information & News
What's New / In The News
FREE e-Newsletter
Automation Notebook
Product Literature
White Papers
News, Product and Training Bulletins
E-Books
Shop with confidence
Checked   Safe & Secure
payment methods


We accept VISA, MasterCard, Discover, American Express, PayPal or company purchase orders.
AutomationDirect

BBB Accredited

Voted #1 mid-sized employer in Atlanta
Check out our job openings

Copyright © 1999-2025 AutomationDirect.  ALL RIGHTS RESERVED.
Site Map     Send Us your Feedback     Unsubscribe     Email Preferences     Legal & Business Policies     YouTube Terms of Service
Clear login credentials



Back to Top


spinner Updating...
Info