Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

We Value Your Feedback!
Could you please spare a few minutes to share your thoughts on Cloud Connected vs On-Premise Services. Your feedback can help us shape the future of services.
Learn more about the survey or Click here to Launch the survey
Schneider Electric Services Innovation Team!

Vijeo Cİtect V7.3 Modbus Communication Problem

Industry Automation and Control Forum

This forum is addressing industrial automation design & engineering, operations, asset performance, cyber security and digital transformation for Plants & Machines.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Industrial Automation
  • Industry Automation and Control Forum
  • Vijeo Cİtect V7.3 Modbus Communication Problem
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
Bastian_Schmitz
Admiral Bastian_Schmitz Admiral
32
LeTomas
Lt. Commander LeTomas Lt. Commander
11
RoozeeR
Lt. Commander RoozeeR Lt. Commander
6
JerryBartlemay
Lieutenant JG JerryBartlemay Lieutenant JG
6
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to Industry Automation and Control Forum
Solved
Anonymous user
Not applicable

Posted: ‎2020-03-12 01:51 AM

2 Likes
4
11500
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-12 01:51 AM

Vijeo Cİtect V7.3 Modbus Communication Problem

Hii Everyone,

 

I have to read some information via modbus. I cannot read the ULONG type data. 

Its already added 40000 and I know the issue PLC addresses (base 1)

Citect can read read couple of value (INT, UINT, or LONG type of data) but  I cannot read ULONG type of data.

 

Sorry For Bad English 🙂

 

THX.

Attachments
Labels
  • Labels:
  • Smart Operations
  • Tags:
  • modbus
Reply

Link copied. Please paste this link to share this article on your social media post.

  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
RobertSanders
Lt. Commander RobertSanders Lt. Commander
Lt. Commander

Posted: ‎2020-03-12 02:38 AM . Last Modified: ‎2020-03-12 02:39 AM

2 Likes
3
11489
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-12 02:38 AM . Last Modified: ‎2020-03-12 02:39 AM

Hi

 

Below is an extract from the Modbus help (attached), try the following parameters using the Setup Editor,  ensure the change is made on the IOServer. 

 

Note: This parameter is not applicable if you are using the protocol variant MODBUS20 or MODBUS30 to communicate with a device. Under these circumstances, a value of 3 will be hardcoded for this parameter in the driver.

 

[MODBUS]LongDataType

 

In the Modbus protocol, LONG data types defaultto a simplified implementation, with a shortened range of 0 to 99,999,999 - mode 0. Mode 2 has the samerange as mode 0, but with the register order swapped. Mode 1 supports thecomplete LONG range of -2,147,483,648 to +2,147,483,647. Mode 3 has the samerange as mode 1, but with the register order swapped.

Allowable Values: 0 to 3, where:

0 = 10000 x low register + high register
1 = 65536 x low register + high register
2 = 10000 x high register + low register
3 = 65536 x high register + low register

Default Value: 3

With this parameter, you can set different values for specific I/O devices or groups of I/O devices. See Device/group-specific parameters.

 

 

If this doesn't work we will need more information Eg what controller are you using?

 

Regards

 

Rob

See Answer In Context

Attachments
MODBUS.zip
Reply

Link copied. Please paste this link to share this article on your social media post.

Replies 4
RobertSanders
Lt. Commander RobertSanders Lt. Commander
Lt. Commander

Posted: ‎2020-03-12 02:38 AM . Last Modified: ‎2020-03-12 02:39 AM

2 Likes
3
11490
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-12 02:38 AM . Last Modified: ‎2020-03-12 02:39 AM

Hi

 

Below is an extract from the Modbus help (attached), try the following parameters using the Setup Editor,  ensure the change is made on the IOServer. 

 

Note: This parameter is not applicable if you are using the protocol variant MODBUS20 or MODBUS30 to communicate with a device. Under these circumstances, a value of 3 will be hardcoded for this parameter in the driver.

 

[MODBUS]LongDataType

 

In the Modbus protocol, LONG data types defaultto a simplified implementation, with a shortened range of 0 to 99,999,999 - mode 0. Mode 2 has the samerange as mode 0, but with the register order swapped. Mode 1 supports thecomplete LONG range of -2,147,483,648 to +2,147,483,647. Mode 3 has the samerange as mode 1, but with the register order swapped.

Allowable Values: 0 to 3, where:

0 = 10000 x low register + high register
1 = 65536 x low register + high register
2 = 10000 x high register + low register
3 = 65536 x high register + low register

Default Value: 3

With this parameter, you can set different values for specific I/O devices or groups of I/O devices. See Device/group-specific parameters.

 

 

If this doesn't work we will need more information Eg what controller are you using?

 

Regards

 

Rob

Attachments
MODBUS.zip
Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: ‎2020-03-12 04:52 AM . Last Modified: ‎2020-03-12 05:02 AM

In response to RobertSanders
0 Likes
2
11481
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-12 04:52 AM . Last Modified: ‎2020-03-12 05:02 AM

Hi

Thank you for your reply.

i tried your explanation and i read the device with modbus poll program.

read the device with LONG type and I calculate the value for 0,1,2,3 type of value. It has to be 3.

I have moxa gateway Its communicate via TCP/IP but Its has 2 diffrent serial port. Computer sees like a serial port. (COM21,22).

also Inittype has to be 3. I checked from your file(modbus help).

 

Here is My configuration


! #CSE:UserItem#
[MODBUS]
#Set to '3' by XXXX on 15/11/2013 13:10:58.
InitType = 3
#Set to '3' by XXXX on 16/11/2013 23:46:49.
LongDataType = 3
#Set to '64' by XXXX on 15/11/2013 13:12:15.
MaxBits = 64

 

Im trying to read micom p127 phase to neutral value. Data type showing ULONG type.

Citect reading other LONG type of value. for ULONG can not.

Reply

Link copied. Please paste this link to share this article on your social media post.

RobertSanders
Lt. Commander RobertSanders Lt. Commander
Lt. Commander

Posted: ‎2020-03-13 08:46 AM

In response to Anonymous user
1 Like
1
11450
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-13 08:46 AM

I do not have a MiCOM P127 and are therefore unable to test with Citect. Citect SCADA has approximately 20 different Protocol configurations for Modbus Eg, Modbus1, Modbus20 in which the major parameters are hard coded into the Driver.

 

Check that the Citect I/O Device Protocol is set to Modbus, not Eg Modbus20, this means the parameter changes in the INI file will have an effect, unfortunately it’s a matter of trying different parameter combinations.

 

It may also be worth plugging the MiCOM directly into the PC using a USB to Serial converter and using a utility like ModScan to validate the readings.

 

 

Regards

Rob

Reply

Link copied. Please paste this link to share this article on your social media post.

Anonymous user
Not applicable

Posted: ‎2020-03-13 10:35 PM

In response to RobertSanders
0 Likes
0
11444
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

Posted: ‎2020-03-13 10:35 PM

I tried to read mb poll.

Its reading value LONG type data. Also I tried to read with LONG data type in citect. It didnt work.

Reply

Link copied. Please paste this link to share this article on your social media post.

Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of